# Use the ASKAP environment modules collection module use /group/askap/modulefiles # Load the ASKAPsoft module module load askapsoft # Load the ASKAP pipeline scripts module module load askappipeline # Load the measures data module load askapdata # Allow MPICH to fallback to 4k pages if large pages cannot be allocated export MPICH_GNI_MALLOC_FALLBACK=enabled # Add ACES SVN area to your path # if you have not checekd out ACES in your home area, # replace $HOME with /group/astronomy856/whi550 export ACES=$HOME/ACES export PATH=$ACES/tools:$PATH export PYTHONPATH=$ACES/pythonlib:$PYTHONPATH