To use the module, make sure to add the following flag after your source, in the compile line
-logpf
And the following in your source:
USE OGPF
Also, this package uses an explicit dependence on libgfortran.so
, due to which it will block any upgrades to it. So remember to uninstall this package before updates to gcc. This rebuild/install is necessary for two reasons:
- .mod files are highly dependent on the version of the compiler.
- The directory that .mod files are read from depend on the version too.
Pinned Comments
physkets commented on 2018-08-05 09:51 (UTC) (edited on 2018-08-05 09:53 (UTC) by physkets)
To use the module, make sure to add the following flag after your source, in the compile line
And the following in your source:
Also, this package uses an explicit dependence on
libgfortran.so
, due to which it will block any upgrades to it. So remember to uninstall this package before updates to gcc. This rebuild/install is necessary for two reasons: