scarlehoff / pyHepGrid

Tool for distributed computing management geared towards HEP applications.
GNU General Public License v3.0
6 stars 4 forks source link

add a include_arguments method to the program interface #58

Closed scarlehoff closed 4 years ago

scarlehoff commented 4 years ago

It basically adds three methods to the program interface:

include_arguments
include_production_arguments
include_warmup_arguments

They all take a dictionary and return a dictionary. By default the second and the third defer to the first one (i.e., the same arguments are added in production and warmup).

There are other possibilities though but I think this one is the one that gave more granularity in order to choose different things for warmup and production.