Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

IFC analog to C's mmap() ?

algebra
Beginner
530 Views
How does one memory-map files in Fortran? (I know I can just call a C function to do it, but I'm wondering if there's a Fortran library that does that).
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
530 Views
Here is a wrapper module for using memory-mapped files using Windows API. You have to use the Cray (Integer) pointers (in the absence of ISO_C_BINDING module in IVF) to map the variables with the mapped memory though.
0 Kudos
Reply