Skip to content

Commit 1236c0f

Browse files
authored
Merge pull request #4702 from sjsprecious/update_version3_schema
Remove unused GPU options for CESM
2 parents f5352b2 + 9e4af5b commit 1236c0f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CIME/data/config/xml_schemas/config_machines_version3.xsd

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<xs:attribute name="mpilib" type="xs:string"/>
88
<xs:attribute name="comp_interface" type="xs:string"/>
99
<xs:attribute name="gpu_type" type="xs:string"/>
10-
<xs:attribute name="gpu_offload" type="xs:string"/>
1110
<xs:attribute name="queue" type="xs:string"/>
1211
<xs:attribute name="DEBUG" type="upperBoolean"/>
1312
<xs:attribute name="PIO_VERSION" type="xs:integer"/>
@@ -61,8 +60,6 @@
6160
<xs:element name="MAX_GPUS_PER_NODE" type="AttrElement"/>
6261
<xs:element name="MAX_MPITASKS_PER_NODE" type="AttrElement"/>
6362
<xs:element name="MAX_CPUTASKS_PER_GPU_NODE" type="AttrElement"/>
64-
<xs:element name="GPU_TYPE" type="AttrElement"/>
65-
<xs:element name="GPU_OFFLOAD" type="AttrElement"/>
6663
<xs:element name="MPI_GPU_WRAPPER_SCRIPT" type="AttrElement"/>
6764
<xs:element name="COSTPES_PER_NODE" type="xs:integer"/>
6865
<xs:element name="PROJECT_REQUIRED" type="xs:NCName"/>
@@ -197,10 +194,6 @@
197194
<!-- MAX_CPUTASKS_PER_GPU_NODE: number of physical PES per GPU node on
198195
this machine, in practice the MPI tasks per node will not exceed this value -->
199196
<xs:element ref="MAX_CPUTASKS_PER_GPU_NODE" minOccurs="0" maxOccurs="unbounded"/>
200-
<!-- GPU_TYPE: the type of GPU hardware available on this machine -->
201-
<xs:element ref="GPU_TYPE" minOccurs="0" maxOccurs="unbounded"/>
202-
<!-- GPU_OFFLOAD: the GPU programming model used for GPU porting -->
203-
<xs:element ref="GPU_OFFLOAD" minOccurs="0" maxOccurs="unbounded"/>
204197
<!-- MPI_GPU_WRAPPER_SCRIPT: a wrapper script that will be attached to the MPI run
205198
command and map different MPI ranks to different GPUs within the same node -->
206199
<xs:element ref="MPI_GPU_WRAPPER_SCRIPT" minOccurs="0" maxOccurs="1"/>
@@ -287,7 +280,6 @@
287280
<xs:attribute ref="PIO_VERSION"/>
288281
<xs:attribute ref="mpilib"/>
289282
<xs:attribute ref="comp_interface"/>
290-
<xs:attribute ref="gpu_offload"/>
291283
<xs:attribute ref="gpu_type"/>
292284
</xs:complexType>
293285
</xs:element>

0 commit comments

Comments
 (0)