#!/bin/sh
#   sge
#$ -S /bin/sh 
COSMOSTOP=~/Cosmos
export COSMOSTOP
source /home/Users/sgeadmin/default/common/settings.sh
source  /Loft1/Intel/ifc/bin/ifortvars.sh
cd $COSMOSTOP/UserHook/DisParaRescue/FleshBasic
source ./setupenv
#    __  will be replaced by cpu# by execflesh_all or _one
NUMB=__
export NUMB
source $COSMOSTOP/Scrpt/setarch
cd $COSMOSTOP/UserHook/DisParaRescue/FleshBasic
#$  -o $OUTDIR/$JOB_ID_$HOSTNAME.$NUMB.dat
#$  -e $ERRDIR/$JOB_ID_$HOSTNAME.$NUMB
./flesh$ARCH < $PARAMDIR/param$NUMB 












