Skip to content

Structured Representation of Compute Parameters

Below we show an example JSON structured representation for the compute parameters introduced here. The keywords contained here are referenced in the ensuing table, where each entry can be clicked upon to retrieve its corresponding documentation explanation.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{
    "ppn" : 1,
    "nodes" : 1,
    "queue" : "D",
    "timeLimit" : "01:00:00",
    "notify" : "n",
    "cluster" : {
        "fqdn" : "master-production-20160630-cluster-001.exabyte.io",
        "jid" : "31507.master-production-20160630-cluster-001.exabyte.io"
    },
    "arguments" : {
        "npools": 1,    
    }
}

List of Keywords

Keyword
ppn
nodes
queue
timeLimit
notify
cluster
arguments