Changes between Version 1 and Version 2 of mpich/point_to_point/demo3


Ignore:
Timestamp:
Jun 13, 2008, 2:57:32 PM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpich/point_to_point/demo3

    v1 v2  
    3434    MPI_Send(message, 20, MPI_CHAR, 0, 99, MPI_COMM_WORLD);
    3535    printf("I am %d \n", myrank);
    36     printf("I send '%s\n\n ", message);
     36    printf("I send %s\n\n ", message);
    3737  }
    3838  MPI_Finalize();