Skip to content
Snippets Groups Projects
Commit 2fdc6312 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'change_Ansys_Fluent_Script' into 'preview'

changes in Example Script Ansys Fluent

See merge request !1080
parents ee6f739e d08bbbd1
No related branches found
No related tags found
2 merge requests!1086Automated merge from preview to main,!1080changes in Example Script Ansys Fluent
...@@ -76,11 +76,10 @@ geometry and mesh generator cfx5pre, and the post-processor cfx5post. ...@@ -76,11 +76,10 @@ geometry and mesh generator cfx5pre, and the post-processor cfx5post.
#SBATCH --mail-user=marie@tu-dresden.de # email address (only tu-dresden) #SBATCH --mail-user=marie@tu-dresden.de # email address (only tu-dresden)
#SBATCH --mail-type=ALL #SBATCH --mail-type=ALL
module load ANSYS module purge
module load release/23.10
nodeset -e $SLURM_JOB_NODELIST | xargs -n1 > hostsfile_job_$SLURM_JOBID.txt 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
fluent 2ddp -t$SLURM_NTASKS -g -mpi=intel -pinfiniband -cnf=hostsfile_job_$SLURM_JOBID.txt < input.in
``` ```
To use fluent interactively, please try: To use fluent interactively, please try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment