Skip to content

Commit

Permalink
another shot
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 20, 2024
1 parent 95e5aff commit 3d838c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:

- name: run unit testing
run: |
# this line is to satisfy the config_files.xml path structure
ln -fs ../ share
pushd cime
export CIME_MODEL=cesm
mkdir ftest
Expand Down
6 changes: 0 additions & 6 deletions test/unit/shr_cal_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ set(sources_needed

extract_sources("${sources_needed}" "${share_sources}" test_sources)

# shr_cal_mod depends on the esmf wrf time manager. So we need to add
# those sources to the list, too. (We can't build those into a separate
# library because they depend on shr_sys_mod - i.e., there are circular
# dependencies.)
list(APPEND test_sources ${esmf_wrf_timemgr_sources})

# This is needed to make ESMF_Stubs.F90 avoid pulling in mpi
add_definitions(-DHIDE_MPI)

Expand Down

0 comments on commit 3d838c9

Please sign in to comment.