#!/bin/bash #$ -S /bin/bash # Parallel Fluent Gridengine submit script # Replace {...} by proper values #$ -V #$ -pe fluent.pe {number of processors} #$ -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} -t$NSLOTS -g -i {input file}