Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eschnett/funhpc.cxx

FunHPC: Functional HPC Programming
https://github.com/eschnett/funhpc.cxx

cplusplus framework functional-programming hpc mpi qthreads task-based

Last synced: about 1 month ago
JSON representation

FunHPC: Functional HPC Programming

Awesome Lists containing this project

README

        

FunHPC: Functional HPC Programming
==================================

.. image:: https://travis-ci.org/eschnett/FunHPC.cxx.svg?branch=master
:target: https://travis-ci.org/eschnett/FunHPC.cxx

.. image:: https://coveralls.io/repos/github/eschnett/FunHPC.cxx/badge.svg?branch=master
:target: https://coveralls.io/github/eschnett/FunHPC.cxx?branch=master

This is FunHPC.cxx, a C++ library that provides fine-grained
multi-threading for distributed-memory systems in a functional
programming style.

Comments and contributions are welcome.