Make sure this is in your .bashrc or .bash_profile
source /opt/psi/config/profile.bash
Load the following modules:
module use unstable module use /afs/psi.ch/project/amas/modulefiles module load opal-toolschain/1.6 module load OPAL/1.6.0rc1 module load opt-pilot/0.1.4rc1 module load psi-python27/2.2.0 export OPT_PILOT_EXE_PATH=$OPT_PILOT_DIR/bin
A good setup.sh looks like:
export TEMPLATES=
pwd/tmpl/ export FIELDMAPS=
pwd`/fieldmaps
export SGE_QUEUE=prime_bd.q
export SIMTMPDIR=$PWD/tmp
export MAXGENERATIONS=100 export INITIALPOPULATION=63 export INDEPENDENTGENS=63 export NUMCOWORKERS=1 export NUMMASTERS=1 export DUMPDAT=1 export SOLSYNCH=0 export MUTATIONPROB=0.5 `