Content-type: text/html Manpage of mpi2gur

mpi2gur

Section: mpi2gurl.pl man page (1)
Updated: 30 July 2007
Index Return to Main Contents

 

NAME

mpi2gur.pl - Utility to submit and run co-scheduled applications

 

SYNOPSIS


 

EXAMPLES

1. To create a GUR inputfile without waiting

       mpi2gur.pl --nowait --create_gur job1.rsl

2. To run my RSL file in the future without waiting

       mpi2gur.pl --nowait job1.rsl

       this is equivalent to

       mpi2gur.pl --nowait --run_rsl job1.rsl

3. To get the reservation_ids from GUR without running anything on it

        mpi2gur.pl --run_gur job1.rsl

 

DESCRIPTION

       This manual page documents the utility mpi2gur.pl. This utility converts
        standard globus file into GUR input file to set coscheduled reservations.
        Once the reservations are successfully created, mpi2gur.pl will use it to
        run the specified coscheduled job.

 

OPTIONS

        --nowait

        Do not wait for the reservation to start. In some cases, a reservation can start  in the next day or so

        --wait (default)

        Wait for reservation to start. The opposite of --nowait. In this mode, mpi2gurl.pl will not return until the reservation is started

        --create_gur    

        Or run stage 0. This run stage will create a GUR jobfile. Very useful for debugging. The GUR input file is titled <RSL-filename.gur>

        --run_gur       

        OR run stage 1. This run stage will create GUR jobfile (as in run stage 0 / --create_gur) and run GUR to get reservation_ids

        --create_rsl

        OR run stage 2. This run stage will carry out run stage 0 and 1 and append reservation_ids from run  stage 1 to the new RSL file <_RSL-filename.rsl>

        --run_rsl

        OR run stage 3 (default). This run stage will carry out runstage 0-2 and execute the RSL file using reservations created in previous stage. 
                
 

BUGS

No known bugs at this time.

 

AUTHORS

Nicholas Karonis and Derek Baessler                 
                
Version 1.1 30 July 2007

                
        

        

        


 

Index

NAME
SYNOPSIS
EXAMPLES
DESCRIPTION
OPTIONS
BUGS
AUTHORS

This document was created by man2html, using the manual pages.
Time: 22:22:15 GMT, July 30, 2007