We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcbb76 commit 67a3e6dCopy full SHA for 67a3e6d
.gitlab-ci.yml
@@ -128,7 +128,7 @@ metrics-perlmutter:
128
- export RESULTS="/global/homes/j/jeanbez/h5bench-ci-metrics/perlmutter/$(date +%s)"
129
- mkdir -p $RESULTS
130
- echo "Fetching Darshan log file"
131
- - cp /pscratch/darshanlogs/$(date +%Y)/$(date +%-m)/$(date +%u)/jeanbez_h5bench* ${RESULTS}
+ - cp /pscratch/darshanlogs/$(date +%Y)/$(date +%-m)/$(date +%d | sed 's/^0*//')/jeanbez_h5bench* ${RESULTS}
132
- echo "Fetching runtime files"
133
- cp h5bench-suite-sync.err ${RESULTS}
134
- cp h5bench-suite-sync.out ${RESULTS}
0 commit comments