BUILDING the PROPAK PROGRAM PACKAGE ----------------------------------- The code is written in a standard Fortran dialect that should compile unchanged on most machines. Sample scripts to compile, build an object library and link executables are in subdirectories named for machine type (currently dec and sgi). Note the include file sizes.i which contains the master array dimensions used throughout the package. If you are using an SGI workstation and some or all of the executables fail via a segmentation fault, check the limits for your processes by issuing the "limit" command at the C shell prompt. Most SGI machines seem to have these limits set to quite small values for ordinary users. To eliminate the problem issue the commands "limit filesize unlimited", "limit datasize unlimited" and "limit stacksize unlimited". These same commands can also be put in your .cshrc to be run at login time.