-
Notifications
You must be signed in to change notification settings - Fork 23
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
make error #1
Comments
I will fix this. The CMake build system was pretty hokey. |
Turns out the version posted on github was actually old, and didn't reflect the latest svn repo. I am posting the full update including bug fixes soon. |
@crtrott that's because we posted the previous release versions of the codes unless they were owned. |
Jup I know :-). Got it almost fixed up. |
Ok pushed it. I removed the CMakeBuild system and replaced it with the default Kokkos GNU Make system. So it builds now like the Kokkos examples, or miniMD. Let me know if you run into any troubles.
|
Btw: you need at least GCC 4.7.2 For Cuda the minimum version is 7.5. |
Thank you! My CUDA is 6.5. If I don't use CUDA, it may work well. |
You can simply download a newer Cuda, but you would also need at least a GPU with compute capability 3.0. The compiler you used in your first post was only gcc 4.4.6. That one you need to upgrade. |
Hello,
miniAero is an interesting project.
I am trying to "make" the project, and I have finished the first step:
but when I try to "make", it reported errors:
Is there any problem with kokkos? Should I install the Kokkos first?
Thank you!
The text was updated successfully, but these errors were encountered: