The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

HPC::Runner::App::MCE

Execute the job.

Command Line Options

read_command

Commands in the command file are 0 indexed The first command is 0

single_node

Enable this option if you want to run from a single node or workstation

jobname

Specify a job name, and jobs will be 001_jobname, 002_jobname, 003_jobname

Attributes

Subroutines

go

Initialize MCE queues

parse_file_mce

The default method of parsing the file.

    #starts a comment
    wait - says wait until all other processes/threads exitcode

    #this is a one line command
    echo "starting"

    #This is a multiline command
    echo "starting line 1" \
        echo "starting line 2" \
        echo "finishing

parse_cmd_file

Parse the command file for the read_command Commands are 0 indexed

run_command_mce

MCE knows which subcommand to use from Runner/MCE - object mce

AUTHOR

Jillian Rowe <jillian.e.rowe@gmail.com> Mario Roy <marioeroy@gmail.com>