Skip to content

Commit

Permalink
Update run-grdzhadzha-tests-clang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrady authored Aug 15, 2023
1 parent d3857ee commit 76eade2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run-grdzhadzha-tests-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
CHOMBO_HOME: ${{ github.workspace }}/../../Chombo/lib
OMP_NUM_THREADS: 1
OMPI_CXX: clang++
GRCHOMBO_HOME: ${{ github.workspace }}/GRChombo
GRCHOMBO_SOURCE: ${{ github.workspace }}/GRChombo/Source

steps:
- name: Checkout Chombo
Expand All @@ -20,8 +22,14 @@ jobs:
- name: Checkout GRChombo
uses: actions/checkout@v3
with:
repository: GRChombo/GRChombo
path: GRChombo

- name: Checkout GRDzhadzha
uses: actions/checkout@v2
with:
path: GRDzhadzha

- name: Update package manager database
id: update-database
continue-on-error: true
Expand All @@ -40,7 +48,7 @@ jobs:

- name: Build Chombo
run: |
cp $GITHUB_WORKSPACE/GRChombo/InstallNotes/MakeDefsLocalExamples/ubuntu-clang.Make.defs.local $CHOMBO_HOME/mk/Make.defs.local
cp $GRCHOMBO_HOME/InstallNotes/MakeDefsLocalExamples/ubuntu-clang.Make.defs.local $CHOMBO_HOME/mk/Make.defs.local
make -j 4 AMRTimeDependent AMRTools BaseTools BoxTools
working-directory: ${{ env.CHOMBO_HOME }}

Expand Down

0 comments on commit 76eade2

Please sign in to comment.