-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3125: Document Correlator.result() r=jngrad a=pkreissl Fixes #2997 Description of changes: - Document `result` method of `Correlator` class. Documentation done by @christophlohrmann. 3132: Core: Use slightly smaller value when adjusting max skin in tune_skin r=jngrad a=RudolfWeeber @jngrad, this removes one potential issue with the p3m benchmark. 3133: CI: The cuda no_gpu test doesn't need a gpu runner r=jngrad a=RudolfWeeber Fixes # Description of changes: - PR Checklist ------------ - [ ] Tests? - [ ] Interface - [ ] Core - [ ] Docs? Co-authored-by: Christoph Lohrmann <[email protected]> Co-authored-by: Patrick Kreissl <[email protected]> Co-authored-by: Rudolf Weeber <[email protected]>
- Loading branch information
Showing
5 changed files
with
29 additions
and
27 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 |
---|---|---|
|
@@ -478,7 +478,6 @@ check_cuda_maxset_no_gpu: | |
tags: | ||
- docker | ||
- linux | ||
- cuda | ||
|
||
|
||
check_with_odd_no_of_processors: | ||
|
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