GLYLIB  0.3.0b
sander_pmemd_MD_run_info Struct Reference

#include <run_control.h>

Collaboration diagram for sander_pmemd_MD_run_info:

List of all members.

Public Attributes

char * Title
 free-form descriptor
char * exe
 executable name (with path, etc.)
sander_pmemd_MD_control_info MDCI
 Control info for this run.
int nopt
 Number of command-line options.
char ** optd
 The nopt dash options ('\0' if there is an argument in the next list without one of these)
char ** optt
 The nopt option strings ('\0' if there is an argument in the previous list without one of these)
int nouttst
 Number of output tests to perform.
char ** outdone
 String to check if job is complete.
char ** outfail
 String to check if job has failed.
char ** outdoing
 String to check if job might be still running and ok.
char ** outpass
 String to check if job is finished and is probably "successful".
char ** outdesc
 Description of overall result from tests.
int ** state
 Integer description of result: failed=-1; success=0; unknown or in progress=+1;.
int SUMMARY
 Integer summary: one or more failed=-1; all success=0; unknown or in progress=+1;.

Detailed Description

Definition at line 194 of file run_control.h.


Member Data Documentation

executable name (with path, etc.)

Definition at line 196 of file run_control.h.

Control info for this run.

Definition at line 197 of file run_control.h.

Number of command-line options.

Definition at line 198 of file run_control.h.

Number of output tests to perform.

Definition at line 201 of file run_control.h.

The nopt dash options ('\0' if there is an argument in the next list without one of these)

Definition at line 199 of file run_control.h.

The nopt option strings ('\0' if there is an argument in the previous list without one of these)

Definition at line 200 of file run_control.h.

Description of overall result from tests.

Definition at line 206 of file run_control.h.

String to check if job might be still running and ok.

Definition at line 204 of file run_control.h.

String to check if job is complete.

Definition at line 202 of file run_control.h.

String to check if job has failed.

Definition at line 203 of file run_control.h.

String to check if job is finished and is probably "successful".

Definition at line 205 of file run_control.h.

Integer description of result: failed=-1; success=0; unknown or in progress=+1;.

Definition at line 207 of file run_control.h.

Integer summary: one or more failed=-1; all success=0; unknown or in progress=+1;.

Definition at line 208 of file run_control.h.

free-form descriptor

Definition at line 195 of file run_control.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Defines