I have installed Abinit 6.12.3. with openmpi 1.6. using gfortran compiler. While doing this i haven't obtained any error messages. Then I try to run my test file by the command:
mpirun abinit < files.txt >& log
in the end of log file I found following
=== MPI ===
Parallel build : yes
Parallel I/O : yes
Time tracing : no
GPU support : no
=== Connectors / Fallbacks ===
Connectors on : yes
Fallbacks on : yes
DFT flavor : libxc-fallback+atompaw-fallback+bigdft-fallback+wannier90-fallback
FFT flavor : none
LINALG flavor : netlib-fallback
MATH flavor : none
TIMER flavor : abinit
TRIO flavor : netcdf-fallback+etsf_io-fallback
=== Experimental features ===
Bindings : no
Exports : no
GW double-precision : no
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------------------
mpirun noticed that the job aborted, but has no info as to the process
that caused that situation.
--------------------------------------------------------------------------
How can I solve this?
Thanks for any suggestion.
[SOLVED] mpi problem
Moderators: fgoudreault, mcote
Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Re: mpi problem
Check that your running environment is identical to your building environment, in particular PATH and LD_LIBRARY_PATH.
Depending on your configuration, you might also have to submit a job to be able to run Abinit.
If you don't know what I'm speaking about, do not hesitate to bother your system administrator.
Depending on your configuration, you might also have to submit a job to be able to run Abinit.
If you don't know what I'm speaking about, do not hesitate to bother your system administrator.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain
Simune Atomistics
Donostia-San Sebastián, Spain
Re: mpi problem
Dear Pouillon, thanks for your reply, it helped to handle the problem.