Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Detection eddies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPSL
LMD
DPAO
Detection eddies
Commits
dabc4b00
Commit
dabc4b00
authored
2 years ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Bug fix: correct paths to executable files
parent
bc19c7ad
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
Inst_eddies/Tests/test_output.json
+8
-8
8 additions, 8 deletions
Inst_eddies/Tests/test_output.json
Overlap/Tests/short_tests.json
+9
-9
9 additions, 9 deletions
Overlap/Tests/short_tests.json
with
17 additions
and
17 deletions
Inst_eddies/Tests/test_output.json
+
8
−
8
View file @
dabc4b00
...
...
@@ -3,7 +3,7 @@
"title"
:
"Medium_mix"
,
"description"
:
"Append to medium-sized SHPC, mixing output to the three shapefiles."
,
"input"
:
"&main_nml /
\n
"
,
"command"
:
[
"time"
,
"$build_dir/
Inst_eddies/Tests/
test_write_null"
],
"command"
:
[
"time"
,
"$build_dir/test_write_null"
],
"copy"
:
[[
"$PWD/n_dates_14"
,
"SHPC"
]],
"stdout"
:
"test_write_null_stdout.txt"
,
"exclude_cmp"
:
[
"test_write_null_stderr.txt"
]
...
...
@@ -13,7 +13,7 @@
"title"
:
"Small_mix"
,
"description"
:
"Append to small SHPC, mixing output to the three shapefiles."
,
"input"
:
"&main_nml /
\n
"
,
"command"
:
[
"time"
,
"$build_dir/
Inst_eddies/Tests/
test_write_null"
],
"command"
:
[
"time"
,
"$build_dir/test_write_null"
],
"copy"
:
[[
"$PWD/n_dates_1"
,
"SHPC"
]],
"stdout"
:
"test_write_null_stdout.txt"
,
"exclude_cmp"
:
[
"test_write_null_stderr.txt"
]
...
...
@@ -22,7 +22,7 @@
"title"
:
"Medium_sep"
,
"description"
:
"Append to medium-sized SHPC, separating output to the three shapefiles."
,
"input"
:
"&main_nml mixed = f/
\n
"
,
"command"
:
[
"time"
,
"$build_dir/
Inst_eddies/Tests/
test_write_null"
],
"command"
:
[
"time"
,
"$build_dir/test_write_null"
],
"copy"
:
[[
"$PWD/n_dates_14"
,
"SHPC"
]],
"stdout"
:
"test_write_null_stdout.txt"
,
"exclude_cmp"
:
[
"test_write_null_stderr.txt"
]
...
...
@@ -31,7 +31,7 @@
"title"
:
"Small_sep"
,
"description"
:
"Append to small SHPC, separating output to the three shapefiles."
,
"input"
:
"&main_nml mixed = f/
\n
"
,
"command"
:
[
"time"
,
"$build_dir/
Inst_eddies/Tests/
test_write_null"
],
"command"
:
[
"time"
,
"$build_dir/test_write_null"
],
"copy"
:
[[
"$PWD/n_dates_1"
,
"SHPC"
]],
"stdout"
:
"test_write_null_stdout.txt"
,
"exclude_cmp"
:
[
"test_write_null_stderr.txt"
]
...
...
@@ -43,7 +43,7 @@
"commands"
:
[
[
"mkdir"
,
"-p"
,
"SHPC/Slice_0/Cyclones"
],
[
"time"
,
"$build_dir/
Inst_eddies/Tests/
test_write_null"
]
[
"time"
,
"$build_dir/test_write_null"
]
],
"stdout"
:
"test_write_null_stdout.txt"
,
"exclude_cmp"
:
[
"test_write_null_stderr.txt"
]
...
...
@@ -55,7 +55,7 @@
"commands"
:
[
[
"mkdir"
,
"-p"
,
"SHPC/Slice_0/Cyclones"
],
[
"time"
,
"$build_dir/
Inst_eddies/Tests/
test_write_null"
]
[
"time"
,
"$build_dir/test_write_null"
]
],
"stdout"
:
"test_write_null_stdout.txt"
,
"exclude_cmp"
:
[
"test_write_null_stderr.txt"
]
...
...
@@ -64,7 +64,7 @@
"title"
:
"Big_mix"
,
"description"
:
"Append to big SHPC, mixing output to the three shapefiles."
,
"input"
:
"&main_nml /
\n
"
,
"command"
:
[
"time"
,
"$build_dir/
Inst_eddies/Tests/
test_write_null"
],
"command"
:
[
"time"
,
"$build_dir/test_write_null"
],
"copy"
:
[
"$PWD/Inst_eddies_9/SHPC"
],
"stdout"
:
"test_write_null_stdout.txt"
,
"exclude_cmp"
:
[
"test_write_null_stderr.txt"
]
...
...
@@ -73,7 +73,7 @@
"title"
:
"Big_sep"
,
"description"
:
"Append to big SHPC, separating output to the three shapefiles."
,
"input"
:
"&main_nml mixed = f/
\n
"
,
"command"
:
[
"time"
,
"$build_dir/
Inst_eddies/Tests/
test_write_null"
],
"command"
:
[
"time"
,
"$build_dir/test_write_null"
],
"copy"
:
[
"$PWD/Inst_eddies_9/SHPC"
],
"stdout"
:
"test_write_null_stdout.txt"
,
"exclude_cmp"
:
[
"test_write_null_stderr.txt"
]
...
...
This diff is collapsed.
Click to expand it.
Overlap/Tests/short_tests.json
+
9
−
9
View file @
dabc4b00
...
...
@@ -20,7 +20,7 @@
[
[
"mkdir"
,
"-p"
,
"SHPC/Slice_0/Anticyclones"
],
[
"$build_dir/
Inst_eddie
s/test_read_eddy"
,
"$build_dir/
Overlap/Test
s/test_read_eddy"
,
"$tests_old_dir/Extraction_eddies_region_4/SHPC"
]
],
...
...
@@ -35,7 +35,7 @@
"SHPC/Slice_0/Cyclones"
],
[
"$build_dir/
Inst_eddie
s/test_read_snapshot"
,
"$build_dir/
Overlap/Test
s/test_read_snapshot"
,
"$tests_old_dir/Extraction_eddies_region_4/SHPC"
]
]
...
...
@@ -179,7 +179,7 @@
"$mpiexec"
,
"-n"
,
"2"
,
"$build_dir/
Inst_eddie
s/test_send_recv"
,
"$build_dir/
Overlap/Test
s/test_send_recv"
,
"$tests_old_dir/Extraction_eddies_region_4/SHPC"
]
]
...
...
@@ -197,7 +197,7 @@
"$mpiexec"
,
"-n"
,
"1"
,
"$build_dir/
Inst_eddie
s/test_get_dispatch_snap"
,
"$build_dir/
Overlap/Test
s/test_get_dispatch_snap"
,
"$tests_old_dir/Inst_eddies_loop/SHPC"
]
]
...
...
@@ -216,7 +216,7 @@
"$mpiexec"
,
"-n"
,
"2"
,
"$build_dir/
Inst_eddie
s/test_get_dispatch_snap"
,
"$build_dir/
Overlap/Test
s/test_get_dispatch_snap"
,
"$tests_old_dir/Inst_eddies_loop/SHPC"
]
]
...
...
@@ -502,7 +502,7 @@
[
[
"mkdir"
,
"-p"
,
"SHPC/Slice_0/Anticyclones"
],
[
"$build_dir/
Inst_eddie
s/test_read_eddy"
,
"$build_dir/
Overlap/Test
s/test_read_eddy"
,
"$PWD/Inst_eddies_4"
]
],
...
...
@@ -518,7 +518,7 @@
"SHPC/Slice_0/Cyclones"
],
[
"$build_dir/
Inst_eddie
s/test_read_snapshot"
,
"$build_dir/
Overlap/Test
s/test_read_snapshot"
,
"$PWD/Inst_eddies_10"
]
]
...
...
@@ -533,7 +533,7 @@
"SHPC/Slice_0/Cyclones"
],
[
"$build_dir/
Inst_eddie
s/test_read_snapshot"
,
"$build_dir/
Overlap/Test
s/test_read_snapshot"
,
"$PWD/Inst_eddies_10"
]
]
...
...
@@ -548,7 +548,7 @@
"SHPC/Slice_0/Cyclones"
],
[
"$build_dir/
Inst_eddie
s/test_read_snapshot"
,
"$build_dir/
Overlap/Test
s/test_read_snapshot"
,
"$PWD/Inst_eddies_10_splitted"
]
]
...
...
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