Sam Moors
Sam Moors
the logs for the failing checks have expired.. closing/reopening to get them back
@ThomasHoffmann77 there are still 2 style fixes required.
the problem is probably due to multiple uses of `multiprocessing.cpu_count()` in the interleave_test, which gives a wrong result if not all cores are allocated to the job. see for example...
not yet, too busy trying to make TF-2.7.1 pass the tests.
there's quite a lot of places where is used, so not sure what's the best way to deal with this. I'm thinking to do a brute-force find/replace in the source...
fix for interleave_test: https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/t/TensorFlow/TensorFlow-2.7.1_fix_cpu_count.patch
@orbsmiv for reproducibility it is better to use the easyconfig parameter `license_file` instead of relying on an enviroment variable. do you have a good reason why you cannot use `license_file`?
@orbsmiv ok that makes sense. but in any case the easyconfig parameter should take precedence, as is the case in Ansys and Matlab. also, it would be nice if you...
> Hrmpf. Sad panda. in terms of maintaining the code it's not that bad if we hardcode the capabilities for CUDA versions below 11, and use `nvcc --list-gpu-arch` going forward.
> @smoors missing `GTS`? indeed, now added.