Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 126 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 126 Bytes

Homomorphic MPI

Getting started

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