Skip to content

Commit f245abe

Browse files
authored
typo fixed
1 parent b370521 commit f245abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/AnsysMechanical/AnsysMechanical.sbatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ echo "Install missing lib"
5252
mpirun -np $SLURM_JOB_NUM_NODES -ppn 1 /bin/bash -c "sudo yum -y install mesa-libGLU"
5353

5454
# Ansys Mechanical gets the total number of cores from hostlist not from -np
55-
"${APP_BIN_PATH}" -b -dis -mpi intelmpi -ssh -machines $MACHINES -i $(basename ${input_file}) -o output.log
55+
"${APP_BIN_PATH}" -b -dis -mpi intelmpi -ssh -machines $machines -i $(basename ${input_file}) -o output.log

0 commit comments

Comments
 (0)