-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
20 additions
and
28 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
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 . | ||
|
@@ -118,13 +115,9 @@ jobs: | |
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