Skip to content

Commit

Permalink
fix amrex path
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Dec 5, 2023
1 parent 41c5d1b commit 1cf10b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
- name: Repo Dependencies
run: Utils/CloneDeps.sh
- name: Build
env:
PELELMEX_HOME: ${GITHUB_WORKSPACE}
working-directory: ./Exec/RegTests/EB_PipeFlow/
run: |
make TPL COMP=gnu USE_MPI=TRUE
Expand Down Expand Up @@ -142,6 +140,8 @@ jobs:
make -j 2 COMP=gnu
./PeleTurb3d.gnu.ex input hit_file=../../HITDecay/hit_ic_4_32.dat input_ncell=32
- name: Build
env:
AMREX_HOME: ${GITHUB_WORKSPACE}/Submodules/amrex
working-directory: ./Exec/RegTests/TurbInflow/
run: |
make TPL COMP=gnu USE_MPI=TRUE DEBUG=TRUE
Expand Down Expand Up @@ -172,8 +172,8 @@ jobs:
run: Utils/CloneDeps.sh
- name: Build AMReX Tools
env:
AMREX_HOME: ${GITHUB_WORKSPACE}/build/amrex
working-directory: ./build/amrex/Tools/Plotfile
AMREX_HOME: ${GITHUB_WORKSPACE}/Submodules/amrex
working-directory: ./Submodules/amrex/Tools/Plotfile
run: |
make
- name: Build PeleLMeX
Expand All @@ -184,7 +184,7 @@ jobs:
- name: Run
working-directory: ./Exec/RegTests/SprayTest/
run: |
cp ${GITHUB_WORKSPACE}/build/amrex/Tools/Plotfile/fcompare.gnu.ex .
cp ${GITHUB_WORKSPACE}/Submodules/amrex/Tools/Plotfile/fcompare.gnu.ex .
sed -i "s/mpiexec -n 1/mpiexec -n 2/g" multiRuns.py
./multiRuns.py
./compareOutput.py
1 change: 0 additions & 1 deletion Utils/CloneDeps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash

echo "Getting PeleLMeX dependencies - tests ... "
export PELELM_HOME=${PWD}/..
git submodule init
git submodule update

0 comments on commit 1cf10b4

Please sign in to comment.