FEKO SGE 작업 제출 스크립트 예제
#!/bin/sh
#$ -cwd
#$ -V
#$ -N starccm
#$ -S /bin/sh
#$ -j y
#$ -o job_log.out
#$ -pe mpich_ef 32
#$ -q all.q
#$ -v FEKO_CMD=”/APP/feko/bin/runfeko”
< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
$FEKO_CMD <inputfile> -np $NSLOTS –machine-file $TMPDIR/machines –remote-host <hostname>