diff --git a/pages/merlin6/05 Software Support/ansys-fluent.md b/pages/merlin6/05 Software Support/ansys-fluent.md index 368f7cc..706864b 100644 --- a/pages/merlin6/05 Software Support/ansys-fluent.md +++ b/pages/merlin6/05 Software Support/ansys-fluent.md @@ -84,7 +84,7 @@ fluent 3ddp -g -t ${SLURM_NTASKS} -i ${JOURNAL_FILE} ``` In the above example, one can increase the number of *nodes* and/or *ntasks* if needed. One can remove -`--nodes`` for running on multiple nodes, but may lead to communication overhead. In general, **no +`--nodes` for running on multiple nodes, but may lead to communication overhead. In general, **no hyperthreading** is recommended for MPI based jobs. Also, one can combine it with `--exclusive` when necessary.