Skip to content

DARMA-tasking-internal/darma-futures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DARMA futures library

The DARMA futures library provides type-safe concurrency for implementing distributed memory tasking and load balancing. DARMA provides a frontend header-only library. This distribution also includes a default MPI backend implementing the runtime.

Building only requires an MPI C++ compiler

cmake ${srcdir} \
  -DCMAKE_CXX_COMPILER=${mpi_compiler} \
  -DCMAKE_INSTALL_PREFIX=${install}

Aftering running make install, both the header library and default MPI runtime will be installed. Applications using DARMA will simply need to load the installed darma CMake package.

License

License

Contact information

Questions? Contact Jeremiah Wilke (jjwilke@sandia.gov)

About

Repo for the proposed DARMA model using futures and expiring values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors