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

First CMake release #35

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open

Conversation

sanguinariojoe
Copy link

@sanguinariojoe sanguinariojoe commented Nov 15, 2018

Welcome to 2001! :-)

Not much to say... I created a CMake compilation system, which is basically emulating your Makefile. There are some features pending (like Doxygen doc generation), but I would say is a good starting point

I tested it a bit, but more testing is obviously welcomed! You can do that typing:

git clone https://github.com/sanguinariojoe/gpusph -b cmake
# Build in a separate folder... Yes, a CMake superpower!
mkdir gpusph.build
cd gpuphs.build
ccmake ../gpusph/

The important variables are GPUSPH_PROBLEM, GPUSPH_USE_MPI, GPUSPH_USE_HDF5 and GPUSPH_USE_CHRONO

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