git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@485 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
6afece10a5
commit
ec22cf9d34
16 changed files with 814 additions and 1 deletions
11
trunk/paradiseo-peo/tutorial/Walkthrough/build/lessonA.param
Normal file
11
trunk/paradiseo-peo/tutorial/Walkthrough/build/lessonA.param
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
## miscallenous parameters
|
||||
|
||||
--debug=false
|
||||
|
||||
## deployment schema
|
||||
|
||||
--schema=schemaA.xml
|
||||
|
||||
## parameters
|
||||
|
||||
--inst=../../examples/tsp/benchs/eil101.tsp
|
||||
11
trunk/paradiseo-peo/tutorial/Walkthrough/build/lessonB.param
Normal file
11
trunk/paradiseo-peo/tutorial/Walkthrough/build/lessonB.param
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
## miscallenous parameters
|
||||
|
||||
--debug=false
|
||||
|
||||
## deployment schema
|
||||
|
||||
--schema=schemaB.xml
|
||||
|
||||
## parameters
|
||||
|
||||
--inst=../../examples/tsp/benchs/eil101.tsp
|
||||
11
trunk/paradiseo-peo/tutorial/Walkthrough/build/lessonC.param
Normal file
11
trunk/paradiseo-peo/tutorial/Walkthrough/build/lessonC.param
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
## miscallenous parameters
|
||||
|
||||
--debug=false
|
||||
|
||||
## deployment schema
|
||||
|
||||
--schema=schemaC.xml
|
||||
|
||||
## parameters
|
||||
|
||||
--inst=../../examples/tsp/benchs/eil101.tsp
|
||||
11
trunk/paradiseo-peo/tutorial/Walkthrough/build/lessonD.param
Normal file
11
trunk/paradiseo-peo/tutorial/Walkthrough/build/lessonD.param
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
## miscallenous parameters
|
||||
|
||||
--debug=false
|
||||
|
||||
## deployment schema
|
||||
|
||||
--schema=schemaD.xml
|
||||
|
||||
## parameters
|
||||
|
||||
--inst=../../examples/tsp/benchs/eil101.tsp
|
||||
10
trunk/paradiseo-peo/tutorial/Walkthrough/build/schemaA.xml
Normal file
10
trunk/paradiseo-peo/tutorial/Walkthrough/build/schemaA.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<schema>
|
||||
<group scheduler="0">
|
||||
<node name="0" num_workers="0">
|
||||
<runner>1</runner>
|
||||
</node>
|
||||
</group>
|
||||
</schema>
|
||||
|
||||
10
trunk/paradiseo-peo/tutorial/Walkthrough/build/schemaB.xml
Normal file
10
trunk/paradiseo-peo/tutorial/Walkthrough/build/schemaB.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<schema>
|
||||
<group scheduler="0">
|
||||
<node name="0" num_workers="0">
|
||||
<runner>1</runner>
|
||||
</node>
|
||||
</group>
|
||||
</schema>
|
||||
|
||||
17
trunk/paradiseo-peo/tutorial/Walkthrough/build/schemaC.xml
Normal file
17
trunk/paradiseo-peo/tutorial/Walkthrough/build/schemaC.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<schema>
|
||||
<group scheduler="0">
|
||||
<node name="0" num_workers="0">
|
||||
</node>
|
||||
<node name="1" num_workers="0">
|
||||
<runner>1</runner>
|
||||
<runner>2</runner>
|
||||
</node>
|
||||
<node name="2" num_workers="1">
|
||||
</node>
|
||||
<node name="3" num_workers="1">
|
||||
</node>
|
||||
</group>
|
||||
</schema>
|
||||
|
||||
16
trunk/paradiseo-peo/tutorial/Walkthrough/build/schemaD.xml
Normal file
16
trunk/paradiseo-peo/tutorial/Walkthrough/build/schemaD.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<schema>
|
||||
<group scheduler="0">
|
||||
<node name="0" num_workers="0">
|
||||
</node>
|
||||
<node name="1" num_workers="0">
|
||||
<runner>1</runner>
|
||||
</node>
|
||||
<node name="2" num_workers="1">
|
||||
</node>
|
||||
<node name="3" num_workers="1">
|
||||
</node>
|
||||
</group>
|
||||
</schema>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue