Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update miniAero for Kokkos 3.0 promotion. #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

alanphumphrey
Copy link

These updates were tested on several platforms with OpenMP, Serial, Pthreads, and Cuda backends, with clang version 3.8.1-24 and g++ 6.3.0. Let me know if we want better coverage on compilers/platforms for other miniapp updates.

Now works with deprecated_code enabled or disabled.

Alan Humphrey added 5 commits July 17, 2019 13:44
Fix CXX path to point to standard Kokkos install location for nvcc.

Update KOKKOS_ARCH for more recent CUDA Compute Capability.
Fixes compiler error: cannot call member function ‘void Kokkos::<Space>::fence() const’ without object.
…s turned off.

Add KOKKOS_OPTION disable_deprecated_code to Makefile. Will reset this when miniAero is fully refactored.
@alanphumphrey
Copy link
Author

Should the Device::fence(); --> Device().fence(); changes simply become Kokkos::fence()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant