Displaying 5 results from an estimated 5 matches for "power4".
Did you mean:
power
2003 Apr 12
0
compiling R in 64-bit mode on Linux on Power4
Hi all,
today I tried to compile R in 64-bit mode on Linux on Power4. I used the
following parameter with configure.
./configure -without-x CC='xlC' F77='xlf' CXX='xlC' CFLAGS='-q64 -g
-qfullpath' FFLAGS='-q64 -g -qfullpath' CXXFLAGS='-q64 -g -qfullpath'
MAIN_LDFLAGS='-q64 -g -qfullpath' LDFLAGS='-q64&...
2007 Oct 19
0
calculating power of log rank test
....96)count6=count6+1
if(d7>1.96)count7=count7+1
if(d8>1.96)count8=count8+1
if(d9>1.96)count9=count9+1
number=number+1
s=s-1
}
power1=count1/number
power2=count2/number
power3=count3/number
power4=count4/number
power5=count5/number
power6=count6/number
power7=count7/number
power8=count8/number
power9=count9/number
print(power1)
print(power2)
print(power3)
print(power4)
print(power5)
print(power6)...
2004 Apr 20
2
Compiling 3.8p1 on AIX with IBM OpenSSL RPMs
Folks,
I've just updated a machine to the latest IBM supplied OpenSSL RPMS:
openssl-0.9.6m-1
openssl-devel-0.9.6m-1
(this is a power4 running AIX 5.1)
and Tried to upgrade to the latest OpenSSH (3.8p1 - both the release and a
snapshot from about a week ago)
I'm using:
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-ssl-dir=/opt/freeware
and the compilation seems OK:
OpenSSH has been configured with the following op...
2009 Dec 18
0
[LLVMdev] Compilation problem with JIT/Interpreter
Thank very much for this answer,
so my last question will be: is it possible to use the LLVM JIT on a PS3
with Yellow Dog 6.2 distribution, instead of the LLVM interpreter, by using
the PPE as it seems to be similar to 64-bit PowerPC processors?
2009/12/18 Scott Michel <scooter.phd at gmail.com>
> Jerome:
>
> No, there are no plans to JIT to SPU. That's considerably more
2009 Dec 18
2
[LLVMdev] Compilation problem with JIT/Interpreter
Jerome:
No, there are no plans to JIT to SPU. That's considerably more complicated
-- you'd have to figure out when to JIT to the SPU and live with all of the
constraints that the SPU imposes (data reformatting, r/w DMA, ensure your
code lives in 256K unless you can manage to interface with the virtual
I-cache work.)
Basically, it's not trivial and it doesn't quite fit into the