forked from ECP-WarpX/WarpX
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from hklion/HSdevmerge_231128
Harris sheet merge to development
- Loading branch information
Showing
467 changed files
with
14,378 additions
and
5,657 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 23.09 && cd - | ||
cd ../amrex && git checkout --detach 9e35dc19489dc5d312e92781cb0471d282cf8370 && 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
Oops, something went wrong.