#!/bin/bash

# before launching the job switch to the directory that
# pegasus created for the workflow
cd $PEGASUS_SCRATCH_DIR
aprun -n $PEGASUS_CORES {{workflowdir}}/bin/pegasus-mpi-hw "$@"

