Displaying 7 results from an estimated 7 matches for "p690".
Did you mean:
690
2004 Aug 25
1
Testing Performance of R on AIX
Dear R Users,
I compiled two R-1.9.1 environments on IBM P690 AIX platform, one with
optimization level 3(-O3), another with optimization level 2(-O). I
would like to do some performance comparison with these two
environments. Can anybody give me some advices for how to do the
performance test against R?
Thanks in advance.
Kexiao
2005 Jun 10
1
4.1p1 on AIX5200-05
sshd disconnects
openssh-4.1p1
on IBM p690 AIX 5200-05
using:
openssl-0.9.7g
zlib-1.2.2
openssh-4.1p1
CC="gcc -O0 -maix64" ./configure #- 64-Bit !!!
Compiles ok. ssh works fine.
sshd starts, accepts password, user authenticated
and then disconnects.
Debug log of both sshd and trying-to-connect client
(3.9p1...
2004 Jul 16
1
Install R on AIX 5.2 64 Bit
...lled on AIX before I compile
R-1.9.1 source codes:
g++ 2.9.aix51.020209-4 The GNU C++ compiler and headers
gcc 2.9.aix51.020209-4 The GNU gcc C compiler and headers
xlf XL Fortran for AIX
perl 5.6.1-2
zlib 1.1.3-10
For latex and makeinfo stuffs, I have not found from my AIX 5.2 P690
system.
After I run the following command:
configure
make
Following executable binaries codes have been generated in RHOME/bin
directory:
bash-2.05b$ ls -al
total 15900
drwx------ 2 liao1k staff 512 Jul 09 11:27 .
drwx------ 13 liao1k staff 1024 Jul 09 11...
2004 Jul 22
2
gcc on AIX is not compatile with R-1.9.1
....9.aix51.020209-4 The GNU C++ compiler and headers
>
> gcc 2.9.aix51.020209-4 The GNU gcc C compiler and headers
>
> xlf XL Fortran for AIX
>
> perl 5.6.1-2
>
> zlib 1.1.3-10
>
>
>
> For latex and makeinfo stuffs, I have not found from my AIX 5.2
P690
> system.
>
>
>
> After I run the following command:
>
> configure
>
> make
>
What about "make check"? And thereafter "make install"?
>
> Following executable binaries codes have been generated in RHOME/bin
> directory:
>
>...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
Dear All,
we're trying to implement R on the IBM p690 cluster "Jump" at the
research centre in J?lich, Germany (c.f.
http://www.fz-juelich.de/nic/Supercomputer/computer-e.html)
using the most recent version of R (2.1.0) and precisly following the
installation instructions.
After ./configure we get the final message:
----------------
R is...
2005 May 13
1
R make errors
I tried to install the latest version of R (2-1.0)in anAIX machine. I was able to tar, and configure with no
errors. However, when I said make, I got the following errors:
gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall
-Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo
rotated.lo rbitmap.lo -lSM -lICE -lX11
ld: 0711-317 ERROR: Undefined symbol:
2004 Sep 22
2
X11 problems on AIX (OpenSSH_3.7.1p2-pwexp24)
...Applications
I'm tempted to point my finger of blame at xauth as it doesn't seem to
create an xauth
entry for my login session on this host. (the others are fine)
The one difference between this and all the others though is this host has
an X display
running locally (the others are p690 LPARS)
Should I try and put a wrapper round xauth to see if it at least gets
called?
or am I looking in the wrong place?
Many thanks
(oh, and the reason I'm not on 3.8.1p is because with Darren Tuckers patches
the users get notification that their password will expire (even if they
choose t...