getenv = TRUE Universe =vanilla Executable =test arguments= $(Process) output=test$(Process).txt Error =test.err Log =test.log queue 5 ## Executable "test" will be run with input 0 to 4 ## A variable N is defined to specify the number of jobs N=5 Executable =test arguments= $(Process) output=test$(Process).txt Error =test.err Log =test.log queue $(N) ## Executable "test" will be run with input 5 to 9 ## The corresponding output files are "test0.txt" to "test4.txt" ## Variable I is defined based on the macro $(Process) I=$$([ $(Process)+5]) Executable =test arguments= $(I) output=test$(Process).txt Error =test.err Log =test.log queue 5