# parameter example file
x  y z   nodes   ntasks_per_node

1  3 4   1        16
1  1 1   1        32

1  3 4   2        16
1  1 1   2        32

1  3 4   4        16
1  1 1   4        32


#DECIM t = range(6)
#DECIM z = range(5)
#DECIM tasks = nodes*ntasks_per_node





 
