{*}[intel/2016.00] HPL 2.1 (REVIEW)#2209
Conversation
…HPL easyconfig for intel/2016.00
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/5209/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. |
|
Test report by @boegel edit: running two Intel installers at the same time on the same node is not a good idea... |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/5220/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. |
|
Test report by @boegel |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/5221/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. |
|
I think you mean |
There was a problem hiding this comment.
I also would add a comment where the full list can be found.
There was a problem hiding this comment.
yes they are, we're using match, not search
ok on the comment
There was a problem hiding this comment.
No, they are not needed. We only match, we don't use the result. The last regex should be intel-ipsc?_
There was a problem hiding this comment.
without .*, match will not... match
There was a problem hiding this comment.
Why wouldn't it?
import re
>>> print re.match("intel-comp", "intel-comp-bla")
<_sre.SRE_Match object at 0x7f7d5e42d5e0>
>>> print re.match("intel-comp.*", "intel-comp-bla")
<_sre.SRE_Match object at 0x7f7d5e42d648>You start to own me a beer.
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/5235/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/5238/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/5239/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. |
|
Test report by @boegel |
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/5267/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Test report by @boegel |
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/5270/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/5274/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/5273/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; 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/5300/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. |
|
Test report by @boegel |
|
Test report by @boegel |
|
Tested thoroughly on top of easybuilders/easybuild-easyblocks#756, good to go, thanks a lot @DirkdeDraak for your work on this! |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/5319/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. |
|
And to @wpoely86 for the help in getting the |
{*}[intel/2016.00] HPL 2.1 (REVIEW)
requires easybuilders/easybuild-easyblocks#751 and easybuilders/easybuild-easyblocks#773
wrapper PR for #1973 which includes https://github.com/DirkdeDraak/easybuild-easyconfigs/pull/1, and list the components for icc/ifort to avoid a big fat installation that also includes mkl/tbb/ipp/etc