#! /bin/bash

#PBS -N F22_DM1024_TEST
#PBS -l nodes=43:ppn=24
#PBS -l walltime=00:24:00

#PBS -e error_tot_TEST.txt
#PBS -o output_tot_TEST.txt

#PBS -m bea
#PBS -M ybahe@mpa-garching.mpg.de

#PBS -q test

source ~/.sim_setup
echo "sourced sim_setup."

cd /lustre/cray/ws7/ws/xapybahe-HaloF22-0/DM_N1024_ID67
aprun -n 1024 -N 24 -j 1 ./PG3Y_31JUL15_MD64_DMONLY eagle.param 1 >>out.txt 2>&1



