Skip to content

Commit

Permalink
Turn off debug build for gpu workflow because the build hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Aug 13, 2024
1 parent 73dac2c commit 7301fe0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/gpu_nvhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@ jobs:
uses: actions/checkout@v2

# Test debug mode
- name: Build gf debug
run: |
source /usr/share/lmod/lmod/init/bash
module use /opt/nvidia/hpc_sdk/modulefiles
module load nvhpc
cd ref
rm -rf build
mkdir build
cd build
#export OMP_NUM_THREADS=4
cmake -DCMAKE_BUILD_TYPE=debug -DENABLE_GPU=on ..
make VERBOSE=1
ctest --output-on-failure
#- name: Build gf debug
# run: |
# source /usr/share/lmod/lmod/init/bash
# module use /opt/nvidia/hpc_sdk/modulefiles
# module load nvhpc
# cd ref
# rm -rf build
# mkdir build
# cd build
# #export OMP_NUM_THREADS=4
# cmake -DCMAKE_BUILD_TYPE=debug -DENABLE_GPU=on ..
# make VERBOSE=1
# ctest --output-on-failure

# Test release mode
- name: Build gf release
Expand Down

0 comments on commit 7301fe0

Please sign in to comment.