<!-- No DTD for the moment -->
<config>
	
	<global>
		<!-- Global definition of the batch -->
		<file type="platform">platform_Lyon_Grid5000.xml</file>
		<file type="deployment">deployment_Lyon_Grid5000.xml</file>
		<!-- Decomment this line if you want a Paje compliant ouput -->
		<!-- <file type="trace">simbatch.trace</file> -->
	</global>

	<!-- Sagittaire with OAR -->
	<batch host="Sagittaire">
		<!-- Choose the plugin in rrobin/fcfs/cbf -->
		<plugin>libcbf.so</plugin>
		<!-- Internal load -->
		<wld>./input/std/1.wld</wld>
		<priority_queue>
			<number>3</number>
		</priority_queue>
	</batch>
    
	<!-- Capricorne with OAR -->
	<batch host="Capricorne with OAR">
		<!-- Choose the plugin in rrobin/fcfs/cbf -->
		<plugin>libcbf.so</plugin>
		<!-- Internal load -->
		<wld>./input/std/1.wld</wld>
		<priority_queue>
			<number>3</number>
		</priority_queue>
	</batch>


</config>

