Skip to content
Snippets Groups Projects
Commit f0d63c2e authored by Pradipta Samanta's avatar Pradipta Samanta Committed by Yen-Chen Chen
Browse files

Fixed a bug in the Gitlab CI (!30)


## What is the bug
The CMake option `IM_ENABLE_OPENACC` was by mistake written as `MS_ENABLE_OPENACC` in `gitlab-ci.yml`
## How do you fix it
Using the correct option now

Approved-by: default avatarYen-Chen Chen <yen-chen.chen@tum.de>
Merged-by: default avatarYen-Chen Chen <yen-chen.chen@tum.de>
Changelog: bugfix
parent 9d97ae9a
No related branches found
No related tags found
1 merge request!30Fixed a bug in the Gitlab CI
Pipeline #98077 passed
......@@ -74,7 +74,7 @@ nvhpc_gpu:
- module load git gcc/11.2.0-gcc-11.2.0 nvhpc/22.5-gcc-11.2.0
- mkdir nvhpc_gpu
- cd nvhpc_gpu
- /sw/spack-levante/cmake-3.23.1-q5kzz6/bin/cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER=nvc -DCMAKE_Fortran_COMPILER=nvfortran -DMS_ENABLE_OPENACC=ON
- /sw/spack-levante/cmake-3.23.1-q5kzz6/bin/cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER=nvc -DCMAKE_Fortran_COMPILER=nvfortran -DIM_ENABLE_OPENACC=ON
- make VERBOSE=1
- make test
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment