Åke Sandgren
Åke Sandgren
That would be more correct yes.
My testbuild of PyTorch-1.10.0-fosscuda-2020b.eb hangs on "python -s -c from multiprocessing.resource_tracker import main;main(26)" (for 11h then I killed it...) (with this easyblock but I do not believe that is it...
I was thinking of a -C file1:file2:file3 which would be the same as reading from the other files above.
Going in, thanks @Flamefire!
--distribute=idle should also only pick up on nodes that are actually IDLE and only IDLE, i.e. nodes that are in IDLE+DRAINED or IDLE+whatever should not be taken into consideration. I.e....
Something like this works (tested): ``` diff --git a/reframe/frontend/autodetect.py b/reframe/frontend/autodetect.py index d8c07c36..5d7be1c3 100644 --- a/reframe/frontend/autodetect.py +++ b/reframe/frontend/autodetect.py @@ -38,6 +38,22 @@ def _log_contents(filename): f'--- {filename} ---') +class _ake_reframe: + def...
Test report by @akesandgren #### Overview of tested easyconfigs (in order) * **FAIL (build issue)** _ipp-2017.1.132.eb_ (partial log available at https://gist.github.com/akesandgren/a3ec32af9b8b85ad1f36dc2528703c64) Build succeeded for 0 out of 1 (1 easyconfigs...
As you can see, this breaks installation of older ipp versions.
Yes it works before this PR. See my fix for the problem above.
Sorry, I managed to forget to click send the review.