fix support for recent Intel tools (icc, ifort, imkl, impi)#325
fix support for recent Intel tools (icc, ifort, imkl, impi)#325boegel merged 12 commits intoeasybuilders:developfrom
Conversation
There was a problem hiding this comment.
what happened to mpi.mod etc? is it redundant?
otherwise reviewed, good piece of work! If you can, document a bit more the *_NAME_2012* consts.
There was a problem hiding this comment.
@fgeorgatos: This is only a sanity check, it's by no means meant to be exhaustive.
Besides that: nothing really changed here, the mpi_mods stuff was factored out higher up, so checking for include/mpi.mod is still part of the sanity check for all MPI versions.
For v4.x however, we now also check for mpi_base.mod, mpi_constants.mod, and mpi_sizeofs.mod include files, which weren't there in older Intel MPI version (3.x).
So, that part is actually an enhancement for installing old Intel MPI versions (which I had to do a while ago).
|
Fully tested using the easyconfigs in easybuilders/easybuild-easyconfigs#609, works like a charm, so merging in. Thanks for the review @fgeorgatos! |
fix support for recent Intel tools (icc, ifort, imkl, impi)
No description provided.