The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>