Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CHiPS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
CHiPS
Commits
e5b71b77
Commit
e5b71b77
authored
5 years ago
by
audiffren
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
cb1416a8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEMO/README.md
+8
-12
8 additions, 12 deletions
NEMO/README.md
with
8 additions
and
12 deletions
NEMO/README.md
+
8
−
12
View file @
e5b71b77
...
...
@@ -46,24 +46,20 @@ See
Run and validate the simulation:
Run and validate the simulation
s
:
--------------------------------
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment