Skip to content
Snippets Groups Projects

Tested the c++ codes run on GPUs and fixed unit tests associated with them

Open Pradipta Samanta requested to merge fix-cpp-codes-gpu into feature-add-cpp-codes
1 file
+ 6
11
Compare changes
  • Side-by-side
  • Inline
+ 6
11
@@ -84,6 +84,11 @@ nvhpc_gpu:
rules:
- if: $CI_COMMIT_BRANCH == "main"
when: always
- if: $CI_PIPELINE_SOURCE == "web"
when: manual
# Prevent the pipeline to create twice in merge requests.
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- when: manual
script:
- module load git gcc/11.2.0-gcc-11.2.0 nvhpc/24.7-gcc-11.2.0
@@ -95,17 +100,7 @@ nvhpc_gpu:
- make test
tags:
- levante, hpc, dkrz
needs:
- job: Check License
optional: true
- job: Check Typo
optional: true
- job: Check Style
optional: true
- job: Check OpenACC Style
optional: true
- job: Check CMake Style
optional: true
needs: ["Check License", "Check Typo", "Check Style", "Check OpenACC Style", "Check CMake Style"]
OpenMP_gcc:
stage: build_and_test_OpenMP
Loading