esgf-compute / certification

Software for compute server certification
0 stars 0 forks source link

Add argument to define module name #2

Closed jasonb5 closed 5 years ago

jasonb5 commented 5 years ago

Currently we search for the process name using the regex .*\.subset. We should add a CLI argument to define the module name, something like --module cdat which would get templated in the process name to generate CDAT.subset, etc.

jasonb5 commented 5 years ago

Added two new arguments --module and --module-metrics. Only module is required, if module-metrics is not passed then the value from module is used.