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

Incomplete CMake config #673

Open
stgeke opened this issue Jul 8, 2022 · 4 comments · May be fixed by #1181
Open

Incomplete CMake config #673

stgeke opened this issue Jul 8, 2022 · 4 comments · May be fixed by #1181

Comments

@stgeke
Copy link

stgeke commented Jul 8, 2022

Important options are missing

  • HIP
  • Umpire
  • enable-device-malloc-async
  • enable-gpu-aware-mpi
  • ...
@lahwaacz
Copy link

IMHO there should be only one build system supported, otherwise they will always diverge at some point. Is there a reason to keep the configure script and Makefiles instead of moving towards CMake?

@rfalgout
Copy link
Contributor

Hi @stgeke and @lahwaacz . We are working on the CMake support for this. Regarding having two build systems, I agree that it is difficult to support two, and it would be better from a maintenance point-of-view to only have one. However, for the moment we will need to continue this way because we have important customers who use the autoconf system (our original build system) and we want to make sure they have migrated over to CMake before we consider dropping autoconf. Also, our main developers are more familiar with autoconf and it will take some time for us to fully embrace CMake as our primary build tool, but that is the plan.

However, please tell us when you find inconsistencies or problems with either system. It is very helpful. Thanks!

@streeve
Copy link
Contributor

streeve commented Aug 3, 2023

We are hoping to use HIP through CMake, but are also looking into selectively supporting autotools builds (see ECP-copa/Cabana#658). Any updates here or thoughts on whether we could plausibly help with adding HIP CMake support?

@stgeke
Copy link
Author

stgeke commented Feb 17, 2024

Any updates on this? In particular HIP + CMake support.

@victorapm victorapm linked a pull request Nov 9, 2024 that will close this issue
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 a pull request may close this issue.

4 participants