Skip to Content.
Sympa Menu

forum - [abinit-forum] Compilation on IBM Power6+

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

[abinit-forum] Compilation on IBM Power6+


Chronological Thread 
  • From: Lai Jiang <jianglai@sas.upenn.edu>
  • To: forum@abinit.org
  • Subject: [abinit-forum] Compilation on IBM Power6+
  • Date: Wed, 11 Nov 2009 16:57:07 +0100 (CET)

Hi forks, I'm trying to compile v5.8.4 on a IBM P6+ cluster. My configuration
is as follows:

./configure FC=mpxlf90_r --enable-mpi=yes --disable-all-plugins --prefix=$HOME

However the compilation created error when it tries to do the install, like
this:





AIX wtabor@d12n11 /scr/wtabor/abinit-5.8.4 % make
make all-recursive
Making all in prereqs
Making all in linalg
make -f ../../prereqs/linalg/linalg.mk
lapack-abinit_5.7 has been uncompressed.
touch configure-stamp
lapack-abinit_5.7 has been configured.
cd blas && make FC="/scr/wtabor/abinit-5.8.4/config/wrappers/wrap-fc"
FCFLAGS=" -qsuffix=cpp=F:f=f -qfixed -g -qzerosize -O3 -qmaxmem=65536
-qspill=2000 -qarch=auto -qtune=auto -qcache=auto -qstrict
-qsuppress=1520-022:1520-031" AR="ar" ARFLAGS="rc" RANLIB="ranlib"
BLAS for ABINIT has been built.
BLAS for ABINIT has been built.
cd lapack && make FC="/scr/wtabor/abinit-5.8.4/config/wrappers/wrap-fc"
FCFLAGS=" -qsuffix=cpp=F:f=f -qfixed -g -qzerosize -O3 -qmaxmem=65536
-qspill=2000 -qarch=auto -qtune=auto -qcache=auto -qstrict
-qsuppress=1520-022:1520-031" AR="ar" ARFLAGS="rc" RANLIB="ranlib"
LAPACK for ABINIT has been built.
LAPACK for ABINIT has been built.
touch build-stamp
lapack-abinit_5.7 has been built.
config/gnu/install-sh -c -d tmp/lib
config/gnu/install-sh: not found

make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.



It seems that it's failing because it can not find install-sh, which is
definitely there. I've tried different compilers and flags but no luck. It
always fails at this stage. Is there advise you can provide? I have no problem
compiling on x86 architectures like Cray XT4 and XT5, so i think this might be
a problem specific to the P6+?

Thanks a lot!



Archive powered by MHonArc 2.6.16.

Top of Page