no error messager were generated. But
Code: Select all
make testin_1
Code: Select all
echo "Running built-in test in_1"
Running built-in test in_1
cd tests ; /usr/bin/perl .././tests/Scripts/run-basic-tests.pl built-in in_1 /home/serzz/abinit/abinit-6.10.3
*** The MPI_Comm_f2c() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[team194:25699] Abort before MPI_INIT completed successfully; not able to guarantee that all other processes were killed!
I also tried to reinstall and recompile with mpich software (OpenMPI was completely removed from the system), but I again the output is
Code: Select all
Running built-in test in_1
cd tests ; /usr/bin/perl .././tests/Scripts/run-basic-tests.pl built-in in_1 /home/serzz/abinit/abinit-6.10.3
Attempting to use an MPI routine before initializing MPICH
could anybody say what may be wrong?
Sergei