The library is at /usr/local/lib/libslatec.a and can be linked with
f90 test.f90 -lslatec -L'/usr/local/lib'
The library is in the default Cray T3E floating point precision, eight bytes (double precision IEEE floating point precision) and is simply called REAL in Fortran. Both the single precision and the double precision names are available, both corresponding to 16 significant decimal digits.
The machine specific routines D1MACH, I1MACH, R1MACH and XERHLT have been adapted for the T3E. The remaining machine specific routine FDUMP is at present a dummy, which makes nothing. Its purpose is to generate a dump.
Users on the T3E are encouraged to instead use the NAG library if at all possible, since that is a supported and optimized product. The SLATEC library has not been updated since 1993.
The machine specific routines D1MACH, I1MACH, R1MACH and XERHLT have been adapted for the SGI. The remaining machine specific routine FDUMP is at present a dummy, which makes nothing. Its purpose is to generate a dump.
The library is at /usr/local/num/libslatec.a and can be linked with
f90 test.f90 -lslatec -L'/usr/local/num'