# pegasus mpi clustering executable
tr pegasus::mpiexec{
   site stampede {
       pfn "/home1/01858/larne/pegasus-4.6.0cvs/bin/pegasus-mpi-cluster"
       arch "x86_64"
       os "linux"
       type "INSTALLED"
       profile pegasus "clusters.size" "2"

       #the various parameters to specify the size of the MPI job
       profile globus "jobtype" "mpi"

       #runtime of the job in minutes
       profile globus "maxwalltime" "600"
   }
}
