Skip to content

Instantly share code, notes, and snippets.

@joschuck
Last active March 27, 2016 10:59
Show Gist options
  • Select an option

  • Save joschuck/6a1dd316508502522b75 to your computer and use it in GitHub Desktop.

Select an option

Save joschuck/6a1dd316508502522b75 to your computer and use it in GitHub Desktop.
mpi
mpicc my_mpi_application.c -o my_mpi_application
mpirun -np 4 ./matrix_multiplication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment