GSLIB source code and DOS executable
can be downloaded in several versions:
F90 executables for 32bit (or
for 64bit)
Latest version - necessary for WinGslib.
F90 source code
Latest version. The code uses dynamic array allocation to minimize the
hardwiring of the parameters within the code. This minimizes the resetting of
parameters and the recompiling of the code involved in making an executable to
fit the data at hand.
F90 source code (Linux)
Slightly modified version and Makefiles for Linux. Has been tested on Red Hat
on x64.
F90 executables (Linux x64)
Compiled on Red Had with the free compiler g95.
F77 source code and executables (DOS)
F77 source code (Linux)
This is exactly the same version as the one contained in the DOS version, but
we added the Makefiles used to generate the executables. We are using GNU's f77.
F77 executables (Linux)
Compiled on Linux Red Hat. Only very limited testing has been done, this
is provided only as convenience.
F77 executables (SunOS 2.6)
We have compiled the Fortran 77 version
of GSLIB on SunOS 2.6 with gcc 2.58. As for the Linux version, very limited
testing has been done