Parallel I/O and OpenMP
If your I/O is done in a C routine
Normal file descriptor based I/O will fight for access to the file pointer.
Use open() and mmap() and operate on segments of the memory mapped file in a PARALLEL DO region.
Previous slide
Next slide
Back to first slide
View graphic version