#!/bin/bash #$ -S /bin/bash # Serial Fluent Gridengine submit script #$ -V #$ -M {your email address} #$ -m be #$ -o {full name of output file} #$ -e {full name of error file} cd {working directory} {additional commands, eg for removing files} . $FLUENT_INC/setup.sh fluent {2d or 3d} -g -i {input file}