...
Code Block |
---|
module avail fluent |
To load fluent version 2023R12023R2:
Code Block |
---|
module load fluent/2023R12023R2 |
Parallel Job
To run several tasks in parallel on one or more nodes, here is an example fluentP.sh batch script for older versions of Fluent:
...
Code Block |
---|
module purge # allow for a clean module environment for the submission module load gcc/11.3.0 zlib/1.2.12 java/1.8.0_162 mpi/openmpi/3.1.3 fluent/2019R32023R2 # load the most current fluent module to be used along with other modules |
...