We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 272455a + 2f3c795 commit 4d5fca8Copy full SHA for 4d5fca8
2 files changed
.gitignore
@@ -1,3 +1,4 @@
1
src/
2
runs/
3
benchmark_cable_qsub.sh*
4
+rev_number-*.log
config.yaml
@@ -19,14 +19,13 @@ project: w97
19
20
experiment: five-site-test
21
22
-realisations: [
23
- {
24
- path: "trunk",
25
- },
26
27
- path: "branches/Users/ccc561/v3.0-YP-changes",
28
- }
29
-]
+realisations:
+ - repo:
+ svn:
+ branch_path: trunk
+ git:
+ branch: main
30
31
modules: [
32
intel-compiler/2021.1.1,
0 commit comments