Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] [Woptim] [email protected] #874

Closed
wants to merge 45 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
85b968f
Update RADIUSS Spack Configs with February 2024 release changes
adrienbernede Mar 4, 2024
41f2d9c
Update Spack with fix for https://github.com/spack/spack/issues/42679
adrienbernede Mar 6, 2024
5ab6550
Local and from RSC: Protect compiler version in CI spec
adrienbernede Mar 6, 2024
c0a03c2
Use another Spack tag to avoid a bug with flag stacking in concretiza…
adrienbernede Mar 8, 2024
6c3187e
Update RSC to main
adrienbernede Mar 11, 2024
bbe6ab6
From RSC: fix syntax coherency in compilers definition
adrienbernede Mar 11, 2024
437c475
Update RSC to import [email protected] configs
adrienbernede Mar 12, 2024
32b5685
Use [email protected] for locally defined tioga CI jobs
adrienbernede Mar 12, 2024
1edd99f
Update Uberenv + From RSC: Starting the process to move to spack envi…
adrienbernede Mar 12, 2024
bbe1f02
From RSC: Test workaround: define compiler with address sanitizer flag
adrienbernede Mar 18, 2024
00b42be
From RSC: Update RADIUSS CI jobs with new compilers
adrienbernede Mar 18, 2024
761117a
Update local CI jobs with new compilers
adrienbernede Mar 18, 2024
a9b98ec
From RSC: Remove special logic in spack packages to enforce gcc toolc…
adrienbernede Mar 18, 2024
aa7b2ce
From RSC: Attempt to fix cuda use in camp with [email protected]
adrienbernede Mar 19, 2024
1d5c81e
From RSC: revert last commit
adrienbernede Mar 19, 2024
3249435
From RSC: work around issues with [email protected] using [email protected]
adrienbernede Mar 19, 2024
4c873bf
From RSC: Apply fmt patch to IBM clang 14.0.5
adrienbernede Mar 20, 2024
ea3e6cb
From RSC: Apply changes to reduce the gap with spack packages
adrienbernede Mar 21, 2024
b5d582d
From RSC: Add missing patches
adrienbernede Mar 21, 2024
682e4d1
From RSC: Fix update of BLT
adrienbernede Mar 21, 2024
48c4517
Restore clang 12.0.1 jobs in lassen CI (also in RSC)
adrienbernede Mar 22, 2024
87734b9
From RSC: Fix spectrum-mpi path
adrienbernede Mar 22, 2024
5f74276
From RSC: Enforce compiler version with @= syntax
adrienbernede Mar 22, 2024
0be877c
From RSC: Fix typo in compilers paths
adrienbernede Mar 22, 2024
d81a262
Merge branch 'woptim/new-lassen-wrappers' into woptim/updates-from-spack
adrienbernede Mar 22, 2024
96e35e1
From RSC: changes for Caliper
adrienbernede Mar 26, 2024
206c58c
From RSC: Remove CUDA_ARCH, Fix MPI utility function (used by RAJAPerf)
adrienbernede Mar 27, 2024
b43ad2b
From RSC: Revert last commit
adrienbernede Mar 21, 2024
f032274
Merge branch 'develop' into woptim/spack-envs
adrienbernede Mar 27, 2024
0d48818
Merge branch 'woptim/RSC-update' into woptim/spack-envs
adrienbernede Mar 27, 2024
e4ff288
From RSC: Restore basic MPI support in RAJAPerf
adrienbernede Mar 28, 2024
9196305
From RSC: Fix missing import
adrienbernede Mar 28, 2024
76558d4
From RSC: Fix calling class function from outside + clean super argum…
adrienbernede Mar 28, 2024
5c230fb
Update uberenv
adrienbernede Mar 28, 2024
cef617e
On ruby and poodle, set MPI tests to run with overlap instead of over…
adrienbernede Apr 9, 2024
6043909
From RSC: add CARE
adrienbernede Apr 9, 2024
ed513cc
From RSC: Fix merge with CARE package
adrienbernede Apr 11, 2024
401edab
Overlapping jobs are much faster in Umpire CI
adrienbernede Apr 11, 2024
9e86a00
Point at RADIUSS Spack Configs @ main
adrienbernede Apr 15, 2024
65502f6
Use new pci queue on tioga
adrienbernede Apr 16, 2024
e5bbabe
Apply CI queue to top level allocation
adrienbernede Apr 16, 2024
df25bd5
Apply changes required by LC (token handling)
adrienbernede Apr 17, 2024
036d168
Update Spack to develop-2024-04-21 with hip fix
adrienbernede Apr 15, 2024
4635ce5
Update RSC
adrienbernede Apr 22, 2024
eee3272
Merge branch 'woptim/spack-develop-2024-04-21' into woptim/rocm-6-0-2
adrienbernede Apr 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
From RSC: work around issues with [email protected] using [email protected]
adrienbernede committed Mar 19, 2024
commit 32494352f6d07ae838e61083ecfdf2608d39b96b
8 changes: 4 additions & 4 deletions .gitlab/jobs/lassen.yml
Original file line number Diff line number Diff line change
@@ -51,14 +51,14 @@ ibm_clang_14_0_5_gcc_8_3_1_cuda_11_7_0_mpi_shmem:
MODULE_LIST: "cuda/11.7.0"
extends: .job_on_lassen

clang_16_0_6_libcpp:
clang_14_0_5_libcpp:
variables:
SPEC: "~shared +tools tests=basic %clang@=16.0.6 cflags==\"-DGTEST_HAS_CXXABI_H_=0\" cxxflags==\"-stdlib=libc++ -DGTEST_HAS_CXXABI_H_=0\""
SPEC: "~shared +tools tests=basic %clang@=14.0.5 cflags==\"-DGTEST_HAS_CXXABI_H_=0\" cxxflags==\"-stdlib=libc++ -DGTEST_HAS_CXXABI_H_=0\""
extends: .job_on_lassen

clang_16_0_6_gcc_8_3_1_memleak:
clang_14_0_5_gcc_8_3_1_memleak:
variables:
SPEC: "~shared +asan +sanitizer_tests +tools tests=basic %clang@=16.0.6.gcc.8.3.1 cxxflags==-fsanitize=address"
SPEC: "~shared +asan +sanitizer_tests +tools tests=basic %clang@=14.0.5.gcc.8.3.1 cxxflags==-fsanitize=address"
ASAN_OPTIONS: "detect_leaks=1"
extends: .job_on_lassen