Skip to content

Commit

Permalink
use all blessed host-configs and remove old ones"
Browse files Browse the repository at this point in the history
  • Loading branch information
white238 committed Mar 15, 2024
1 parent f3ac7f1 commit 01ef627
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .gitlab/build_lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ lassen-clang_14.0.5_with_gcc_8.3.1_nvcc_c++_only:
lassen-clang_10.0.1_nvcc_cuda_clang_test:
variables:
ENABLED_BLT_TESTS: "cuda-arch cuda-mpi-cpp"
HOST_CONFIG: "host-configs/llnl/blueos_3_ppc64le_ib_p9/[email protected]_nvcc_c++17.cmake"
HOST_CONFIG: "[email protected]_nvcc_c++17.cmake"
extends: [.run_project_integration_test_on_lassen, .with_cuda]
2 changes: 1 addition & 1 deletion .gitlab/build_quartz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ quartz-intel_2022_1_0_cxx17:
# HIP project tests
quartz_openmp_mpi_fortran_tests:
variables:
HOST_CONFIG: openmp-cpp-fortran/base/[email protected]
ENABLED_BLT_TESTS: "mpi-cpp-fortran,openmp-cpp-fortran,openmp-mpi-cpp"
HOST_CONFIG: "[email protected]"
extends: [.run_project_integration_test_on_quartz]
2 changes: 1 addition & 1 deletion .gitlab/build_tioga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ tioga-clang_14_0_0_hip:
tioga-clang_14.0.1_hip_config_test:
variables:
ENABLED_BLT_TESTS: "hip-config-test"
HOST_CONFIG: "hip-config-test/base/[email protected]_hip.cmake"
HOST_CONFIG: "[email protected]_hip.cmake"
extends: [.run_project_integration_test_on_tioga]
2 changes: 1 addition & 1 deletion .gitlab/run_project_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUNNER_SCRIPT=`pwd`/tests/projects/run_tests.py
cd `pwd`/tests/projects/

if [[ -z $HOST_CONFIG ]]; then
HOST_CONFIG=`pwd`/tests/projects/$HOST_CONFIG
HOST_CONFIG=`pwd`/host-configs/llnl/$SYS_TYPE/$HOST_CONFIG
python3 $RUNNER_SCRIPT --run-test $ENABLED_BLT_TESTS --verbose --clean --blt-source-dir $BLT_DIR
else
python3 $RUNNER_SCRIPT --run-test $ENABLED_BLT_TESTS --host-config $HOST_CONFIG --verbose --clean --blt-source-dir $BLT_DIR
Expand Down
4 changes: 3 additions & 1 deletion host-configs/llnl/toss_4_x86_64_ib/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#------------------------------------------------------------------------------
#
# This file provides CMake with paths / details for:
# C,C++, & Fortran compilers + MPI
# C,C++, & Fortran compilers + MPI + OpenMP
#------------------------------------------------------------------------------
# clang-14.0.6 compilers

Expand All @@ -27,6 +27,8 @@ set(ENABLE_FORTRAN ON CACHE BOOL "")
# fortran compiler
set(CMAKE_Fortran_COMPILER "${GNU_HOME}/bin/gfortran" CACHE PATH "")

set(ENABLE_OPENMP ON CACHE BOOL "")

#------------------------------------------------------------------------------
# Static Analysis Support
#------------------------------------------------------------------------------
Expand Down
21 changes: 0 additions & 21 deletions tests/projects/hip-config-test/base/[email protected]_hip.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions tests/projects/openmp-cpp-fortran/base/[email protected]

This file was deleted.

0 comments on commit 01ef627

Please sign in to comment.