Skip to content

Adds four API calls to MPI to allow online and offline compression

Notifications You must be signed in to change notification settings

jangeja/CompressMPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CompressMPI

Adds four API calls to MPI to allow online and offline compression

Steps for building and installing

  1. Clone this repo: git clone https://github.com/jangeja94/CompressMPI.git CompressMPI
  2. bash setup.bash
  3. Add the lines to your .bashrc or .bash_profile that were output at the end of setup.bash
  4. source ~/.bashrc or source ~/.bash_profile
  5. 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.

About

Adds four API calls to MPI to allow online and offline compression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published