Skip to content
Snippets Groups Projects
Commit 43eb4795 authored by cloirec's avatar cloirec
Browse files

gromacs ajout commentaire pour run.sh et validate.sh

parent 63b80bd1
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@ Run and validate the simulation:
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
* run.sh : run the application and print out the evaluated metric in a file called results (first numeric column representing ns/day corresponds to the evaluated metric to take into account)
* validate.sh: validation of the simulation (if the evaluated metric is print out, the bench is considered validated)
For running and validating the simulation, one should be able to do:
```
......
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