Skip to content
Snippets Groups Projects
Commit 2423eccb authored by Yann.Sagon's avatar Yann.Sagon
Browse files

fluent

parent 7df8c3ca
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#SBATCH --job-name="test fluent"
#SBATCH --ntasks=32
#SBATCH --time=15:00
#SBATCH --partition=debug
#SBATCH --output=slurm-%J.out
module load foss/2016a
module load fluent
module load python/279
# Generate a list of nodes from the SLURM environment
# https://www.nsc.liu.se/~kent/python-hostlist/
python /opt/hostlist/hostlist --expand --append=':' --append-slurm-tasks=$SLURM_TASKS_PER_NODE \
$SLURM_JOB_NODELIST > machinefile
MYINPUTFILE=./execution-script
fluent 3d -mpi=openmpi -pib -g -cnf=machinefile -i $MYINPUTFILE
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