- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there an easy way to bind a fortran common to shared memory that has been previously allocated in a c++ procedure? This project has Ada, c++, c, and fortran code and uses gnatmake with --LINK=C++ as the linker in order to automatically perform ada and c++ elaborations at start up. The fortran libraries are hard coded into the gnatmake command line.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel Fortran supports a "dynamic common" feature that should do what you want. Please read about it in the compiler documentation.
Steve
Steve
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