Page 1 of 1

Abinit Insstalation Help for IBM HPC

Posted: Wed Jul 08, 2015 10:22 pm
by Redmaz
Hi,
I have IBM HPC Cluster with RedHAt 6.4 OS and IBM PMPI platform.
I wont to install Abinit 7.10.4 on it.
I try :
$module load PMPI
$./configure
but I have this erreur:

checking for mpicc... /opt/ibm/platform_mpi/bin/mpicc
checking for gcc... mpicc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: in `/home/abinit-7.10.4/build':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

pleaz can you help me !!

Re: Abinit Insstalation Help for IBM HPC

Posted: Thu Jul 09, 2015 9:48 am
by Jordan
Hello

First, it seems that you use GCC 4.4 which is no more supported. Please consider to upgrade to a more recent compiler like GCC4.8 or GCC4.9. Check your modules to find out what is available (module avail)
Second, consider to configure with

Code: Select all

./configure --enable-mpi --with-mpi-prefix=/opt/ibm/platform_mpi/

The error comes from a MPI library that is not found during compilation
./a.out: error while loading shared libraries: libmpio.so.1: cannot open shared object file: No such file or directory


Jordan

Re: Abinit Insstalation Help for IBM HPC

Posted: Fri Jul 10, 2015 1:57 pm
by Redmaz
I try to upgrade my gcc but i can't.
I install openmpi and try abinit is the same error on configuration

Re: Abinit Insstalation Help for IBM HPC

Posted: Wed Jul 15, 2015 8:30 pm
by Redmaz
Salam,
I install Abinit 4.10.3 without error, but when I try to run a parall test with command :
$ mpirun -np 2 abinit < t42.files >& t42.log
I have this error in my log file:
STOP MPIFAKE: mpi_attr_get
STOP MPIFAKE: mpi_attr_get
can you help me plz ?

Re: Abinit Insstalation Help for IBM HPC

Posted: Thu Jul 16, 2015 9:20 am
by Jordan
Please send your configuration file (how you run ./configure) and the log file of abinit.

Re: Abinit Insstalation Help for IBM HPC

Posted: Thu Oct 08, 2015 5:08 pm
by mverstra
Your configuration apparently did not link properly to the MPI version (or the MPI version itself is not correctly compiled).