From 76e57fccdda5c048e1cfcea01667ff529fad891e Mon Sep 17 00:00:00 2001 From: Federico Montesino Pouzols <federico.montesino-pouzols@stfc.ac.uk> Date: Wed, 1 Apr 2015 08:46:57 +0100 Subject: [PATCH] add JobManagerType attribute of computeResource in facilities, re #11460 --- .../Mantid/instrument/Schema/Facilities/1.0/FacilitiesSchema.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Mantid/instrument/Schema/Facilities/1.0/FacilitiesSchema.xsd b/Code/Mantid/instrument/Schema/Facilities/1.0/FacilitiesSchema.xsd index bb7024143dc..301d57d849d 100644 --- a/Code/Mantid/instrument/Schema/Facilities/1.0/FacilitiesSchema.xsd +++ b/Code/Mantid/instrument/Schema/Facilities/1.0/FacilitiesSchema.xsd @@ -22,6 +22,7 @@ <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="baseURL" type="xs:string" /> + <xs:element name="JobManagerType" type="xs:string" /> <xs:element name="configFileURL" type="xs:string" /> <xs:element name="mpirunExecutable" type="xs:string" /> <xs:element name="pythonExecutable" type="xs:string" /> -- GitLab