Skip to content

Exercise 3b: Using A Different Directory

The name of a directory in which the executable files are located can be defined. This submit file will NOT create a different ClusterId per executable but only a different ProcId and it will put add job per executable to the queue.

If a different log file is required for each job, then the following can be used:

  log                     = $(ClusterID).$(ProcId).log

    executable              = $(filename)
    output                  = $(ClusterId).$(ProcId).out
    error                   = $(ClusterId).$(ProcId).err
    log                     = ex03_folder/$(ClusterID).log

    queue filename matching (ex03_folder/*.sh)

Last update: November 26, 2019