From a695827fa0d94cb7d4558bf9489db39bdc232726 Mon Sep 17 00:00:00 2001 From: Sam Hatfield Date: Thu, 9 Jan 2025 16:56:58 +0000 Subject: [PATCH] Set output dir --- .github/workflows/build-hpc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-hpc.yml b/.github/workflows/build-hpc.yml index c831dbe2..98e890fc 100644 --- a/.github/workflows/build-hpc.yml +++ b/.github/workflows/build-hpc.yml @@ -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