sy$ush1:[seedis.cotools]howto.rof 8/7/84 how to relink codata tools: 1. relinking all the tools, if no changes in source code: a. log in as SEEDIS. set default to [seedis.cotools] b. submit/keep/noprint maketools New copies of all the tools will be in [seedis.cotools.new]. If the log file (in [seedis]maketools.log looks OK, c. rename [seedis.cotools.new]*.* to [seedis.cotools.bin]. To test, type d. cotest before invoking desired tool. 2. relinking one tool, if no change in source code: a. log in as SEEDIS. set default to [seedis.cotools.new] b. cotest c. cobig For examples, see [seedis.cotools]maketools.com. d. rename [seedis.cotools.new]*.* to [seedis.cotools.bin]. To test, type e. cotest before invoking desired tool. 3. updating source code and libraries. a. log in as SEEDIS. set default to [seedis.cotools]. b. Deane Merrill's RATFOR routines are in cotools.r. Corresponding FORTRAN in cotools.for. Corresponding library in allsubs.olb. Modify update.com appropriately and run it. Please consult Deane Merrill before using this command file. c. Bob Healey's FORTRAN routines are in [seedis.healey]*.for and seed.olb. Routines used only by the codata tools are in [seedis.cotools]seed1.for. Copies of all routines are in [seedis.cotools]seed.olb and seed1.olb. Please consult Deane Merrill before changing these files. To update these libraries, for example with a new version of codcomp.for: set def [seedis.cotools] for/debug/noopt/nolist [seedis.healey]codcomp.for ar uv seed1.for codcomp.for libr/repl seed1.olb codcomp.obj rm codcomp.for codcomp.obj d. After changing source code and libraries, link as in #2 above.