source: CIVL/examples/mpi/simple/noInit.c@ 08299ed

1.23 2.0 main test-branch
Last change on this file since 08299ed was a9a9973, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

added test for examples from tass/examples/simpleMPI.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@2147 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 89 bytes
Line 
1#include<mpi.h>
2
3int myrank;
4
5void main() {
6 MPI_Comm_rank(MPI_COMM_WORLD, &myrank);
7}
Note: See TracBrowser for help on using the repository browser.