Changes in this patch: New file: proteus-V3/bin/install-proteus Creates a new instantiation of Proteus (from an already installed version). This is useful for setting up new users or new Proteus directories based on the master copy. Engine files are symbolically linked to save space (they are also read-only). User-specific files are copied (including *.param and UserMake). proteus-V3/engine/queens.ca Now has a default argument so that it runs fine if users leave off the command-line argument. proteus-V3/engine/mem.param Changed the default amount of shared-memory per node from 2^12 (4K) to 2^14 (16K). For some values of the command-line argument, queens would run out of memory with only 4K. proteus-V3/engine/versions This file contains the RCS version numbers of the files in the engine subdirectory. It simply reflects the changes for mem.param and queens.ca. This patch must be applied with the -p argument: patch -p < V3toV3.01 and must be run from the directory containing the proteus-V3 directory. Eric Brewer February 24, 1993