From 718f1d022cb63925a5a7f4f116f11abaccccce46 Mon Sep 17 00:00:00 2001 From: Kenneth Weiss Date: Mon, 23 Jan 2023 22:15:47 -0800 Subject: [PATCH 1/2] Attempted workaround for temporarily faulty CI runner Per advice from LC, attempt to explicitly use `tioga10` runner since something's wrong with the `tioga11` runner. --- .gitlab/build_tioga.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/build_tioga.yml b/.gitlab/build_tioga.yml index b15ed87baf..bca86b336c 100644 --- a/.gitlab/build_tioga.yml +++ b/.gitlab/build_tioga.yml @@ -8,7 +8,7 @@ .on_tioga: tags: - shell - - tioga + - tioga10 rules: - if: '$CI_COMMIT_BRANCH =~ /_qnone/ || $ON_TIOGA == "OFF"' #run except if ... when: never From 7a058c38d8c2e53a09d749de19fee32a396fa68f Mon Sep 17 00:00:00 2001 From: Brian Han Date: Mon, 23 Jan 2023 15:44:47 -0800 Subject: [PATCH 2/2] Use flux instead of srun on tioga --- .../tioga-toss_4_x86_64_ib_cray-clang@14.0.0_hip.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host-configs/tioga-toss_4_x86_64_ib_cray-clang@14.0.0_hip.cmake b/host-configs/tioga-toss_4_x86_64_ib_cray-clang@14.0.0_hip.cmake index a46177f669..79faa03d44 100644 --- a/host-configs/tioga-toss_4_x86_64_ib_cray-clang@14.0.0_hip.cmake +++ b/host-configs/tioga-toss_4_x86_64_ib_cray-clang@14.0.0_hip.cmake @@ -41,9 +41,9 @@ set(MPI_CXX_COMPILER "/usr/tce/packages/cray-mpich-tce/cray-mpich-8.1.16-rocmcc- set(MPI_Fortran_COMPILER "/usr/tce/packages/cray-mpich-tce/cray-mpich-8.1.16-rocmcc-5.2.3/bin/mpif90" CACHE PATH "") -set(MPIEXEC_EXECUTABLE "/usr/bin/srun" CACHE PATH "") +set(MPIEXEC_EXECUTABLE "/usr/bin/flux" CACHE PATH "") -set(MPIEXEC_NUMPROC_FLAG "-n" CACHE STRING "") +set(MPIEXEC_NUMPROC_FLAG "mini;run;-n" CACHE STRING "") set(ENABLE_MPI ON CACHE BOOL "")