Discrepancy in Fortran Flag MPI and OMP

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
Dominic
Posts: 18
Joined: Mon Jan 21, 2013 4:34 pm

Discrepancy in Fortran Flag MPI and OMP

Post by Dominic » Thu Jan 05, 2017 8:48 am

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?

Locked