#!/bin/bash : : The following is a template for job submission for the : Scheduler on kali.math.umbc.edu : : This defines the name of your job #PBS -N MPI_Testio : This is the path #PBS -o . #PBS -e . #PBS -q workq #PBS -l nodes=2:ppn=2:myrinet cd $PBS_O_WORKDIR mpiexec -nostdout testio