Skip to content

Instantly share code, notes, and snippets.

@cisco-usnic-bot
Created June 5, 2015 11:54
Show Gist options
  • Save cisco-usnic-bot/ca76deabaf27e4dc8231 to your computer and use it in GitHub Desktop.
Save cisco-usnic-bot/ca76deabaf27e4dc8231 to your computer and use it in GitHub Desktop.
this is the run mtt script
#!/bin/sh -x
base="$HOME/svn/mtt/client/mtt --file $HOME/svn/ompi-tests/cisco/mtt/usnic-trunk-oshmem.ini --scratch ~/mtt-scratch --verbose"
$base --mpi-get --section svn
$base --mpi-install --section gnu-standard
$base --test-get --section oshmem
$base --test-build --section oshmem
#$base --test-run --section oshmem --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment