Created
March 17, 2015 17:31
-
-
Save sriramkswamy/09583bc374ba2ddeffb4 to your computer and use it in GitHub Desktop.
The test trilinos code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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