#!/bin/bash #PBS -N myMPI #PBS -j oe #PBS -l walltime=00:10:00,size=16 cd $TG_CLUSTER_SCRATCH cp $HOME/hello_world . aprun -n 16 hello_world