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 a job per executable to the queue.
executable = $(filename)
output = $(ClusterId).$(ProcId).out
error = $(ClusterId).$(ProcId).err
log = ex03_folder/$(ClusterID).log
queue filename matching (ex03_folder/*.sh)
Last update: November 11, 2025