search for: neo

Displaying 20 results from an estimated 368 matches for "neo".

Did you mean: ne
2007 Dec 28
3
How to get the c/s 15011(unstable)
Folks, I download the Neocleus 1:1 patch from following link: http://lists.xensource.com/archives/html/xen-devel/2007-05/msg01144.html Currently I want to add Neocleus 1:1 Patch to the xen-3.1.0 to make the HVM guest grab the device directly. When I add these patches and recompile and install the Xen source and try to...
2012 May 16
2
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
Hi All, I built the binaries from the 3.1 final tag (http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_31/final/ etc) as below: > ../llvm/configure --enable-targets=host-only --prefix=/local/mnt/workspace/ashoknn/crd/neo/llvmsvn/build/bin > make install I notice that I can compile a program using clang as below: > ashoknn at ashoknn-vm:/local/mnt/workspace/ashoknn/crd/neo/temp/jit$clang test.c > ashoknn at ashoknn-vm:/local/mnt/workspace/ashoknn/crd/neo/temp/jit$ If I try to generate the bitcode onl...
2012 May 17
2
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
...2 2:47 PM, Ashok Nalkund wrote: >> Hi All, >> I built the binaries from the 3.1 final tag >> (http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_31/final/ etc) as below: >> >>> ../llvm/configure --enable-targets=host-only --prefix=/local/mnt/workspace/ashoknn/crd/neo/llvmsvn/build/bin >>> make install >> >> I notice that I can compile a program using clang as below: >> >>> ashoknn at ashoknn-vm:/local/mnt/workspace/ashoknn/crd/neo/temp/jit$clang test.c >>> ashoknn at ashoknn-vm:/local/mnt/workspace/ashoknn/crd/ne...
2012 May 17
0
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
...e help? On 5/16/2012 2:47 PM, Ashok Nalkund wrote: > Hi All, > I built the binaries from the 3.1 final tag > (http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_31/final/ etc) as below: > >> ../llvm/configure --enable-targets=host-only --prefix=/local/mnt/workspace/ashoknn/crd/neo/llvmsvn/build/bin >> make install > > I notice that I can compile a program using clang as below: > >> ashoknn at ashoknn-vm:/local/mnt/workspace/ashoknn/crd/neo/temp/jit$clang test.c >> ashoknn at ashoknn-vm:/local/mnt/workspace/ashoknn/crd/neo/temp/jit$ > >...
2012 May 17
0
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
...kund wrote: >>> Hi All, >>> I built the binaries from the 3.1 final tag >>> (http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_31/final/ etc) as below: >>> >>>> ../llvm/configure --enable-targets=host-only --prefix=/local/mnt/workspace/ashoknn/crd/neo/llvmsvn/build/bin >>>> make install >>> >>> I notice that I can compile a program using clang as below: >>> >>>> ashoknn at ashoknn-vm:/local/mnt/workspace/ashoknn/crd/neo/temp/jit$clang test.c >>>> ashoknn at ashoknn-vm:/local/mnt/w...
2008 Aug 29
6
VT-d on Xen is supporting 64bit BARs?
hi, I just tried the tip of the xen-unstable branch. It looks that the Xen supports 64bit BARs now? Thanks, Neo -- I would remember that if researchers were not ambitious probably today we haven''t the technology we are using! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Sep 02
9
Can we disable secondary_bus_reset in runtime?
I think we need this feature at least for debugging purpose, right? Or, do we already have this feature? Thanks, Neo -- I would remember that if researchers were not ambitious probably today we haven''t the technology we are using! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jul 11
10
Will Xen support PCI add-on card for serial ports?
hi, It looks that Xen currently only support ISA serial port, which is onboard. Is there any plan to support the PCI serial port? Thanks, Neo -- I would remember that if researchers were not ambitious probably today we haven''t the technology we are using! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Nov 15
0
error with dlls
i have wine 20050310 over Debian Sarge 3.1r0a with kernel 2.6.8-2-686. i'm trying to run NEO-MU.exe. That's a Mu-Online release and a have this stderr sebastian@debian:/mnt/varios/neo-mu$ wine NEO-MU.exe Invoking /usr/lib/wine/wine.bin NEO-MU.exe ... err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\mnt\\varios\\neo-mu\\NEO-MU.exe") not found err:module:LdrIn...
2008 Oct 08
7
How to debug Xen and Dom0 driver?
hi, I am wondering if anybody is doing Xen or Dom0 debugging with gdb here. If yes, could you show me the procedure of doing that? Thanks, Neo -- I would remember that if researchers were not ambitious probably today we haven''t the technology we are using! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jul 14
14
Workaround for the corrupted Intel X48 DMAR table
...served memory region starting address is even higher than its limit address. Is there anyway to do a software workaround for this issue? I tried to simply ignore that entry in the "acpi_parse_one_rmrr" function, but I hit a panic in function "iommu_enable_translation". Thanks, Neo -- I would remember that if researchers were not ambitious probably today we haven''t the technology we are using! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 May 14
2
[LLVMdev] MCJIT
...; LLVM ERROR: Inline asm not supported by this streamer because we don't have an asm parser for this target > > I add back the call to InitializeNativeTargetAsmParser() in lli.cpp, but compilation fails: Makes sense. >> make[4]: Leaving directory `/local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/build/tools/clang/tools/arcmt-test' >> /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/build/tools/lli/Debug+Asserts/lli.o: In function `llvm::InitializeNativeTargetAsmParser()': >> /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/llvm/include/l...
2010 Mar 31
1
Weird R behaviour?
Dear list, I have observed a weird behaviour from R --- apologies if I am missing something obvious! df3f826f28 df3f826f28 Say you type in R: >c.preec <- 10074 >c.gd <- 2200 >p1 <- .2 >c.neo <- p1*9451 + (1-p1)*3883 >n.preec <- 3710 >n.gd <- 2650 >n.neo <- 2120 >n.pcos <- 53000 >unit.met <- 94 >cost.met <- 94*n.pcos >effect <- seq(0,1,.01) >gross.save <- ((n.preec*effect*c.preec) + (n.gd*effect*c.gd) + (n.neo*effect*c.neo)) >save.n...
2006 Jul 18
3
RFlickr usage
hi friends, any body know how to use rflickr... i want to authenticate the user to enter his flickr account from my ROR app... ie he can view his images which he uploaded into his flickr account... is there any way to get this functionality through flickr api? plz give some ideas... regards, Neo -- Posted via http://www.ruby-forum.com/.
2006 Aug 17
1
installation of "Civ 4", "Matrix: Path of Neo", etc.
...do? I use plain Wine 0.9.19. Sorry, if I askes soem questions that could be in the FAQ. But I'm doing now a rigid testing of Wine to see how good it works. greetings Bojan -------------- next part -------------- A non-text attachment was scrubbed... Name: Wine + "Matrix: Path of Neo".jpg Type: image/jpeg Size: 28940 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20060817/69e283ec/PathofNeo-0001.jpg
2012 Dec 05
1
request
Dear Dr. bernhard cc. r-help Thank you very much for deverlopping rneos package. I read the document of rneos. however, due to my inability, i could not figure-out how to connect with neos server from R environment. let me explain the steps, i took. my laptop is using wireless of my laboratory. to connect the internet, i need proxy address and specific port (that i...
2012 May 30
0
anova.coxph for multiple events model
...model using coxph. I need to choose which covariates stay in the final model and i'm using anova but it seems that it doesn't work with robust variances as a error message appears when I try to do it: /PWPfit<-coxph(Surv(ini,fim,status)~Sexo+Transmissao+Regime+HAART+Drogas+Psi+ + CD4+CV+Neo+IO+cluster(idPARTICIPANTE)+strata(Estrato),data=PWP) > anova(PWPfit) Error in anova.coxph(PWPfit) : Can't do anova tables with robust variances / However when I fit two different nested models the function anova seems to work: /> PWPfit<-coxph(Surv(ini,fim,status)~Sexo+Transmissa...
2007 Mar 19
3
Settlers 4 - Cannot enable hardware accaleration
Hello! I have isntalled Settlers 4 Platin Edition and I ve managed to run the game (wine 0.9.23) - the problem is, that I cannot enable hardware accaleration ingame and some the whol game is very very slow - whenever I try to enable hardware accaleration I get: xxx@neo:~/.wine/drive_c/BlueByte/Die Siedler IV$ fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x12 fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x125d800)->(0x20024,00000011) fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16 xxx@neo:~/.wine/drive_c/BlueByte/...
2012 May 20
2
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
...5). I have a bitcode file that I'm trying to load/execute using lli as below but it reports an error about unresolved symbol: > LLVM ERROR: Program used external function '_ZNKSt3__16locale9use_facetERNS0_2idE' which could not be resolved! > lli: /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/llvm/lib/Support/ThreadLocal.cpp:54: virtual llvm::sys::ThreadLocalImpl::~ThreadLocalImpl(): Assertion `errorcode == I've tried loading the following libs when running lli: > lli \ > -load=libQtCore.so.4 \ > -load=libpthread.so.0 \ > -load=libm.so.6 \ > -lo...
2012 May 14
2
[LLVMdev] MCJIT
...ed not support inline assembly), not the MCJIT. >>>>> >>>> >>>> Do I need to enable anything at configure, my configure looks like this: >>>>> ../llvm/configure --enable-libffi --enable-targets=host-only --prefix=/local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/build/bin >>>> >>>> I added the enable-libffi when trying to figure out resolving external libs. >>>> >>> >>> >>> No, selecting MCJIT vs. the old JIT is done in the EngineBuilder. If you're using lli, you can pass...