Skip to content
Snippets Groups Projects
Unverified Commit d6ffa7ca authored by Niclas Jansson's avatar Niclas Jansson Committed by GitHub
Browse files

Update README.md

parent aa30af07
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ MPI I/O is used so that results can be written to the same file in parallel. Tak ...@@ -30,7 +30,7 @@ MPI I/O is used so that results can be written to the same file in parallel. Tak
The simplest solution is likely to be for you to create a character buffer, and then use the MPI_File_write_at function. The simplest solution is likely to be for you to create a character buffer, and then use the MPI_File_write_at function.
# Exercise 2 - MPI I/O and dervied types # Exercise 2 - MPI I/O and derived types
Take the serial stl reader and modify it such that the stl file is read (and written) in parallel using collective MPI I/O. Use derived types such that the file can be read/written with a maximum of 3 I/O operations per read and write. Take the serial stl reader and modify it such that the stl file is read (and written) in parallel using collective MPI I/O. Use derived types such that the file can be read/written with a maximum of 3 I/O operations per read and write.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment