cape.pykes.cmdgen
: Create commands for Kestrel executables¶
This module creates system commands as lists of strings for executable binaries or scripts for Kestrel. The command-line interface to Kestrel is quite simple, so commands just take the form
$ csi -p NUMCORES -i XMLFILE
- cape.pykes.cmdgen.csi(opts=None, j=0, **kw)¶
Create commands for main Kestrel executable
- Call:
>>> cmdi = csi(opts, j=0) >>> cmdi = csi(**kw)
- Inputs:
- Outputs:
- Versions:
2021-10-20
@ddalle
: Version 1.0