Skip to content

Commit

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

steps:
- name: Checkout Chombo
Expand All @@ -19,8 +21,14 @@ jobs:
- name: Checkout GRChombo
uses: actions/checkout@v2
with:
repository: GRChombo/GRChombo
path: GRChombo

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

- name: Install Chombo dependencies
run: |
sudo apt-get update
Expand All @@ -37,7 +45,7 @@ jobs:
- name: Build Chombo
run: |
source /opt/intel/oneapi/setvars.sh
cp $GITHUB_WORKSPACE/GRChombo/InstallNotes/MakeDefsLocalExamples/intel-classic-no-hdf5-minimal.Make.defs.local $CHOMBO_HOME/mk/Make.defs.local
cp $GRCHOMBO_HOME/InstallNotes/MakeDefsLocalExamples/intel-classic-no-hdf5-minimal.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 f0e0f79

Please sign in to comment.