Source repository for Foldi, von Csefalvay and Perez (2020), JAMPI: efficient matrix multiplication in Spark using Barrier Execution Mode.
To build the paper, go to the /paper
folder, and use the make
function:
make distill
: returns camera-ready PDFmake plots
: renders automated figuresmake snapshot
: creates a snapshot PDF, appending the Github hash to the filenamemake view
: opens typeset filemake clean
: removes TeX compilation artifacts
The MPI code used for matrix multiplication and referenced in this paper can be found in the MPI Matrix Multiplication repository