Skip to content

Commit

Permalink
Merge pull request #4702 from sjsprecious/update_version3_schema
Browse files Browse the repository at this point in the history
Remove unused GPU options for CESM
  • Loading branch information
jedwards4b authored Nov 1, 2024
2 parents f5352b2 + 9e4af5b commit 1236c0f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CIME/data/config/xml_schemas/config_machines_version3.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<xs:attribute name="mpilib" type="xs:string"/>
<xs:attribute name="comp_interface" type="xs:string"/>
<xs:attribute name="gpu_type" type="xs:string"/>
<xs:attribute name="gpu_offload" type="xs:string"/>
<xs:attribute name="queue" type="xs:string"/>
<xs:attribute name="DEBUG" type="upperBoolean"/>
<xs:attribute name="PIO_VERSION" type="xs:integer"/>
Expand Down Expand Up @@ -61,8 +60,6 @@
<xs:element name="MAX_GPUS_PER_NODE" type="AttrElement"/>
<xs:element name="MAX_MPITASKS_PER_NODE" type="AttrElement"/>
<xs:element name="MAX_CPUTASKS_PER_GPU_NODE" type="AttrElement"/>
<xs:element name="GPU_TYPE" type="AttrElement"/>
<xs:element name="GPU_OFFLOAD" type="AttrElement"/>
<xs:element name="MPI_GPU_WRAPPER_SCRIPT" type="AttrElement"/>
<xs:element name="COSTPES_PER_NODE" type="xs:integer"/>
<xs:element name="PROJECT_REQUIRED" type="xs:NCName"/>
Expand Down Expand Up @@ -197,10 +194,6 @@
<!-- MAX_CPUTASKS_PER_GPU_NODE: number of physical PES per GPU node on
this machine, in practice the MPI tasks per node will not exceed this value -->
<xs:element ref="MAX_CPUTASKS_PER_GPU_NODE" minOccurs="0" maxOccurs="unbounded"/>
<!-- GPU_TYPE: the type of GPU hardware available on this machine -->
<xs:element ref="GPU_TYPE" minOccurs="0" maxOccurs="unbounded"/>
<!-- GPU_OFFLOAD: the GPU programming model used for GPU porting -->
<xs:element ref="GPU_OFFLOAD" minOccurs="0" maxOccurs="unbounded"/>
<!-- MPI_GPU_WRAPPER_SCRIPT: a wrapper script that will be attached to the MPI run
command and map different MPI ranks to different GPUs within the same node -->
<xs:element ref="MPI_GPU_WRAPPER_SCRIPT" minOccurs="0" maxOccurs="1"/>
Expand Down Expand Up @@ -287,7 +280,6 @@
<xs:attribute ref="PIO_VERSION"/>
<xs:attribute ref="mpilib"/>
<xs:attribute ref="comp_interface"/>
<xs:attribute ref="gpu_offload"/>
<xs:attribute ref="gpu_type"/>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit 1236c0f

Please sign in to comment.