Adds four API calls to MPI to allow online and offline compression
- Clone this repo:
git clone https://github.com/jangeja94/CompressMPI.git CompressMPI
bash setup.bash
- Add the lines to your .bashrc or .bash_profile that were output at the end of setup.bash
source ~/.bashrc
orsource ~/.bash_profile
- Now everything should be built and compiled. Use mpi normally and you should be able to call MPI_Csend, MPI_Crecv, MPI_Csend_Online, MPI_Crecv_online from within your c files.