[SOLVED] mpi problem

option, parallelism,...

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.
Locked
Sasha
Posts: 2
Joined: Sun Jun 10, 2012 11:04 pm

[SOLVED] mpi problem

Post by Sasha » Sun Jun 10, 2012 11:39 pm

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.

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: mpi problem

Post by pouillon » Mon Jun 11, 2012 12:46 pm

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.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

Sasha
Posts: 2
Joined: Sun Jun 10, 2012 11:04 pm

Re: mpi problem

Post by Sasha » Tue Jun 12, 2012 3:49 pm

Dear Pouillon, thanks for your reply, it helped to handle the problem.

Locked