Skip to content

Instantly share code, notes, and snippets.

@MatiasVara
Last active March 30, 2023 11:38
Show Gist options
  • Save MatiasVara/bdf267979db6a5492a54da1cd2a7da5c to your computer and use it in GitHub Desktop.
Save MatiasVara/bdf267979db6a5492a54da1cd2a7da5c to your computer and use it in GitHub Desktop.
This gists presents how to run the MPIReduce example on Toro

You require to install docker and KVM before to run these commands:

docker pull torokernel/toro-kernel-dev-debian-10
docker run --privileged --rm -it torokernel/toro-kernel-dev-debian-10
cd examples/MPI
make
../CloudIt.sh MpiReduce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment