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

dynamic common

jim_woodward
Beginner
1,413 Views
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.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,413 Views
Intel Fortran supports a "dynamic common" feature that should do what you want. Please read about it in the compiler documentation.

Steve
0 Kudos
Reply