Skip to content

Commit

Permalink
Update macos intel ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Aug 9, 2024
1 parent cbce3b1 commit a7dd8a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
ulimit -s hard
ctest --output-on-failure
# Test release mode
# Test release mode
# INTEL CLASSIC COMPILERS HANG WHILE BUILDING cu_gf_deep.F90, TURN OFF FOR NOW
#- name: Test gf Release
# run: |
# source /opt/intel/oneapi/setvars.sh
Expand All @@ -109,6 +110,7 @@ jobs:
# make VERBOSE=1
# ulimit -s hard
# ctest --output-on-failure

# Debug session for failures
-
name: Debug session
Expand Down

0 comments on commit a7dd8a2

Please sign in to comment.