similar to: GLX and Xen

Displaying 20 results from an estimated 300 matches similar to: "GLX and Xen"

2005 Aug 24
2
randomize
Dear helpeRs, I am looking for an R equivalent of the S function "randomize" but cannot find it anywhere (?randomize, help.search("randomize")). There are some references to "Randomize()" in the list archives, but it is not on my system (R 2.1.1 on Windows XP)... what package is it in? Thanks! Luis -- Luis Tercero, M.Sc. Engler-Bunte-Institut der
2013 Mar 10
1
misc3d Contour export to vtk
So I wanted to export a contour3d object into VTK and it worked well enough, except the top of the ball (the contour) was missing. Example below, or gist here: https://gist.github.com/muschellij2/5126544 rm(list=ls()) require(misc3d) f <- function(x, y, z) x^2+y^2+z^2 x <- seq(-2,2,len=20) ball <- contour3d(f,4,x,x,x, draw=FALSE) drawScene.rgl(ball) ### get the triangles allids
2007 Jul 31
2
Show DomU login dialog instead of Dom0''s
Hello, is it possible to login into a DomU (Windows) without beeing logged in in the Dom0 on the same PC where Xen runs? So I want to have something like the Windows login screen on e. g. tty2 so I do not need to login twice (first in Dom0 and the second one in the DomU). Thanks for help, Markus _______________________________________________ Xen-users mailing list
2002 Mar 27
2
3D visualization using vtk library
has there been any attempt to improve the 3D visualization (interactive) features in R, using the vtk library? It seems fairly straight forward. maybe even trivial for somebody who has experience with vtk library. let me know if there are any obvious reasons i may have overlooked thanks, in advance for any feedback -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2010 Jul 05
1
export VTK from R : impossible to write data as float
Hello, I've written a short code (below) to write 3D unstructured grid to binary VTK files from R. Problem : I can only write integers with the command : data<-as.numeric(c(3.3)) storage.mode(data)<-'integer' writeBin(data,bfile_celldata,endian="swap") the function storage.mode(data)<-'long' looks fine, but the VTK file is not readable. thanks for any
2011 Dec 30
3
[LLVMdev] Why is CLANG++ so freaking slow -- with example.
http://cornwarning.com/xfer/test.cxx.gz This is a preprocessed version of a file from from the VV image viewer package. I stripped out all the lines beginning in '#' and multiple empty lines. It's about 75k lines of code. On a Mac Pro, the unix 'time' command says it's using 249 seconds of user time. Wall time on my machine somewhere around 5 minutes? 249.035u 1.883s
2011 Dec 30
0
[LLVMdev] Why is CLANG++ so freaking slow -- with example.
On 30.12.2011, at 22:12, kent williams wrote: > http://cornwarning.com/xfer/test.cxx.gz > > This is a preprocessed version of a file from from the VV image viewer > package. I stripped out all the lines beginning in '#' and multiple > empty lines. > > It's about 75k lines of code. > > On a Mac Pro, the unix 'time' command says it's using 249
2011 Dec 30
1
[LLVMdev] Why is CLANG++ so freaking slow -- with example.
On 12/30/2011 01:34 PM, Benjamin Kramer wrote: > > On 30.12.2011, at 22:12, kent williams wrote: > >> http://cornwarning.com/xfer/test.cxx.gz >> >> This is a preprocessed version of a file from from the VV image viewer >> package. I stripped out all the lines beginning in '#' and multiple >> empty lines. >> >> It's about 75k lines of
2012 May 13
1
Problem compiling package LogicReg - make Error 255
Hello all, I've been using the R package LogicReg, but ended up having to change a certain parameter in the Fortran 77 code (namely, I had to change LGCntrMax to 25 in the file slogic.f). I am using a 64-bit Windows 7 machine. When I tried to compile, I got the following error: -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ C:\Program
2008 Nov 12
2
3D trajectory plot?
Hello, I'm attempting to create a smooth, 3D plot of a trajectory (rather than the cloud or wireframe functions). I would rather the individual data points not be visible. I've had no luck finding this on the graphics or help pages. Thank you in advance. Chris Some example data, just in case: 25 32 40 12 25 32 2 12 25 2 2 12 20 2 2 1 20 2 6 1 20 5 6 1 5 5 6
2007 Feb 28
1
using nvidia drivers on Xen kernel
Hi, At work, I must use the nvidia proprietary drivers. I also have to use Xen. As we now, nvidia module compilation fails when it detects a xen kernel (it's not package level, it' the kind of 'configure' script embeded, I think). As far as I know, it only parses the config file of the _runnning_ kernel (with uname -r). I did not try anything yet, but I ask for advice. What
2013 Jul 16
3
[LLVMdev] eclipse and gdb
On 07/16/2013 05:21 AM, Tilmann Scheller wrote: > Hi Reed, > > I’ve used Eclipse for a long time to do LLVM development on Linux (both for code navigation/editing and debugging), any recent Linux distribution and version of Eclipse should be fine (even older versions should be good enough as this has been working for many years). > > Xcode works fine as well, I started to use Xcode
2013 Jan 13
0
Upgrading Python with NumPy, SciPy and Mayavi on a CentOs 6.2 (Rocks 6.0) cluster
Hi, We are looking for some guidance in installing an upgraded Python on our cluster. Our cluster was installed with Rocks 6.0, is running CentOs 6.2, and has python-2.6.6, gcc-4.4.6. We would like to install an upgraded version of Python along with the following modules NumPy Scipy (which will require a compatible version of the Atlas libraries) Mayavi (which will require a compatible
2001 Jan 06
4
3D package in R
Hi all, I am considering writing a 3D visualisation package for R. Purposes: - Visualise 3 dimension data - Manipulate the data or series or any other object with the mouse as in any 3D software (3D Studio Max, Lightwave...) - Eventually display more than just 3D objects. Justification: - It's always interesting to plot data before performing any analysis - Manipulating (rotating,
2010 Jan 13
3
Looking for developers trying to build Windows apps on Wine
So far, Firefox (with msvc 2005) and a couple other apps (one using open watcom) build properly on wine. I'm pecking away at the problems that get in the way (particularly cmd bugs at the moment). If you're trying to build a Windows app on Wine by running your normal Windows build procedure (as opposed to using winegcc), I'd like to hear from you, especially if a bug in cmd or some
2004 May 31
1
zapras how to
hi! I'm trying to get zapras working in GSM csd network. Whenever a dialup call is initiated from the mobile to the * gateway the following appears in the log and zapras terminates. Phone gives the error dialup not answered. ==> /var/log/messages <== pppd[2310]: Plugin zaptel.so loaded. pppd[2310]: Zaptel Plugin Initialized pppd[2310]: Using zaptel device 'stdin' pppd[2310]:
2007 Apr 23
4
vmx status report against changeset 14887 - No new issue, 3 old issues
New issues (0) ================================================= No new issue. Old issues (3): ================================================= 1).time latency is a negative number on window guest when vcpu > 1 http://losvmm-bridge.sh.intel.com/bugzilla/show_bug.cgi?id=991 You can reproduce it on SMP windows, it will not happen on UP Windows 2) IA32E/PAE: 32bit Vista RTM network
2010 Jan 20
2
[LLVMdev] updated code size comparison
Hi Torok- > Could you also add a main() for each of these files, and do > a very simple test that the optimized functions actually work? Unfortunately, testing isolated C functions is much harder than just passing them random data! Consider this function: int foo (int x, int y) { return x+y; } The behavior of foo() is undefined when x+y overflows. If course it is trivial to come
2003 Jan 15
1
Probelm with TC commands
Hello , I have installed Tc and have problems running basic tc commands for PRIO qdisc . I tried tc qdisc add dev eth0 handle 1 root prio Result : Invalid argument tc qdisc add dev eth0 root handle 1: prio Result : Invalid argument What could be the problem.? Regards Andre --------------------------------- With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits
2010 Jan 20
0
[LLVMdev] updated code size comparison
On 01/20/2010 10:10 PM, John Regehr wrote: > Hi Torok- > >> Could you also add a main() for each of these files, and do >> a very simple test that the optimized functions actually work? > > Unfortunately, testing isolated C functions is much harder than just > passing them random data! > > Consider this function: > > int foo (int x, int y) { return x+y; }