Mathematical Libraries
Use fpreproc if names are different (like “pspline” on the CRAY and “r8pspline” on the workstations)
If you are using older linear algebra routines from LINPACK, replace them by their newer LAPACK equivalence:
- On the CRAY check man intro_superseded for a list of the replacement for the obsolete functions.
On the PPPL unix cluster, the mathematical libraries can be found in /usr/local/lib (libnag.a, libimsl.a, liblapack.a)
Use the man pages and the unix command nm to find the name of the available routines in a library file:
- % nm /usr/local/lib/libimsl.a