{toolchain} [iomkl/2015.01] (OK)#1325
Conversation
|
Test PASSed. |
|
Test PASSed. |
|
Test report by @pescobar |
There was a problem hiding this comment.
no need for defining ompi, since OpenMPI is only used in one place?
dependencies = [
...
('OpenMPI', '1.8.4', '', comp),
...
]There was a problem hiding this comment.
actually, same goes for comp, so drop that too and use (compver is still useful):
dependencies = [
...
('OpenMPI', '1.8.4', '', ('iccifort', compver)),
...
]|
Test report by @boegel |
|
Test PASSed. |
|
Looking great @pescobar, going in. Thanks! |
{toolchain} [iomkl/2015.01] (REVIEW)
|
Test report by @pescobar |
|
Test report by @pescobar |
No description provided.