Fortran dynamic libraries, load at runtime?
问题 Is it possible to have a Fortran program load a Fortran library at run time? If so, would it be possible to modify a function and recompile only the library to have the originally-compiled program call the modified function in the library at run time? If anyone can provide a minimal working example of how this could be achieved that would be great. 回答1: Here are some few links that can be helpfull: This page on rosettacode.org which gives complete example with details and discuss