Skip to content

Instantly share code, notes, and snippets.

@sebhtml
Created February 9, 2013 21:57
Show Gist options
  • Save sebhtml/4747288 to your computer and use it in GitHub Desktop.
Save sebhtml/4747288 to your computer and use it in GitHub Desktop.
Hi Nick Loman,
Can you run these 3 tests and tweet the average and standard deviation reported in NetworkTest on Twitter ?
# Test with no virtual network
mpiexec -n 64 Ray -test-network-only -o test-default
# Test with a virtual torus network
mpiexec -n 64 Ray -test-network-only -o test-torus-64 -route-messages -connection-type torus -routing-graph-degree 4
# Test with a virtual polytope network
mpiexec -n 64 Ray -test-network-only -o test-polytope-64 -route-messages -connection-type polytope -routing-graph-degree 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment