Skip to content
Snippets Groups Projects
Commit 4deb96ea authored by Steffen Reichert's avatar Steffen Reichert
Browse files

changes in Example Script Ansys Fluent

parent ee6f739e
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,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 load ANSYS
nodeset -e $SLURM_JOB_NODELIST | xargs -n1 > hostsfile_job_$SLURM_JOBID.txt
fluent 2ddp -t$SLURM_NTASKS -g -mpi=intel -pinfiniband -cnf=hostsfile_job_$SLURM_JOBID.txt < input.in
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
```
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