From 0f0ba760575d1e464640a8b09ea5daa9155d4500 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Wed, 1 Jul 2020 16:16:11 +0200 Subject: [PATCH] added ANSYS/CFX --- pages/merlin6/05 Software Support/ansys-fluent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.