kokkos / kokkos-tutorials

Tutorials for the Kokkos C++ Performance Portability Programming Ecosystem
Other
271 stars 95 forks source link

modernize the heat simulation with cmake #68

Closed DSMishler closed 1 year ago

DSMishler commented 1 year ago

Change build of mpi heat conduction to CMake.

I have a brief text file that shows the extra steps I took to compile. I can add it upon request.

Before this is merged, I might CMake-ify some of the other Examples.

I could be talked out of removing the Makefile in some of the main exercises because it might still be relevant for those who are watching the kokkos_tutorials lectures.

Daniel

DSMishler commented 1 year ago

Closing this PR. Opening PR#69 instead.