Emergency. The parallel 7.10.5 can't be build with openmpi
Posted: Thu Apr 14, 2016 7:09 pm
Hi, everyone.
When I try to build the abinit-7.10.5 with Openmpi 1.10.2,
even if I enable mpi, it seems that I always got the sequential version instead of the parallel one.
The sequential abinit works well, but when I run the parallel version with command like "mpirun -np $num abinit < ......"
Abinit stop at the beginning with such message:
Give name for formatted input file:
I am sure the PATH and LD_LIBRARY_PATH are set correctly:
[kinsang@c0 Config]$ mpirun --version
mpirun (Open MPI) 1.10.2
[kinsang@c0 Config]$ mpicc --version
icc (ICC) 16.0.2 20160204
Copyright (C) 1985-2016 Intel Corporation. All rights reserved.
The configure file is as follows:
FC=mpifort
CC=mpicc
CXX=mpicxx
enable_mpi="yes"
enable_mpi_io="yes"
with_mpi_prefix="/public/soft/ompi-v1.10"
Thanks a lot !!!
Enclosing with the Conf.log
When I try to build the abinit-7.10.5 with Openmpi 1.10.2,
even if I enable mpi, it seems that I always got the sequential version instead of the parallel one.
The sequential abinit works well, but when I run the parallel version with command like "mpirun -np $num abinit < ......"
Abinit stop at the beginning with such message:
Give name for formatted input file:
I am sure the PATH and LD_LIBRARY_PATH are set correctly:
[kinsang@c0 Config]$ mpirun --version
mpirun (Open MPI) 1.10.2
[kinsang@c0 Config]$ mpicc --version
icc (ICC) 16.0.2 20160204
Copyright (C) 1985-2016 Intel Corporation. All rights reserved.
The configure file is as follows:
FC=mpifort
CC=mpicc
CXX=mpicxx
enable_mpi="yes"
enable_mpi_io="yes"
with_mpi_prefix="/public/soft/ompi-v1.10"
Thanks a lot !!!
Enclosing with the Conf.log