Skip to content

Commit 4f5cf31

Browse files
authored
Merge pull request #745 from NREL/xinhe2205-patch-1
Update Slurm Script for Ansys Mechanical to fix the issue with multiple nodes
2 parents 69c7cfe + 2e18c56 commit 4f5cf31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/Documentation/Applications/ansys.md

+5
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ cd $SLURM_SUBMIT_DIR
107107
108108
module load ansys
109109
110+
unset HYDRA_LAUNCHER_EXTRA_ARGS
111+
unset I_MPI_HYDRA_BOOTSTRAP_EXEC_EXTRA_ARGS
112+
unset OMPI_MCA_plm_slurm_args
113+
unset PRTE_MCA_plm_slurm_args
114+
110115
machines=$(srun hostname | sort | uniq -c | awk '{print $2 ":" $1}' | paste -s -
111116
d ":" -)
112117

0 commit comments

Comments
 (0)