Skip to content

Instantly share code, notes, and snippets.

@sriramkswamy
Created March 17, 2015 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sriramkswamy/09583bc374ba2ddeffb4 to your computer and use it in GitHub Desktop.
Save sriramkswamy/09583bc374ba2ddeffb4 to your computer and use it in GitHub Desktop.
The test trilinos code
#include <mpi.h>
#include <Teuchos_DefaultMpiComm.hpp> // wrapper for MPI_Comm
#include <Tpetra_Version.hpp> // Tpetra version string
int main(int argc, char *argv[])
{
std::cout << "Hello Trilinos!" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment