I managed to compile abinit 7.4.3 on SLES11.1 and want to run the test suite through LoadLeveler for an IBM machine (x86, Intel SandyBridge EP).
However, I cannot find the documentation on how to set up the 'mpi.cfg' file.
The script runtests.py tells me to use
runtests.py paral -n4 -c mpi.cfg
and in the directory ~abinit-7.4.3/tests/doc/howto I found the file 'testsuite_howto.rst'
However, in this file I find this
runtests.py -n 2 -c mpi.cfg
$ cat mpi.cfg
[mpi]
mpi_prefix = /usr/local/openmpi-gcc47/
mpirun_np = %(mpi_prefix)s/bin/mpirun -np
mpirun_np is the string with the path to the mpirunner, followed by any additional option you may want
to use. The option used to specifing the number of MPI nodes must be added at the end of the string.
.. tip::
For more examples, consult the configuration files in abinit/tests/mpi_cfg.
Unfortunately, the file abinit/tests/mpi_cf does not exist.
Any help is greatly appreciated!