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

https://github.com/spcl/libhear


https://github.com/spcl/libhear

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Homomorphic MPI

## Getting started

```
make
mpicxx test.cpp -o test
LD_PRELOAD=$(pwd)/libhear.so mpirun -np 2 ./test
```