How do I access the IMSL Library on Strauss? When I attempt "f77
-limsl" I get several errors.
On Strauss one must use the compile statement:
f77 [progname] -L/opt/lib -lnsl -lsocket -limsl
The switch -L/opt/lib can be omitted if it is included in the LD_LIBRARY_PATH environment variable.
October 23, 1994