Wrapper functions makeing system calls to the ecflow_client to interact with the ecflow_server
ecflow_init(pid = Sys.getpid()) ecflow_abort(pid = Sys.getpid()) ecflow_complete() ecflow_meter(name, value) ecflow_event(n) ecflow_label(name, value) ecflow_change(name, value)
pid | process identifier to the current task |
---|---|
name | name of the item to manipulate |
value | desired value for |
n | event number |
These are very basic wrappers..