- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page