forked from climate-analyser-team/climate-analyser-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slurmInfo.zcfg
46 lines (45 loc) · 845 Bytes
/
slurmInfo.zcfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[slurmInfo]
Title = Return info on slurm.
Abstract = return slurm data.
processVersion = 2
storeSupported = true
statusSupported = true
serviceProvider = slurmInfo
serviceType = Python
<MetaData>
title = Demo
</MetaData>
<DataInputs>
[option]
Title = select the operation to be used
Abstract = operation to be used
minOccurs = 1
maxOccurs = 1
<MetaData>
title = Meta
</MetaData>
<LiteralData>
DataType = string
<Default>
UOM = meter
</Default>
<Supported>
UOM = meter
</Supported>
</LiteralData>
[Result]
Title = SlurmInfo
Abstract = Slurm info
<MetaData>
title = My test
</MetaData>
<LiteralData>
DataType = string
<Default>
UOM = meter
</Default>
<Supported>
UOM = meter
</Supported>
</LiteralData>
</DataOutputs>