parser=argparse.ArgumentParser(description='Helper script for running and managing loadleveller Monte Carlo jobs.',usage='''loadl <command> <jobscript> [<args>]
<jobscript> is an executable that prints the job parameter YAML-file to stdout. It is convenient to use the taskmaker python module for this purpose.
<jobscript> is an executable that prints the job parameter JSON-file to stdout. It is convenient to use the taskmaker python module for this purpose.
'''Helpers for handling loadleveller jobfiles/scripts. For lack of a better idea, the job description files of loadleveller are actually executables that output a more verbose yaml parameter file to stdout. Use the taskmaker module to write the input scripts.'''
'''Helpers for handling loadleveller jobfiles/scripts. For lack of a better idea, the job description files of loadleveller are actually executables that output a more verbose json parameter file to stdout. Use the taskmaker module to write the input scripts.'''
classJobFileGenError(Exception):
pass
...
...
@@ -24,7 +20,7 @@ class JobFile:
raiseJobFileGenError('Generation script "{}" had a non-zero return code. Treating as error.'.format(filename))