Skip to content

Commit 11444d2

Browse files
wspearCopilot
andauthored
Update scripts/demo.sh
Co-authored-by: Copilot <[email protected]>
1 parent 4d5e8b2 commit 11444d2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/demo.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

389389
log "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

395393
LAUNCHER_BIN="${E4S_CL_LAUNCHER:-}"
396394
if [[ -z "${LAUNCHER_BIN}" && "${E4S_CL_SCHEDULER}" == "slurm" ]]; then

0 commit comments

Comments
 (0)