easybuild-easyblocks
easybuild-easyblocks copied to clipboard
FFTW check can fail because of missing mpirun
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.
Should the FFTW easyblock use the get_mpi_cmd_template function (see https://github.com/easybuilders/easybuild-framework/pull/3312) to remedy this?