{dev} [dummy] intel/2017.00 (REVIEW)#3543
Conversation
|
@wpoely86 please mark this |
|
The quotes needs to be removed in silent.cfg. I'll submit an easyblock PR. |
|
@bartoldeman already on it. Intel support told us it's changed. But there is more, sanity check fails with missing symlink and some other minor details. |
|
Thanks. icc installation was ok here (with the quote removal in intelbase.py) but will see further. |
|
Hi All, |
|
Actually after the quote removal the whole thing appeared to have installed fine for me. I did have to change versions at a few places though: And the following small patches: for imkl: |
|
@wpoely86 Did you create an easyblock PR for this? I can't find any. If not i have the required patches including sanity check fix for mkl ready. |
|
@damianam you mentioned running into some trouble when trying to install these, because of missing required changes to the easyblock? @akesandgren I believe you mentioned you already succeeded in installing these, can you share what you had to tweak to make it work? |
|
Yes i have easyblock changes available for 2017, i was just waiting for @wpoely86 to push his PR for it to see if they matched. |
|
@akesandgren it may be quicker to open your PR, and ping @wpoely86 to review it ;) |
|
Added easyblock PR easybuilders/easybuild-easyblocks#1012 |
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
|
|
||
| name = 'impi' | ||
| version = '2017.0.98' |
There was a problem hiding this comment.
@wpoely86 upstream version number for latest impi is 2017.0.098?
cc @akesandgren
There was a problem hiding this comment.
Yes intel changed all version numbers to match the compiler.
fix icc/ifort/impi/imkl 2017.* versions, add intel/2017.00 definition + HPL 2.2
|
Test report by @wpoely86 |
| 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/', | ||
| 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/', | ||
| 'tar xvzf %(installdir)s/mkl/examples/examples_mic_f.tgz -C %(installdir)s/mkl/examples/', | ||
| 'tar xvzf %(installdir)s/mkl/examples/examples_mic_c.tgz -C %(installdir)s/mkl/examples/', |
There was a problem hiding this comment.
@wpoely86 shouldn't we let the imkl easyblock deal with this instead?
There was a problem hiding this comment.
I think you already know my opinion about moving things to the easyblock? 😉
I don't mind but I also don't really care in this case.
|
Is there any energy left regarding other components of the Intel cluster edition? Things I am interested in are e.g. vtune, advisor inspector and also they make a bit of noise about their python (yet another python install). I am asking to avoid duplicated effort. |
|
I'll create a PR for VTune. I have the easyconfig sitting here. |
|
Test report by @boegel |
|
Test report by @boegel |
|
@wpoely86 please update PR title? lgtm, we can handle the |
|
Going in, thanks @wpoely86! |
Installer currently doesn't work (invalid components)
edit: requires easybuilders/easybuild-easyblocks#1012