mmore500 / conduit

C++ library that wraps intra-thread, inter-thread, and inter-process communication in a uniform, modular, object-oriented interface, with a focus on asynchronous high-performance computing applications.
https://conduit.fyi
MIT License
13 stars 4 forks source link

Use CMake to create Makefiles #73

Open rodsan0 opened 4 years ago

rodsan0 commented 4 years ago

This will allow getting rid of MPI as a dep when multi-thread support isn't needed. We would also get multi-platform support for free.