Displaying 3 results from an estimated 3 matches for "hd03".
Did you mean:
hd0
2007 Oct 09
0
00LOCK error on site-library
...e (PPC cluster) started about
3 weeks ago and is present whether I used R-devel or R-2.6.0 or R-2.5.1.
Also, of course I manually remove the 00LOCK folder after each failed
attempt.
Below is my error output, my .Rprofile, and sessionInfo(). Thanks, Mark
ERROR: failed to lock directory
'/N/hd03/mkimpel/BigRed/R_HOME/site-library' for modifying
Try removing '/N/hd03/mkimpel/BigRed/R_HOME/site-library/00LOCK'
> sessionInfo()
R version 2.7.0 Under development (unstable) (2007-10-07 r43113)
powerpc64-unknown-linux-gnu
locale:
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.U...
2007 Dec 12
0
64-bit package compilation problems on powerpc
...get R-devel up and running with
64-bit compilation on our PowerPC cluster. We've got the base install to
compile with the following flags:
LDFLAGS=-m64 FFLAGS="-m64 -mpowerpc64" FCFLAGS="-m64 -mpowerpc64"
CFLAGS="-m64 -mpowerpc64" ../configure
--prefix='/N/hd03/mkimpel/BigRed/R_HOME/R-devel/R-build'
--x-libraries=/usr/X11R6/lib64
About 50% of my package installs are failing with a message similar to
that below:
SpikeofOneArray.o' is incompatible with powerpc:common64 output
make: *** [CALIB.so] Error 1
My sysAdmin suggested removing the -mpow...
2007 Dec 19
4
Problem compiling R 3.6.1 on POWER 570 system
I've for a RHEL 4 box on a P570 system. My end user wants to have a
64-bit version of R compiled due to the large amount of memory they
require (this image has 16GB allocated to it).
I can compile R fine in 32-bit mode, but it can't use more than 2.4GB of
RAM before it falls over and dies.
Compiling in 64-bit mode for POWER systems "should" be as easy as adding
a