Skip to content

CSWIM

Sections
Personal tools
You are here: Home » Meetings » Portal Coding Camp January 2008 » FGM Fields decription

FGM Fields decription

Document Actions
Complete List of Fields:

*** note: all field names are all lowercase ***

Code (String) - The code which is being run.

Comment (String) - Comment field to add additional information.

Contact (String) - Owner and/or contact person for the code posting to FGM.

CPUTime (Long) - Total CPU time taken by the code run.

FCode (String) - Specific code posting to FGM.

FTPHost (String) - FTP host where the logfile for the post is located.

Host (String) - Host name of the code posting to FGM.

Logfile (String) - Valid path (for the anonymous user) on the FTPHost to the posted logfile.

OK (True/False) - Controls error state. If "false", the state will be displayed red, denoting an error.

Priority (String) - The priority level at which the code run was run at.

Queueat (String) - Time in which the code run was submitted to a queue.

Queuename (String) - Queue to which the code run was submitted.

Rcomment (String) - Additional user comments regarding the code run.

RunID (String) - Run ID which is used to identify the code run.

Shot (Long) - An additional long integer used to identify unique code runs.

Startat (String) - Time in which the code run began running.

State (String) - Status of the code run (see below).

Stopat (String) - Time in which the code run stopped running.

Tokamak (String) - The tokamak for which the run belongs to.

User (String) - User who requested the code run.

Walltime (Long) - Total wall time taken by the code run.

--------

FGM - State Field:
The state field is used to report the status of a code run being tracked by FGM. Status values will be one of the following, while more specific information is reserved for the comment field.

Requested - A code run has been requested by the user.

Certificate OK - A valid Globus certificate exists.

Authorization OK - User is authorized to run the requested code.

Queued - Code run has been queued, and is waiting to start.

Fetching Inputs - The input data needed is being gathered for the run.

Running - Code is currently running.

Writing Outputs - The code is writing output data.

Completed - Code run has successfully completed.

Canceled - Code run has been cancelled by the user.

Stopped - Code run has halted, and is no longer running.
Created by ssfoley
Last modified 2008-01-30 15:33