easybuild-easyblocks icon indicating copy to clipboard operation
easybuild-easyblocks copied to clipboard

FFTW check can fail because of missing mpirun

Open SebastianAchilles opened this issue 4 years ago • 1 comments

The FFTW check assumes that there is a command $(MPIRUN) however not on every system this is used. E.g. on some systems srun or arun is used.

SebastianAchilles avatar Dec 09 '20 19:12 SebastianAchilles

Should the FFTW easyblock use the get_mpi_cmd_template function (see https://github.com/easybuilders/easybuild-framework/pull/3312) to remedy this?

boegel avatar Jan 20 '21 08:01 boegel