-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable unused kokkos-kernel components & 5D collision operator (koli…
…op) update v0.0.17 (all to all collisions) - Update koliop to support collisions of all species against all species for a single operator instance. The Fortran version expect the code to process collisions against only one species as the work is parallelized on species across ranks. - Until now, the only consumer of kk kernels is the 5D collision operator (koliop). This should change in the coming month. To anticipate the change and smooth outhe usage kk kernels, we are no longer pulling in through CMake's fetchcontent inside of koliop, instead we have a kk kernels submodule. Koliop uses the submodule kk kernels and future kk kernels users are expected to use that too. NOTE: we probably want to keep kk kernels and kkos in sync. See merge request gysela-developpers/gyselalibxx!437 -------------------------------------------- Co-authored-by: Etienne Malaboeuf <eti.malaboeuf@gmail.com>
- Loading branch information
1 parent
044df67
commit a584354
Showing
7 changed files
with
17 additions
and
5 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/build*/ | ||
*.pyc | ||
/log.build.* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/D_INPUT*/ |
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
Submodule kokkos-kernels
added at
1b0a15
Submodule koliop
updated
from 4a4f44 to b2bf0c