= Web services for remote job submission = job_control.php == Describing a batch == A job is described by {{{ [C] [F] ... }}} C and F are macro-substituted for sweep variables: see below. A parameter sweep is described by {{{ [...] or [...] }}} In the body of the sweep, the string "foo" is macro-substituted with values from x to y with increment z. A batch of jobs is described by: {{{ appname [x] [x] [...] or [...] }}} == Batch runtime estimation == Estimates the makespan of a batch. Input: {{{ X ... [N] }}} Output: {{{ X }}} == Submitting a batch == Input: {{{ X ... [N] }}} Output: {{{ N }}} == Querying jobs == N X N X X or or N M == Aborting jobs == N == Implementation notes =