搜索资源列表
int
- /* The following is an example of an MPI code written in C. */ /* The application opens an output file for each processor */ /* named OutFile.n where n is the processor number, writes */ /* an array of ints to the file, then closes the file. -