next up previous contents
Next: CUTEr tools Up: Installation and usage Previous: Adding a new tool   Contents

User-modifiable parts

Nearly all the Fortran source files, stored in $CUTER/common/src/tools, have user-modifiable parts. These parts are not directly included in the Fortran source code, but cast prior to compilation. The files containing the user-modifiable data are tools.siz and sifdec.siz. After the initial installation, these files will be found in the CUTEr directory $MYCUTER/[single|double]/config. If modified, the CUTEr distribution may be rebuilt using the new parameter values by the rebuild script, located in $CUTER/build/scripts.

Some Fortran source files, like clsf.f and slct.f, have hardcoded user-modifiable parts. These are usually located at the top of the file, between banners, such as

C----- THE FOLLOWING SPECIFICATIONS MAY BE MODIFIED BY THE USER -----

and

C-------- END OF THE USER MODIFIABLE SPECIFICATION ----------



Dominique Orban 2005-03-24