From 78d084393b6679135c46cf8f679cd3233d64d7c8 Mon Sep 17 00:00:00 2001 From: Sam Hatfield Date: Wed, 22 Jan 2025 14:26:09 +0000 Subject: [PATCH] Have each run on LUMI-G done in a unique work directory --- .github/workflows/build-hpc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-hpc.yml b/.github/workflows/build-hpc.yml index ce55f265..064338cc 100644 --- a/.github/workflows/build-hpc.yml +++ b/.github/workflows/build-hpc.yml @@ -71,8 +71,8 @@ jobs: - rocm/6.0.3 - cray-fftw - buildtools - output_dir: /scratch/project_465000527 - workdir: /scratch/project_465000527 + output_dir: /scratch/project_465000527/github-actions/ectrans/${{ github.run_id }} + workdir: /scratch/project_465000527/github-actions/ectrans/${{ github.run_id }} cmake_options: -DOpenMP_C_LIB_NAMES=craymp -DOpenMP_CXX_LIB_NAMES=craymp -DOpenMP_Fortran_LIB_NAMES=craymp -DOpenMP_craymp_LIBRARY=craymp ctest_options: -R ectrans_test -E transi