Sun Grid Engine submit file for OpenFOAM
#!/bin/bash
#
#$ -S /bin/bash
#$ -N name_of_job
#$ -pe openmpi 16

. /etc/profile.d/modules.sh
# Load program modules
module load openfoam/6.0
. $foamDotFile

mpirun -np 16 FoamFile -parallel

-- AdminUser - 23 Jul 2019
Topic revision: r1 - 23 Jul 2019, AdminUser
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback