hattom

Results 22 comments of hattom

cf. #16006, I guess this is preferable?

Not sure if the wrappers should be in here instead, but if so, I wouldn't know how to check for oneAPI there. `https://github.com/easybuilders/easybuild-framework/blob/develop/easybuild/toolchains/mpi/intelmpi.py`

Relates to Issue #4056

"2." seems to not be a problem, `.mod` files seem compatible.

For "1.", `https://github.com/easybuilders/easybuild-framework/pull/4032/files` should probably be updated, also for the mpi equivalents of `icx` and `icpx`: `mpiicc -cc=icx` and `mpiicpc -cxx=icpx` (assuming not DPC++).

@robert-mijakovic -- I based this off your PRs, any comments welcome.

Since the Nvidia HPC-SDK (NVHPC) 22.7 ships with CUDA {10.2,11.0,11.7}, should I be choosing one of those CUDA versions rather than 11.4.1 (based on the previous NVHPC module)?

Similarly, not sure if GCC/11.2.0 is the right choice for GCC?

@Micket -- Not quite clear to me, shall I just fix this PR as-is, or does this become superfluous once the NV toolchain is done?

Looks like the useful info is going to `stdout` in both cases, and the `stderr` message is causing the problem. ``` [thayward@login03 NVHPC]$ sbatch -n 1 --parsable tmp.sh sbatch: no...