Handle failure of running nvidia-smi in TensorFlow tests#2506
Handle failure of running nvidia-smi in TensorFlow tests#2506ocaisa merged 3 commits intoeasybuilders:developfrom
Conversation
Correctly fall back to skipping GPU tests
|
@surak Can you check if this works for you? |
Testing now, TF takes a while to install on juwels |
|
This test passes now |
|
Test report by @Flamefire Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
ocaisa
left a comment
There was a problem hiding this comment.
Code changes are fine but it is takes a bit of digging to figure out why this was the necessary change. My digging said it was to avoid https://github.com/easybuilders/easybuild-framework/blob/develop/easybuild/tools/run.py#L574, I think this warrants a comment and I would still probably explicitly include log_all=False even though this is the default since that also features in the relevant line.
|
I guess this is a very niche case where |
|
@ocaisa Makes sense. Added. |
Correctly fall back to skipping GPU tests