Skip to content

Commit

Permalink
Modify GitLab CI job for OpenMP Target
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Nov 8, 2024
1 parent 0d6b3ee commit 9edc74b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitlab/jobs/lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,8 @@ gcc_8_3_1_cuda_11_7_desul_atomics:
MODULE_LIST: "cuda/11.7.0"
extends: .job_on_lassen

# Warning: Allowed to fail temporarily
# Deactivated due to issues with OpenMP Target and various tests and compilers.
clang_16_0_6_ibm_omptarget:
clang_16_0_6_omptarget:
variables:
SPEC: " ~shared +openmp +omptarget +tests %clang@=16.0.6.ibm.gcc.8.3.1"
ON_LASSEN: "OFF"
SPEC: " ~shared +openmp +omptarget +tests %clang@=16.0.6.cuda.11.8.0.gcc.11.2.1 cxxflags==\"-Wunknown-cuda-version\""
extends: .job_on_lassen
allow_failure: true

0 comments on commit 9edc74b

Please sign in to comment.