-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Some questions #9
Comments
Hi @markcmiller86 ! Thanks for the interest 😃
Me and Fotis (the students) are OK licensing this using MIT license (or any other permissive license). However, I have also forwarded the question to the UPC/BSC professors who taught the course: In case there are no objections, it'll be MIT over the next few days.
I haven't been a big user of these frameworks in the past few years :) However, I'd like to do basic maintenance on this code to (1) make it current and (2) make it work properly. In case you encounter any issues, please do let us know and we'll try to fix it! |
@joaomlneto thanks for reply and quick response. I downloaded and used the mpi version a bit yesterday. Its great!! I love a resource like this becuase it is kinda sorta the hello world of numerical libraries. After considering options, however, I've decided I need to work from a different code base towards a similar goal; 1D heat equation implementations for serial, OMP parallel, MPI parallal, Cuda Parallel, and with performance portability layers like Raja, Kokkos, Legion, as well incuding performane counters. This is all part of two parallel efforts to demonstrate and train developers in the use of ECP project Continuous Integration resources and to train early career developers in the use of numerical libraries. |
The text was updated successfully, but these errors were encountered: