Skip to content
Prev 27073 / 63458 Next

Problem compiling R 3.6.1 on POWER 570 system

Mark,

My sysadmin has helped me install R on our Power cluster. This is not my 
area of expertise, but I will pass along his directions, which got me up 
and running:

To quote him, "Our machine, BigRed runs SuSE Linux Enterprise Server 9, 
Service Pack 3.  The OS
is 64-bit, but there are 32-bit compatibility libraries, and many
(perhaps most) of the system utilities are 32-bit.  The processors on
the user and compute blades are PowerPC 970MP (dual-core)."

Here is the script I used, your install directories and location of 
x-libraries of course may need to be changed.

Good luck and let the list know what ends up working for you.
Mark Kimpel

cd ~/R_HOME
wget ftp://ftp.stat.math.ethz.ch/Software/R/R-devel.tar.bz2
tar -xjvf R-devel.tar.bz2
cd ~/R_HOME/R-devel
mkdir R-build
cd R-build
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
make
make install

Mark W. Kimpel MD  ** Neuroinformatics ** Dept. of Psychiatry
Indiana University School of Medicine

15032 Hunter Court, Westfield, IN  46074

(317) 490-5129 Work, & Mobile & VoiceMail
(317) 204-4202 Home (no voice mail please)

mwkimpel<at>gmail<dot>com

******************************************************************
Mark Komarinski wrote: