|
Computer Program FRESCO |
Fresco InstallationTo unpack FRESCO:de-compress and un-tar the received file by entering: You then have a directory fres containing four sub-directories: source, man, test and util. The source/ directory contains : Fortran files *.f, The test/ directory contains : at least 6 test jobs xeta, lane20 & f19xfr, e80f49b, on2 & be11 their various outputs SUN/*.out
The man/ directory contains the instruction manual in latex:
To compile FRESCO 1) Enter fres/source, and then edit the Makefile for your target machine, by setting the FC variable to your compiler and FFLAGS to your preferred compiler options The script 'mk' attempts to guess the correct FC setting AND compile in a subdirectory named by ARCH-FC where ARCH is your local architecture type from command 'arch'. (if 'mk' does not run, change the first line to point to your tcsh found by 'where tcsh') 2) Compile the subroutines required by: make
3) Install, to copy fresco and sfresco to ~/bin/`arch`
(or some other binary directory of your choice)
4) Clean up, with: make clean To run FRESCO 1) Enter test/ directory.
2) The scripts include commands to construct temporary 'data' files.
3) To save the output in a file .e.g. `out', run the scripts by 4) If you have separate `data' or `in' files, the command is fresco < lane20.in > lane20.out 5) To save any other output files from fresco, e.g. fort.16 for
cross sections,
The file fort.16 may have to be called for016.dat on some machines. Please let me know if you have any questions or problems:
I.Thompson@surrey.ac.uk |