Skip to content

Commit

Permalink
(rebase drop in future) add some more debugging tools to IM1
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella committed Apr 15, 2024
1 parent 038dc0f commit 9781da5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: true
- name: Setup cime and input datafiles
run: |
mkdir ~/.cime
mkdir ~/.cime
cp /home/e3smuser/.cime/* /github/home/.cime/
git clone https://github.com/rfiorella/pt-e3sm-inputdata /home/e3smuser/inputdata
cd /home/e3smuser/inputdata/lnd/clm2/firedata
Expand Down Expand Up @@ -49,6 +49,8 @@ jobs:
./case.setup
# add coupler bypass flag to cmake macros.
echo 'string(APPEND CPPDEFS " -DCPL_BYPASS")' >> cmake_macros/universal.cmake
./case.build
./case.build || cat /home/e3smuser/output/ci_test/bld/e3sm.bldlog.*
./case.submit --no-batch
cat /home/e3smuser/output/ci_test/run/e3sm.log.*
cat /home/e3smuser/output/ci_test/run/lnd.log.*

0 comments on commit 9781da5

Please sign in to comment.