/
Foam-extend

Foam-extend

The Open Source CFD Toolbox

Modules

VersionInstallation Pathmodulefilecompilercomment
4.0/sw/eng/foam-extend/4.0foam-extend/4.0gcc-8.2-openmpi-3.1.2

Example Jobscripts

Run foam-extend with OpenMPI
#!/bin/bash
#SBATCH -J TEST
#SBATCH -t 00:05:00
#SBATCH -N 2
#SBATCH --tasks-per-node 40
#SBATCH -p medium

#SBATCH -o OUTPUT
#SBATCH -e ERRORS


module load foam-extend/4.0

mpirun -np $SLURM_NTASKS rhoPimpleFoam -parallel -case ./ > run.log



Related content

OpenFOAM
OpenFOAM
More like this
CFX
More like this
ScaLAPACK
ScaLAPACK
More like this
OpenMPI on CPU Genoa
OpenMPI on CPU Genoa
More like this
Fluent
More like this
LS-DYNA
More like this