added ANSYS/CFX

This commit is contained in:
2020-07-01 16:16:11 +02:00
parent e527fbebb5
commit 0f0ba76057

View File

@ -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.