Skip to content

Commit

Permalink
KOKKOS_DISABLE_WARNINGS (#791)
Browse files Browse the repository at this point in the history
* setenv("KOKKOS_DISABLE_WARNINGS", "TRUE", 1);

* Update CHANGELOG.md

Co-authored-by: Thomas A. Gardiner <[email protected]>
Co-authored-by: Jonah Miller <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2022
1 parent 249acbb commit e0fa8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- [[PR 716]](https://github.com/lanl/parthenon/pull/716) Remove unneeded assert from ParArrayND

### Infrastructure (changes irrelevant to downstream codes)
- [[PR 791]](https://github.com/parthenon-hpc-lab/parthenon/pull/791) Set KOKKOS_DISABLE_WARNINGS=TRUE
- [[PR 777]](https://github.com/parthenon-hpc-lab/parthenon/pull/777) New action: check PR dependencies & warn until requirements merged
- [[PR 772]](https://github.com/lanl/parthenon/pull/772) Trigger short CI only for PRs and remove old SpaceInstances test
- [[PR 757]](https://github.com/lanl/parthenon/pull/757) Move to flux correction in-one and unify with bvals
Expand Down
2 changes: 1 addition & 1 deletion tst/catch2_define.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
// parsed.
for (auto i = 1; i < argc; i++) {
if (std::string(argv[i]) == "--list-test-names-only") {
setenv("KOKKOS_DISABLE_WARNINGS", "ON", 1);
setenv("KOKKOS_DISABLE_WARNINGS", "TRUE", 1);
}
}

Expand Down

0 comments on commit e0fa8e4

Please sign in to comment.