Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Email Options #1719

Merged
merged 17 commits into from
Jul 14, 2017
317 changes: 186 additions & 131 deletions config/acme/machines/config_batch.xml

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions config/acme/machines/config_batch.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<xs:complexType>
<xs:sequence>

<!-- definition of batch_system complex elements -->
<xs:element name="batch_system" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<!-- definition of batch_system complex elements -->
<xs:element name="batch_system" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>

<xs:element name="batch_query" minOccurs="1" maxOccurs="1">
<xs:element name="batch_query" minOccurs="1" maxOccurs="1">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
Expand All @@ -22,33 +22,33 @@
</xs:complexType>
</xs:element>

<xs:element name="batch_submit" type="xs:string" minOccurs="1" maxOccurs="1"/>
<xs:element name="batch_redirect" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="batch_directive" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="batch_submit" type="xs:string" minOccurs="1" maxOccurs="1"/>
<xs:element name="batch_redirect" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="batch_directive" type="xs:string" minOccurs="0" maxOccurs="1"/>

<xs:element name="directives" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="directives" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>

<xs:element name="directive" minOccurs="0" maxOccurs="unbounded">
<xs:element name="directive" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="default" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="default" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:element>

</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

</xs:sequence>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="version" type="xs:string" use="required"/>
</xs:complexType>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="version" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>

</xs:sequence>
Expand Down
1 change: 0 additions & 1 deletion config/acme/machines/template.case.run
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ OR
parser.add_argument("--caseroot",
help="Case directory to build")


parser.add_argument("--skip-preview-namelist", action="store_true",
help="Skip calling preview-namelist during case.run")

Expand Down
Loading