Changes between Version 24 and Version 25 of DRM4G/Tutorial
- Timestamp:
- Jun 26, 2016 7:54:22 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v24 v25 192 192 === Code === 193 193 {{{ 194 #!c 194 #!cpp 195 195 #include <stdio.h> 196 196 #include <string.h> … … 237 237 {{{ 238 238 #!cpp 239 #include "mpi.h"240 #include <stdio.h>241 #include <math.h>242 243 int main( int argc, char *argv[])239 #include "mpi.h" 240 #include <stdio.h> 241 #include <math.h> 242 243 int main( int argc, char *argv[]) 244 244 { 245 245 int done = 0, n, myid, numprocs, i;