PrgEnv-pgi support#2927
Conversation
|
Automatic reply from Jenkins: Can I test this? |
| dependencies = [ | ||
| # PrgEnv version is not pinned, as Cray recommends to use the latest (default) version | ||
| # ('PrgEnv-pgi/' + version, EXTERNAL_MODULE), | ||
| ('PrgEnv-pgi/5.2.82', EXTERNAL_MODULE), |
There was a problem hiding this comment.
@jgphpc this should not be version pinned, see comment, just use 'PrgEnv-pgi'
|
Jenkins: ok to test @jgphpc I guess using HPL here as a testcase for this toolchain doesn't make much sense, since there's no BLAS/LAPACK support for CrayPGI (at least not as is)? |
|
@boegel yes, with intel mkl: https://www.pgroup.com/support/link.htm#mkl |
|
@jgphpc So, should an Intel MKL module provided by Cray be part of |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7657/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7662/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
@boegel it's possible to link without mkl, can you share you hpl testcase ? without intel mkl
with intel mkl
|
|
@jgphpc nothing special about HPL, just regular easyconfigs, cfr. https://github.com/hpcugent/easybuild-easyconfigs/tree/master/easybuild/easyconfigs/h/HPL But, to use the BLAS readily provided by the |
|
(open/close to trigger Travis, need to look into a better way but this is what's recommended by Travis support...) |
|
Good to go now easybuilders/easybuild-framework#1729 is merged, thanks @jgphpc! |
PrgEnv-pgi support