{bio}[foss/2016b] ExaBayes v1.5#7801
Conversation
| sources = [SOURCELOWER_TAR_GZ] | ||
| checksums = ['e401f1b4645e67e8879d296807131d0ab79bba81a1cd5afea14d7c3838b095a2'] | ||
|
|
||
| configopts = '--enable-mpi ' |
There was a problem hiding this comment.
If you have enable-mpi, shouldn't you use toolchainopts 'usempi': True too?
There was a problem hiding this comment.
As a matter of fact, yes you do need 'usempi': True, so it will find the correct MPICXX command.
To clarify a bit, it works with foss since for foss mpicxx is the right command to use, but for intel it is mpiicpc and not mpicxx.
| sources = [SOURCELOWER_TAR_GZ] | ||
| checksums = ['e401f1b4645e67e8879d296807131d0ab79bba81a1cd5afea14d7c3838b095a2'] | ||
|
|
||
| configopts = '--enable-mpi ' |
There was a problem hiding this comment.
As a matter of fact, yes you do need 'usempi': True, so it will find the correct MPICXX command.
To clarify a bit, it works with foss since for foss mpicxx is the right command to use, but for intel it is mpiicpc and not mpicxx.
|
I have added I was not aware that this was mandatory for intel toolchains. Thanks for the clarification |
|
Without using usempi: True, exabayes finds mpicxx, which for IntelMPI is a wrapper around g++ and uses g++ compiled mpi libs. |
|
Test report by @akesandgren |
|
Going in, thanks @pescobar! |
(created using
eb --new-pr)