|
7 | 7 | <xs:attribute name="mpilib" type="xs:string"/> |
8 | 8 | <xs:attribute name="comp_interface" type="xs:string"/> |
9 | 9 | <xs:attribute name="gpu_type" type="xs:string"/> |
10 | | - <xs:attribute name="gpu_offload" type="xs:string"/> |
11 | 10 | <xs:attribute name="queue" type="xs:string"/> |
12 | 11 | <xs:attribute name="DEBUG" type="upperBoolean"/> |
13 | 12 | <xs:attribute name="PIO_VERSION" type="xs:integer"/> |
|
61 | 60 | <xs:element name="MAX_GPUS_PER_NODE" type="AttrElement"/> |
62 | 61 | <xs:element name="MAX_MPITASKS_PER_NODE" type="AttrElement"/> |
63 | 62 | <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"/> |
66 | 63 | <xs:element name="MPI_GPU_WRAPPER_SCRIPT" type="AttrElement"/> |
67 | 64 | <xs:element name="COSTPES_PER_NODE" type="xs:integer"/> |
68 | 65 | <xs:element name="PROJECT_REQUIRED" type="xs:NCName"/> |
|
197 | 194 | <!-- MAX_CPUTASKS_PER_GPU_NODE: number of physical PES per GPU node on |
198 | 195 | this machine, in practice the MPI tasks per node will not exceed this value --> |
199 | 196 | <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"/> |
204 | 197 | <!-- MPI_GPU_WRAPPER_SCRIPT: a wrapper script that will be attached to the MPI run |
205 | 198 | command and map different MPI ranks to different GPUs within the same node --> |
206 | 199 | <xs:element ref="MPI_GPU_WRAPPER_SCRIPT" minOccurs="0" maxOccurs="1"/> |
|
287 | 280 | <xs:attribute ref="PIO_VERSION"/> |
288 | 281 | <xs:attribute ref="mpilib"/> |
289 | 282 | <xs:attribute ref="comp_interface"/> |
290 | | - <xs:attribute ref="gpu_offload"/> |
291 | 283 | <xs:attribute ref="gpu_type"/> |
292 | 284 | </xs:complexType> |
293 | 285 | </xs:element> |
|
0 commit comments