Skip to content

Commit

Permalink
adding ability to read numeric queue names e.g. 40core-192G for SGE
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkUoLeeds committed Jun 16, 2021
1 parent a417e6e commit 3a47fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/xml_schemas/config_batch.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<xs:element name="queue">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:NCName">
<xs:extension base="xs:string">
<xs:attribute name="default" type="xs:boolean"/>
<xs:attribute name="strict" type="xs:boolean"/>
<xs:attribute name="nodemax" type="xs:integer"/>
Expand Down
2 changes: 1 addition & 1 deletion config/xml_schemas/env_batch.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- attributes -->
<xs:attribute name="id" type="xs:NCName"/>
<xs:attribute name="default" type="xs:string"/>
<xs:attribute name="default" type="xs:NCName"/>
<xs:attribute name="nodemax" type="xs:integer"/>
<xs:attribute name="nodemin" type="xs:integer"/>
<xs:attribute name="jobmax" type="xs:integer"/>
Expand Down

0 comments on commit 3a47fc9

Please sign in to comment.