|
MPAS-JEDI
|


Public Member Functions | |
| def | __init__ (self, conf) |
| def | __init__ (self, conf) |
Public Member Functions inherited from JobScript.JobScriptBase | |
| def | create (self) |
| def | submit (self) |
| def | create (self) |
| def | submit (self) |
Public Attributes | |
| account | |
| queue | |
| memory | |
| header | |
| command | |
Public Attributes inherited from JobScript.JobScriptBase | |
| name | |
| job descriptors More... | |
| nppernode | |
| nnode | |
| walltime | |
| olog | |
| elog | |
| env | |
| submission descriptors More... | |
| basescript | |
| jobpath | |
| script | |
| command | |
| header | |
Static Public Attributes | |
| list | qavail = ['economy', 'regular', 'premium'] |
| list | mavail = [45, 109] |
| int | maxnppernode = 36 |
PBSPro job script on Cheyenne
unique config elements compared to base class:
account - cheyenne account for charging
queue - name of job submission queue (see qavail)
memory - amount of memory requested per node (see mavail)
NOTE: Cheyenne has a maximum of 36 processors available per node
Definition at line 91 of file JobScript.py.
| def JobScript.PBSProCheyenne.__init__ | ( | self, | |
| conf | |||
| ) |
Reimplemented from JobScript.JobScriptBase.
Definition at line 104 of file JobScript.py.

| def JobScript.PBSProCheyenne.__init__ | ( | self, | |
| conf | |||
| ) |
Reimplemented from JobScript.JobScriptBase.
Definition at line 104 of file JobScript.py.

| JobScript.PBSProCheyenne.account |
Definition at line 109 of file JobScript.py.
| JobScript.PBSProCheyenne.command |
Definition at line 128 of file JobScript.py.
| JobScript.PBSProCheyenne.header |
Definition at line 116 of file JobScript.py.
|
static |
Definition at line 102 of file JobScript.py.
|
static |
Definition at line 103 of file JobScript.py.
| JobScript.PBSProCheyenne.memory |
Definition at line 112 of file JobScript.py.
|
static |
Definition at line 101 of file JobScript.py.
| JobScript.PBSProCheyenne.queue |
Definition at line 110 of file JobScript.py.