next up previous contents
Next: JDF Fields Up: FBSNG Details Previous: FBSNG Details   Contents

JDF File

The Job Description File (JDF) is the only argument supplied to the fbs submit command. It contains all information needed by FBSNG to execute user processes on the farm. The JDF is composed of one or more sections. Each section is defined with SECTION line that has a unique label, and contains fields that FBSNG uses to determine how and where to run your process. Detailed syntax and semantics of JDF file are explained in FBSNG API Programmer's Manual. Each field is specified as follows:

fieldname=fieldvalue
The following table describes the various field names that are allowed:
Field Name Required Default
EXEC Yes None
QUEUE Yes None
NUMPROC No 1
DEPEND No None
STDOUT No File in Home Directory
STDERR No File in Home Directory
NEED No 0
MAILTO No None
LEADER_ONLY No 0
PRIO_INC No 0
PROC_TYPE No Default process type for the queue
PROC_RESOURCES No None
SECT_RESOURCES No None
SECT_STDOUT No None
HOLD_TIME No None
NICE No 0
PLACEMENT No Round-robin
ON_NODES No no Restrictions


next up previous contents
Next: JDF Fields Up: FBSNG Details Previous: FBSNG Details   Contents
FBSNG Home