#!/bin/bash
#PBS -o __ETA_RUN__/../err/err.etapost
#PBS -N etapost_auxL
#PBS -q pesq.q
#PBS -lselect=1:ncpus=1
#PBS -A CPTEC
#PBS -j oe

. /opt/modules/default/etc/modules.sh
module swap pgi  pgi/12.2.0
set -aeux

ulimit -c unlimited

#TMP_DIR=/scratchin/grupos/grpeta/projetos/tempo/oper/GEF_v1.0.0-KF/gef_trunk/PRP/gef_tmp

#DIR_OUT=/scratchout/grupos/grpeta/projetos/tempo/oper/GEF_v1.0.0-KF


#cd ${DIR_OUT}


/scratchin/grupos/grpeta/projetos/tempo/oper/GEF_v1.0.0-KF/gef_trunk/PRP/exe/etapost_aux.exe 1> /scratchout/grupos/grpeta/projetos/tempo/oper/GEF_v1.0.0-KF/err/err.etapost_aux 2>&1 


