Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 1.14 KB

README.md

File metadata and controls

76 lines (49 loc) · 1.14 KB

ParRes Kernels Experiment - MPI (Fig.9b)

This experiment runs a set of the ParRes Kernels as a microbenchmark for Granny's MPI implementation.

Start AKS cluster

Create a new cluster:

inv cluster.provision --vm Standard_D8_v5 --nodes 3 cluster.credentials

Granny

Deploy the cluster:

faasmctl deploy.k8s --workers=2

Upload the WASM file:

inv kernels-mpi.wasm.upload

and run the experiment with:

inv kernels-mpi.run.wasm

finally, delete the Granny cluster:

faasmctl delete

OpenMPI

Deploy the OpenMPI cluster:

inv kernels-mpi.native.deploy
inv kernels-mpi.run.native

finally, delete the OpenMPI cluster

inv kernels-mpi.native.delete

Plot

To plot the results, just run:

inv kernels-mpi.plot

the plot will be available in /plots/kernels-mpi/mpi_kernels_slowdown.pdf, we also include it below:

MPI Kernels Slowdown Plot

Clean-up

Finally, delete the AKS cluster:

inv cluster.delete