Topic: CHRPAK module usage question
I note that the documentation for the new, excellent-looking, CHRPAK package, includes the following:
"This distribution has been updated to place
everything in the "chrpak" module.
The developer must "use chrpak" rather
than just call the subroutines and functions
as implied by the homepage."
I note that, in order to use CHRPAK, one must "USE" it.
Does this mean that the entire source or this library will then have to be compiled, linked, loaded. even when only calling a single subroutine from it in the main program code?
---
J.