Displaying 13 results from an estimated 13 matches for "power6".
Did you mean:
power
2008 Nov 18
2
lmer p-values for fixed effects missing
...ta(vision)
vision$npower <- rep(1:4,14)
mmod <-lmer(acuity~power+(1|subject)+(1|subject:eye),vision)
When I look at the fixed effects p-value, it is missing. Am I missing
something here?
Thanks.
Fixed effects:
Estimate Std. Error t value
(Intercept) 112.6429 2.2348 50.40
power6/18 0.7857 1.5400 0.51
power6/36 -1.0000 1.5400 -0.65
power6/60 3.2857 1.5400 2.13
--
View this message in context: http://www.nabble.com/lmer-p-values-for-fixed-effects-missing-tp20569114p20569114.html
Sent from the R help mailing list archive at Nabble.com.
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
...ctions provided here to compile R 64 bit on
AIX 6.1. I did
export OBJECT_MODE=64
export CC="gcc -maix64 -pthread"
export CXX="g++ -maix64 -pthread"
export FC="gfortran -maix64 -pthread"
export F77="gfortran -maix64 -pthread"
export CFLAGS="-O2 -g -mcpu=power6"
export FFLAGS="-O2 -g -mcpu=power6"
export FCFLAGS="-O2 -g -mcpu=power6"
./configure
make -j 16
and it errors out at
gcc -maix64 -pthread -std=gnu99 -I../../../../include -DNDEBUG
-I../../../include -I../../../../src/include -DHAVE_CONFIG_H
-I../../../../src/main -I/usr/...
2011 Jan 27
0
Access to a Power6/Power7 machine?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
is there anybody here who has access to such a machine and could test
errrr... 'some software' there?
Please mail me privately.
Thanks & best,
Timo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFNQYqAfg746kcGBOwRArE2AJ4+qtS3i0V6a0Y6WocbpGZfne7Q/wCgsphj
1JcOBKH2RuleIQ3X80XFfT4=
=AEdz
-----END PGP
2015 Oct 09
0
R 3.2.2 64 bit compilation error on AIX
...t on
> AIX 6.1. I did
>
> export OBJECT_MODE=64
> export CC="gcc -maix64 -pthread"
> export CXX="g++ -maix64 -pthread"
> export FC="gfortran -maix64 -pthread"
> export F77="gfortran -maix64 -pthread"
> export CFLAGS="-O2 -g -mcpu=power6"
> export FFLAGS="-O2 -g -mcpu=power6"
> export FCFLAGS="-O2 -g -mcpu=power6"
> ./configure
> make -j 16
>
> and it errors out at
>
> gcc -maix64 -pthread -std=gnu99 -I../../../../include -DNDEBUG
> -I../../../include -I../../../../src/include -DH...
2007 Oct 19
0
calculating power of log rank test
...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)
print(power7)
print(power8)
print(powe...
2010 Jan 08
1
Rsync performance with very large files
...the 2.6.7 src, but it didn't help.
We are trying to evaluate the possibility of using rsync as an
alternative to IBM's FlashCopy, which only works within the storage
pool controlled by our San Volume Controller.
Some details about our test environment:
- Sender and Receiver are both POWER6 servers running AIX 5.3
- Fiber attached disk, DS8300 storage
- Gigabit network (Hypervisor Virtual I/O)
- Test file is 232GB
- I've tried rsync version 3.0.7 (vanilla) and 2.6.7 with the dynamic_hash.diff patch, both compiled with IBM's xlc compiler.
Same behavior with both versions...
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
2008 Dec 14
19
regarding vpn server for 1500 clients
Hi list,
I have to build vpn server for 1500 clients. No encryption necessary.
can anyone please recommend me vpn server.
I do not have experience on vpn.
I have tested openvpn on my test setup, & its working fine.
I want to check if there any other vpn server available.
I have not checked but can pptp vpn be usefull?
My requirement is to connect 1500 clients on vpn server.
Need
2016 Jan 04
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...R-3.2.3 - to side-step the system library dependencies.
re: xz - I have "installp" version - and any of my packages should work
side-by-side with the Toolbox/.rpm files - my PATH prefix is /opt (so,
/opt/bin and /opt/sbin rather than /usr/bin, /usr/local/bin (etc.).
I am testing on a Power6, usually with 2 to 4G RAM active. When I get
the compile to finish I will up to 8G to test some data processing that
fails with the 32-bit limitations.
Another question: are you also getting lots of duplicate symbol
warnings? Curious me. If you are I would like to send my modifications
to conf...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...n - and any of my packages should work side-by-side with the Toolbox/.rpm files - my PATH prefix is /opt (so, /opt/bin and /opt/sbin rather than /usr/bin, /usr/local/bin (etc.).
>
It fails even with the built-in one in R so it has nothing to do with the xz used itself.
> I am testing on a Power6, usually with 2 to 4G RAM active. When I get the compile to finish I will up to 8G to test some data processing that fails with the 32-bit limitations.
>
> Another question: are you also getting lots of duplicate symbol warnings? Curious me. If you are I would like to send my modifications t...
2010 Mar 30
7
Analyzing java class loading with dtrace
Hi there,
I am trying to diagnose a performance problem on a Sun T5120 running
Solaris 10. I see general poor performance using Java and, in
particular, loading classes. I have developed a simple java test that
loads all of the classes in a Crystal Reports JAR file (around 7000
classes) which takes much longer on the T5120 (40 secs) than on a Core
2 Duo windows PC (5 secs). I recognise that this
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
On 2016-01-01 23:48, peter dalgaard wrote:
> Nice catch you two!!!
>
> Happy New Year
> -pd
I am much happier with this great start!
Simon - which compiler)s) did you use: xlc and xlfortran, or gcc/gfortran?
I have made some changes to configure(.ac) so maybe my problems are
self-inflicted. But would be good to know what environment you are using.
Thanks for looking - and