Skip to content

Commit 2f56e8c

Browse files
Fix native mode timing: move queue_submit to before_script, comment out wait_for_nfs.sh
1 parent b2fe3b7 commit 2f56e8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/matrix_generate.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ ${job_prefix}_run:
125125
before_script:
126126
- mkdir -p results
127127
- echo \"Pre-created results directory on login node\"
128+
- bash scripts/record_timestamp.sh results/queue_submit
128129
script:
129130
- echo \"Starting job\"
130-
- bash scripts/record_timestamp.sh results/queue_submit
131131
- ls -la $program_path/
132132
- bash scripts/record_timestamp.sh results/run_start
133133
- bash $program_path/run.sh $system $nodes ${numproc_node} ${nthreads}
@@ -140,8 +140,8 @@ ${job_prefix}_run:
140140
- ls -la results/
141141
- echo \"Results directory contents count\"
142142
- ls results/ | wc -l
143-
after_script:
144-
- bash scripts/wait_for_nfs.sh results
143+
# after_script:
144+
# - bash scripts/wait_for_nfs.sh results
145145
artifacts:
146146
paths:
147147
- results/
@@ -178,9 +178,9 @@ ${job_prefix}_build_run:
178178
before_script:
179179
- mkdir -p results
180180
- echo \"Pre-created results directory on login node\"
181+
- bash scripts/record_timestamp.sh results/queue_submit
181182
script:
182183
- echo \"Starting build and run\"
183-
- bash scripts/record_timestamp.sh results/queue_submit
184184
- bash scripts/record_timestamp.sh results/build_start
185185
- bash $program_path/build.sh $system
186186
- bash scripts/record_timestamp.sh results/build_end
@@ -195,8 +195,8 @@ ${job_prefix}_build_run:
195195
- ls -la results/
196196
- echo \"Results directory contents count\"
197197
- ls results/ | wc -l
198-
after_script:
199-
- bash scripts/wait_for_nfs.sh results
198+
# after_script:
199+
# - bash scripts/wait_for_nfs.sh results
200200
artifacts:
201201
paths:
202202
- results/

0 commit comments

Comments
 (0)