forked from ECP-WarpX/WarpX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into apply_constant_fields_directly
- Loading branch information
Showing
177 changed files
with
1,081 additions
and
969 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,6 @@ jobs: | |
env: | ||
CXXFLAGS: "-Werror" | ||
CMAKE_GENERATOR: Ninja | ||
# setuptools/mp4py work-around, see | ||
# https://github.com/mpi4py/mpi4py/pull/159 | ||
# https://github.com/mpi4py/mpi4py/issues/157#issuecomment-1001022274 | ||
SETUPTOOLS_USE_DISTUTILS: stdlib | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
|
@@ -75,7 +71,8 @@ jobs: | |
-DAMReX_CUDA_ERROR_CAPTURE_THIS=ON | ||
cmake --build build_sp -j 2 | ||
python3 -m pip install --upgrade pip setuptools wheel | ||
python3 -m pip install --upgrade pip | ||
python3 -m pip install --upgrade build packaging setuptools wheel | ||
export WARPX_MPI=ON | ||
export PYWARPX_LIB_DIR=$PWD/build_sp/lib/site-packages/pywarpx/ | ||
python3 -m pip wheel . | ||
|
@@ -111,20 +108,16 @@ jobs: | |
which nvcc || echo "nvcc not in PATH!" | ||
git clone https://github.com/AMReX-Codes/amrex.git ../amrex | ||
cd ../amrex && git checkout --detach da79aff8053058371a78d4bf85488384242368ee && cd - | ||
cd ../amrex && git checkout --detach d36463103daed09a40cdea235041a6ab79ff280c && cd - | ||
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_PSATD=TRUE USE_CCACHE=TRUE -j 2 | ||
build_nvhpc21-11-nvcc: | ||
name: [email protected] NVCC/NVC++ Release [tests] | ||
runs-on: ubuntu-20.04 | ||
if: github.event.pull_request.draft == false | ||
env: | ||
# For NVHPC, Ninja is slower than the default: | ||
#CMAKE_GENERATOR: Ninja | ||
# setuptools/mp4py work-around, see | ||
# https://github.com/mpi4py/mpi4py/pull/159 | ||
# https://github.com/mpi4py/mpi4py/issues/157#issuecomment-1001022274 | ||
SETUPTOOLS_USE_DISTUTILS: stdlib | ||
#env: | ||
# # For NVHPC, Ninja is slower than the default: | ||
# CMAKE_GENERATOR: Ninja | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
|
@@ -175,7 +168,8 @@ jobs: | |
# https://github.com/mpi4py/mpi4py/issues/114 | ||
#export CFLAGS="-noswitcherror" | ||
#python3 -m pip install --upgrade pip setuptools wheel | ||
#python3 -m pip install --upgrade pip | ||
#python3 -m pip install --upgrade build packaging setuptools wheel | ||
#export WARPX_MPI=ON | ||
#export PYWARPX_LIB_DIR=$PWD/build/lib/site-packages/pywarpx/ | ||
#python3 -m pip wheel . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.