Skip to content

Commit

Permalink
Centrally exclude broken nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Feb 4, 2025
1 parent 134b74b commit 488e66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/benchmark/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
module load perl
cd futhark-benchmarks
./get-data.sh external-data.txt
slurm-options: --time=30:00 --exclude=hendrixgpu23fl,hendrixgpu24fl,hendrixgpu25fl,hendrixgpu26fl
slurm-options: --time=30:00

- uses: ./.github/actions/futhark-slurm
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/futhark-slurm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ runs:
${{inputs.script}}' > temp.sh
chmod +x temp.sh
[ -d /scratch ] && export TMPDIR=/scratch
srun ${{inputs.slurm-options}} temp.sh
srun ${{inputs.slurm-options}} --exclude=hendrixgpu23fl,hendrixgpu24fl,hendrixgpu25fl,hendrixgpu26fl temp.sh
rm temp.sh

0 comments on commit 488e66a

Please sign in to comment.