From 2705c0995994bcae301d0679aff3b7c5cbffd36c Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 7 Oct 2024 09:53:27 +0200 Subject: [PATCH] Update ansys-fluent.md --- docs.it4i/software/tools/ansys/ansys-fluent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/software/tools/ansys/ansys-fluent.md b/docs.it4i/software/tools/ansys/ansys-fluent.md index 8e8245ced..c6b0fe8fd 100644 --- a/docs.it4i/software/tools/ansys/ansys-fluent.md +++ b/docs.it4i/software/tools/ansys/ansys-fluent.md @@ -46,7 +46,7 @@ fluent 3d -t$NCORES -cnf=$SLURM_NODELIST -g -i fluent.jou These keywords allows addressing directly the number of nodes (computers) and cores (ppn) utilized in the job. In addition, the rest of the code assumes such structure of allocated resources. -A working directory has to be created before sending the pbs job into the queue. +A working directory has to be created before sending the job into the queue. The input file should be in the working directory or a full path to the input file has to be specified. The input file has to be defined by a common Fluent journal file which is attached to the Fluent solver via the `-i fluent.jou` parameter. -- GitLab