added ANSYS/Fluent

This commit is contained in:
2020-06-30 16:53:58 +02:00
parent 07b469326a
commit a035437dc5

View File

@ -33,7 +33,8 @@ module load ANSYS/2020R1-1
### Non-interactive: sbatch ### Non-interactive: sbatch
Using `sbatch` is always recommeneded. Running jobs with `sbatch` is always the recommended method. This makes the use of the resources more efficient.
For running it as a job, one needs to run in no graphical mode (`-g` option).
#### Serial example #### Serial example
@ -54,7 +55,7 @@ JOURNAL_FILE=/data/user/caubet_m/Fluent/myjournal.in
fluent 3ddp -g -i ${JOURNAL_FILE} fluent 3ddp -g -i ${JOURNAL_FILE}
``` ```
#### MPI-based exampke #### MPI-based example
An example for running Fluent using a Slurm batch script is the following: An example for running Fluent using a Slurm batch script is the following:
@ -118,5 +119,10 @@ base) [caubet_m@merlin-l-001 caubet_m]$ module load ANSYS/2020R1-1
module load: unstable module has been loaded -- ANSYS/2020R1-1 module load: unstable module has been loaded -- ANSYS/2020R1-1
(base) [caubet_m@merlin-l-001 caubet_m]$ fluent 3ddp -t$SLURM_NPROCS -cnf=$(scontrol show hostname | tr '\n' ',') (base) [caubet_m@merlin-l-001 caubet_m]$ fluent 3ddp -t$SLURM_NPROCS -cnf=$(scontrol show hostname | tr '\n' ',')
(base) [caubet_m@merlin-l-001 caubet_m]$ exit
exit
salloc: Relinquishing job allocation 135030174
salloc: Job allocation 135030174 has been revoked.
</pre> </pre>
</details> </details>