Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Méso-NH
Méso-NH code
Commits
8c623f73
Commit
8c623f73
authored
2 years ago
by
RIETTE Sébastien
Browse files
Options
Downloads
Patches
Plain Diff
Doc update
parent
148056ca
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL_testprogs
+9
-0
9 additions, 0 deletions
INSTALL_testprogs
check_commit_testprogs.sh
+1
-1
1 addition, 1 deletion
check_commit_testprogs.sh
with
10 additions
and
1 deletion
INSTALL_testprogs
+
9
−
0
View file @
8c623f73
...
...
@@ -4,3 +4,12 @@ These data are generated according to the description provided in the Offline do
The check_commit_testprogs.sh script will run offline simulations in the directory given
by the environment variable TESTPROGSDIR ($HOME/TESTPROGS will be used if the variable is not set).
This directory must exist.
The goal of the script is to compare outputs between two simulations (to check if bit-reproducibilty
is achieved or not).
A reference simulation must be performed and save. This reference simulation is run the same way as the
test experiment but cannot be compared to something else:
check_commit_testprogs.sh -c -r <reference_commit>
If this reference simulation must become the 'absolute' reference (used when invoking the check_commit_testprogs.sh
script with the 'REF' argument), the reference simulation directory (under $TESTPROGSDIR) must be renamed 'ref'.
This diff is collapsed.
Click to expand it.
check_commit_testprogs.sh
+
1
−
1
View file @
8c623f73
#!/bin/bash
set
-x
#
set -x
set
-e
#This script:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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