Skip to content

Commit

Permalink
Set output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Jan 9, 2025
1 parent 2d4180f commit a695827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
troika_user: ${{ secrets[matrix.troika_user_secret] }}
sbatch_options: ${{ matrix.sbatch_options }}
workdir: ${{ matrix.workdir }}
template_data: |
output_dir: .
template_data: ${{ matrix.workdir }}/${{ secrets[matrix.troika_user_secret] }}
cmake_options:
- -DENABLE_MPI=ON
- -DENABLE_ACC=ON
Expand Down

0 comments on commit a695827

Please sign in to comment.