Skip to content

Commit

Permalink
srun
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 31, 2024
1 parent a7589b7 commit 5c31ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tpp-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: Check_LLVM
steps:
- name: Sapphire Rapids Base
run: "${SRUN} --partition=spr --time=2:00:00 --constraint=\"notrb\" -- \
run: "${{ secrets.SRUN }} --partition=spr --time=2:00:00 --constraint=\"notrb\" -- \
'KIND=Release COMPILER=clang LINKER=lld \
scripts/buildkite/benchmark.sh -b -p'"
if: ${{ inputs.RUN_SPR_BENCH }} == "1"
Expand All @@ -38,7 +38,7 @@ jobs:
needs: Check_LLVM
steps:
- name: Sapphire Rapids OpenMP
run: "${SRUN} --partition=spr --time=2:00:00 --constraint=\"notrb\" -- \
run: "${{ secrets.SRUN }} --partition=spr --time=2:00:00 --constraint=\"notrb\" -- \
'KIND=Release COMPILER=clang LINKER=lld \
scripts/buildkite/benchmark.sh -o'"
if: ${{ inputs.RUN_SPR_BENCH }} == "1"
Expand Down

0 comments on commit 5c31ac9

Please sign in to comment.