# parameter example file
x  y z   nodes   ntasks_per_node


#DECIM t = 10
#DECIM ntasks = 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 PYTHON

u = t*x

