Skip to content

Commit

Permalink
Updates AM4 regression test suite to run intel 21 only on PW (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-robinson authored Jan 20, 2022
1 parent 34831bc commit 1621638
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/am4_regression_parallelWorks_intel_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
matrix:
include:
# Runs AM4 with intel18 on AM4_intel18
- runname: AM4 build and run with intel 18
runscript: python3 /home/Thomas.Robinson/pw/storage/pw_api_python/AM4_intel18StartClusters.py am4_intel18
# - runname: AM4 build and run with intel 18
# runscript: python3 /home/Thomas.Robinson/pw/storage/pw_api_python/AM4_intel18StartClusters.py am4_intel18
# Runs AM4 using a container to build and run the model with intel 21
- runname: AM4 regression with intel 21 and answer check
runscript: python3 /home/Thomas.Robinson/pw/storage/pw_api_python/AM4_intel21StartClusters.py am4_container
runscript: python3 /home/Thomas.Robinson/pw/storage/pw_api_python/AM4_intel21StartClusters.py main

steps:
- name: FMS make check on paralellWorks
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
include:
- cluster: am4_intel18
# - cluster: am4_intel18
- cluster: am4_container
steps:
- name: Turn off cluster
Expand Down

0 comments on commit 1621638

Please sign in to comment.