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)

Arguments

pid

process identifier to the current task

name

name of the item to manipulate

value

desired value for name to take

n

event number

Details

These are very basic wrappers..