Skip to content

Commit ce745cf

Browse files
committed
Adding initial support for CFX
1 parent 8ffa456 commit ce745cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/CFX/CFX.sbatch

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "Execution directory is: ${workdir}"
3131
mkdir -p "${workdir}" && cd "${workdir}"
3232

3333
echo "building the MPI hostfile"
34-
HOST_LIST=$(scontrol show hostname $SLURM_NODELIST | sed -e "s/ /,/g")
34+
HOST_LIST=$(scontrol show hostname $SLURM_NODELIST)
3535

3636
cp $0 .
3737
ln -s "${def_file}" .

0 commit comments

Comments
 (0)