We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b370521 commit f245abeCopy full SHA for f245abe
apps/AnsysMechanical/AnsysMechanical.sbatch
@@ -52,4 +52,4 @@ echo "Install missing lib"
52
mpirun -np $SLURM_JOB_NUM_NODES -ppn 1 /bin/bash -c "sudo yum -y install mesa-libGLU"
53
54
# 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
+"${APP_BIN_PATH}" -b -dis -mpi intelmpi -ssh -machines $machines -i $(basename ${input_file}) -o output.log
0 commit comments