5/10/11
ComplexHPC Spring School Day 2: KOALA Tutorial Submitting Jobs With Koala
Nezih Yigitbasi Delft University of Technology
4
May 10, 2011
4 May 10, 2011 This Lecture ! global queue Lecture I & II - - PowerPoint PPT Presentation
ComplexHPC Spring School Day 2: KOALA Tutorial Submitting Jobs With Koala Nezih Yigitbasi Delft University of Technology 5/10/11 4 May 10, 2011 This Lecture ! global queue Lecture I & II with grid KOALA scheduler load sharing
5/10/11
May 10, 2011
2/22
3/22
4/22
5/22
6/22
7/22
8/22
9/22
10/22
11/22
12/22
13/22
14/22
15/22
16/22
<job id=“0” name=“Task_0_executable” > <uses file=“file0.out” link=“output” type=“data” /> <uses file=“file1.out” link=“output” type=“data”/> </job> <job id=“1” name="Task_1_executable“ > <uses file=“file0.out” link=“input” type=“data”/> </job> <job id=“2” name=“Task_2_executable” > <uses file=“file1.out” link=“input” type=“data”/> </job> <child ref=“1”> <parent ref=“0”/> </child> <child ref=“2”> <parent ref=“0”/> </child>
17/22
18/22
<job id=“0” name=“PrimeSearch.py”> <uses file=“range_1.in” link=“input”/> <uses file=“primes.out” link=“output”/> </job> <job id=“1” name=“PrimeSearch.py”> <uses file=“range_2.in” link=“input”> <uses file=“primes.out” link=“output”/> </job> <job id=“2” name=“PrimeSearch.py”> <uses file=“range_3.in” link=“input”/> <uses file=“primes.out” link=“output”/> </job>
19/22
20/22
21/22
22/22
23/22