Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 14, 2023
1 parent a2919be commit 0e5a4f6
Show file tree
Hide file tree
Showing 59 changed files with 30 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
du -hs ${HOME}/.cache/ccache
- name: FlameSheet debug test
working-directory: ./Exec/RegTests/FlameSheet
run: ./PeleLMeX3d.gnu.DEBUG.ex flamesheet-drm19.inp max_step=2 amr.plot_files_output=0 amr.checkpoint_files_output=0
run: ./PeleLMeX3d.gnu.DEBUG.ex flamesheet-drm19.inp amr.max_step=1 amr.plot_int=-1 amr.check_int=-1
- name: FlameSheet debug report
working-directory: ./Exec/RegTests/FlameSheet
run: |
Expand Down
File renamed without changes.
File renamed without changes.
12 changes: 7 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
name: PeleLMeX-Docs

on:
workflow_dispatch:
push:
branches: [development]
paths:
- 'Docs/**'
- 'README.md'
- '.github/workflows/docs.yml'
pull_request:
branches: [development]
paths:
- 'Docs/**'
- 'README.md'
- '.github/workflows/docs.yml'

jobs:
Docs:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Dependencies
run: |
#Currently ignoring doxygen
#export DEBIAN_FRONTEND=noninteractive
#sudo apt-get update
#sudo apt-get install -y --no-install-recommends doxygen graphviz
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme
- name: Configure
Expand All @@ -38,7 +40,7 @@ jobs:
echo "::remove-matcher owner=sphinx-problem-matcher-loose-no-severity::"
echo "::remove-matcher owner=sphinx-problem-matcher-loose::"
echo "::remove-matcher owner=sphinx-problem-matcher::"
touch ${{runner.workspace}}/build-docs/html/.nojekyll
touch ${{runner.workspace}}/build-docs/html/manual/html/.nojekyll
- name: Deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/development'
uses: JamesIves/github-pages-deploy-action@releases/v4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
61 changes: 0 additions & 61 deletions .github/workflows/old/codeql.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/old/docs.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion CMake/SetAmrexOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(USE_XSDK_DEFAULTS OFF)
set(AMReX_SPACEDIM "${PELELMEX_DIM}" CACHE STRING "Number of physical dimensions" FORCE)
set(AMReX_MPI ${PELELMEX_ENABLE_MPI})
set(AMReX_OMP ${PELELMEX_ENABLE_OPENMP})
set(AMReX_EB ON)
set(AMReX_EB ${PELELMEX_ENABLE_EB})
set(AMReX_PARTICLES ${PELELMEX_ENABLE_AMREX_PARTICLES})
set(AMReX_PLOTFILE_TOOLS ${PELELMEX_ENABLE_FCOMPARE})
set(AMReX_SUNDIALS OFF)
Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ option(PELELMEX_ENABLE_HYPRE "Enable Offload to Hypre" OFF)
set(PELELMEX_PRECISION "DOUBLE" CACHE STRING "Floating point precision SINGLE or DOUBLE")

# Physics options
option(PELELMEX_ENABLE_EB "Enable Embedded Boundary" ON)
option(PELELMEX_ENABLE_EB "Enable Embedded Boundary" OFF)
option(PELELMEX_ENABLE_EFIELD "Enable Electric field module" OFF)
option(PELELMEX_ENABLE_SOOT "Enable Soot module" OFF)
option(PELELMEX_ENABLE_PARTICLE "Enable particles" OFF)

# HPC options
option(PELELMEX_ENABLE_MPI "Enable MPI" OFF)
Expand Down
1 change: 0 additions & 1 deletion Exec/Cases/ChallengeProblem/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 3
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Cases/CounterFlow/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Cases/CounterFlowSpray/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Cases/DiffBunsen2D/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Cases/JetInCrossflow/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 3
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Cases/NormalJet_OpenDomain/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 3
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Cases/PremBunsen2D/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Cases/PremBunsen3D/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 3
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Cases/SwirlFlowWallInteractions/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 3
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Cases/TripleFlame/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = FALSE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Efield/FlameSheetIons/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = FALSE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Efield/IonizedAirWave/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = FALSE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/Efield/PremBunsen3DKuhl/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 3
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = FALSE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/EB_BackwardStepFlame/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/EB_EnclosedFlame/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/EB_EnclosedVortex/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/EB_FlowPastCylinder/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ AMREX_HYDRO_HOME ?= ${PELELMEX_HOME}/Submodules/AMReX-Hydro
DIM = 2
DEBUG = FALSE
PRECISION = DOUBLE
VERBOSE = FALSE
TINY_PROFILE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE
Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/EB_PipeFlow/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 3
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/EnclosedFlame/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = TRUE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/EnclosedInjection/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 3
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = FALSE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/FlameSheet/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/FlameSheet/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 3
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = FALSE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/HITDecay/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 3
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = FALSE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/HotBubble/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = FALSE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/PeriodicCases/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = FALSE
USE_HYPRE = FALSE

Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/SprayTest/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
DIM = 2
COMP = clang
PRECISION = DOUBLE
VERBOSE = FALSE
USE_EB = FALSE
USE_HYPRE = FALSE

Expand Down
Loading

0 comments on commit 0e5a4f6

Please sign in to comment.