We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffa456 commit ce745cfCopy full SHA for ce745cf
apps/CFX/CFX.sbatch
@@ -31,7 +31,7 @@ echo "Execution directory is: ${workdir}"
31
mkdir -p "${workdir}" && cd "${workdir}"
32
33
echo "building the MPI hostfile"
34
-HOST_LIST=$(scontrol show hostname $SLURM_NODELIST | sed -e "s/ /,/g")
+HOST_LIST=$(scontrol show hostname $SLURM_NODELIST)
35
36
cp $0 .
37
ln -s "${def_file}" .
0 commit comments