Skip to content

Commit

Permalink
Update .gitlab-ci.yml for Perlmutter CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez authored May 30, 2023
1 parent 5bcbb76 commit 67a3e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ metrics-perlmutter:
- export RESULTS="/global/homes/j/jeanbez/h5bench-ci-metrics/perlmutter/$(date +%s)"
- mkdir -p $RESULTS
- echo "Fetching Darshan log file"
- 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}
- echo "Fetching runtime files"
- cp h5bench-suite-sync.err ${RESULTS}
- cp h5bench-suite-sync.out ${RESULTS}
Expand Down

0 comments on commit 67a3e6d

Please sign in to comment.