Search found 3 matches

by gzerah
Sun Jul 05, 2015 12:29 am
Forum: Configuring and compiling ABINIT
Topic: Configuration problem: Abinit 7.10.4 with openmpi on centos [SOLVED]
Replies: 3
Views: 4776

Re: Configuration problem: Abinit 7.10.4 with openmpi on cen [SOLVED]

Solved, or at least this works:

Code: Select all

/bin/bash
module load mpi/openmpi-x86_64
./configure --enable-mpi --with-mpi-prefix=/usr/lib64/openmpi


This way, the wrappers will be used. See //www.open-mpi.org/faq/?category=mpi-apps
by gzerah
Sat Jul 04, 2015 10:11 am
Forum: Configuring and compiling ABINIT
Topic: Configuration problem: Abinit 7.10.4 with openmpi on centos [SOLVED]
Replies: 3
Views: 4776

Configuration problem: Abinit 7.10.4 with openmpi on centos [SOLVED]

Hi, When trying to configure Abinit 7.10.4 on centos using: ./configure --enable-mpi --with-mpi-incs="-I/usr/include/openmpi-x86_64" --with-mpi-libs="-L/usr/lib64/openmpi/lib -lmpi" I get: .... checking whether the C compiler supports MPI... no checking whether the C++ compiler s...