Skip to content
Snippets Groups Projects
Commit e5b71b77 authored by audiffren's avatar audiffren
Browse files

Update README.md

parent cb1416a8
No related branches found
No related tags found
No related merge requests found
......@@ -46,24 +46,20 @@ See
Run and validate the simulation:
Run and validate the simulations:
--------------------------------
For each test case, given in a separate folder (e.g. testcase_small), you can find three scripts:
* prepare.sh: prepare the simulation (move data to the right location, recompile some minor changes, ...)
* run.sh : run the application and print out the evaluated metric
* validate.sh: validation of the simulation on a scientific point of view
For running and validating the simulation, one should be able to do:
```
cd testcase_XXX
./prepare.sh
./run.sh
./validate.sh
1560 tasks ; jpni=52, jpnj=30
1920 tasks ; jpni=40, jpnj=48
2160 tasks ; jpni=45, jpnj=48
2640 tasks ; jpni=40, jpnj=66
3960 tasks ; jpni=60, jpnj=66
```
And getting no error code returned.
Those steps can also be used in a batch file for running the simulation using a job scheduler.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment