File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -387,10 +387,8 @@ HOST_MPIRUN="${E4S_CL_HOST_MPIRUN:-$(command -v mpirun || command -v mpiexec ||
387387[[ -n " ${HOST_MPIRUN} " ]] || fail " Host MPI launcher not found (mpirun or mpiexec)"
388388
389389log " Container Runtime: $CONTAINER_CMD "
390- log " Host MPI compiler: ${HOST_MPICC} " \
391- " $( " ${HOST_MPICC} " --version | head -n 1 || true) "
392- log " Host MPI launcher: ${HOST_MPIRUN} " \
393- " $( " ${HOST_MPIRUN} " --version | head -n 1 || true) "
390+ log " Host MPI compiler: ${HOST_MPICC} " " $( " ${HOST_MPICC} " --version | head -n 1 || true) "
391+ log " Host MPI launcher: ${HOST_MPIRUN} " " $( " ${HOST_MPIRUN} " --version | head -n 1 || true) "
394392
395393LAUNCHER_BIN=" ${E4S_CL_LAUNCHER:- } "
396394if [[ -z " ${LAUNCHER_BIN} " && " ${E4S_CL_SCHEDULER} " == " slurm" ]]; then
You can’t perform that action at this time.
0 commit comments