From a035437dc524ce6beaf8c0ed8d9237bd3bfe4543 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Tue, 30 Jun 2020 16:53:58 +0200 Subject: [PATCH] added ANSYS/Fluent --- pages/merlin6/05 Software Support/ansys-fluent.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/merlin6/05 Software Support/ansys-fluent.md b/pages/merlin6/05 Software Support/ansys-fluent.md index 27cbaf1..5629e60 100644 --- a/pages/merlin6/05 Software Support/ansys-fluent.md +++ b/pages/merlin6/05 Software Support/ansys-fluent.md @@ -33,7 +33,8 @@ module load ANSYS/2020R1-1 ### 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 @@ -54,7 +55,7 @@ JOURNAL_FILE=/data/user/caubet_m/Fluent/myjournal.in 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: @@ -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 (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.