https://github.com/spcl/libhear
https://github.com/spcl/libhear
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spcl/libhear
- Owner: spcl
- License: bsd-3-clause
- Created: 2023-08-27T04:39:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T11:19:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T02:00:17.393Z (over 1 year ago)
- Language: C++
- Size: 22.2 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```