UTL-HPC

Structure of Blocks

FOR EACH SIMULATION

    BEGIN OPTIONS
    END OPTIONS
    BEGIN PARTITIONS
      <mname> <mrank>
      <mname> <mrank>
      ...
    END PARTITIONS

Explanation of Variables

Block: OPTIONS

Block: PARTITIONS

  • mname is the unique model name.

  • mrank is the zero-based partition number (also: MPI rank or processor id) to which the model will be assigned.