From 1ea065eecc9f8ae54309f6ec972e16c3bb8c18e5 Mon Sep 17 00:00:00 2001 From: Steffen Reichert <steffen.reichert@tu-dresden.de> Date: Tue, 14 May 2024 08:16:45 +0200 Subject: [PATCH] Add module environment --- doc.zih.tu-dresden.de/docs/software/cfd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc.zih.tu-dresden.de/docs/software/cfd.md b/doc.zih.tu-dresden.de/docs/software/cfd.md index aa3fce7c6..20621f43c 100644 --- a/doc.zih.tu-dresden.de/docs/software/cfd.md +++ b/doc.zih.tu-dresden.de/docs/software/cfd.md @@ -76,6 +76,8 @@ geometry and mesh generator cfx5pre, and the post-processor cfx5post. #SBATCH --mail-user=marie@tu-dresden.de # email address (only tu-dresden) #SBATCH --mail-type=ALL +module purge +module load release/23.10 module load ANSYS/2023R1 fluent 2ddp -t$SLURM_NTASKS -g -mpi=openmpi -pinfiniband -cnf=$(/software/util/slurm/bin/create_rankfile -f CCM) -i input.jou ``` -- GitLab