#!/bin/bash #$ -S /bin/bash # Parallel Fluent Gridengine submit script # Replace {...} by proper values #$ -V #$ -cwd #$ -pe fluent.pe {number of processors} #$ -M {email address for notification} #$ -o {full name of output file} #$ -e {full name of error file} {additional commands, eg for removing files} . $FLUENT_INC/setup.sh fluent {2d/3d/2ddp/3ddp} -t$NSLOTS -g -i {input file}