DARMA-tasking-internal / darma-frontend

Header library providing the frontend programming model for the DARMA asynchronous many-task model
Other
7 stars 0 forks source link

create serialization package (and mpl, etc) #93

Open jjwilke opened 6 years ago

jjwilke commented 6 years ago

All components which could be independent reusable packages should be spun off into separate repos and load by the frontend as packages. Header-only projects should be still be exported as libraries that frontend/backend can depend on via target_link_libraries in the cmake.

dhollman commented 6 years ago

This should be addressed by #95. It will make it that much harder to download and build DARMA, though, so I suggest we create some automated way of doing so.

dhollman commented 6 years ago

@jjwilke This is done. Please review.