Page 1 of 1

Discrepancy in Fortran Flag MPI and OMP

Posted: Thu Jan 05, 2017 8:48 am
by Dominic
Magma was build through

Code: Select all

...-lmkl_gnu_threads -lgomp ...

However, Abinit is building

Code: Select all

 checking for Fortran libraries of ..../4.9.2/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lquadmath -lpthread


Resulting to this error

Code: Select all

[gpu][t02][np=1]: fldiff.pl fatal error:
The diff analysis cannot be done: the number of lines to be analysed differ.
File /home/isrvr-dsktp1/MineOS/configure/tests/gpu/Refs/t02.out: 25 lines, 5 ignored
File /home/isrvr-dsktp1/MineOS/configure/abinit-config-mkl-cuda/tests/Test_suite/gpu_t02/t02.out: 24 lines, 5 ignored [file=t02.out]
[gpu][t02][np=1]Test was not expected to fail but subprocesses returned 14
#0  0x7fb2664aedf7 in ???
#1  0x1e30178 in ???
#2  0x148fb81 in ???
#3  0x13e5604 in ???
#4  0x40ed87 in ???
#5  0x40e9be in ???
#6  0x7fb2593a6730 in ???
#7  0x40e9f8 in ???
#8  0xffffffffffffffff in ???


How to solve this?