Differences between revisions 4 and 5
Revision 4 as of 2022-09-26 11:08:43
Size: 2379
Editor: JohnWeirich
Comment:
Revision 5 as of 2022-09-26 11:09:23
Size: 2379
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
csh AACOMPILE.TXT // Complies all .f files and puts them in ./bin/ csh AACOMPILE.TXT // Compiles all .f files and puts them in ./bin/

Commands to compile .f files for SPC

From SPC source directory

csh AAmake__COMMON_objects.txt 
csh AAmake_COMMON_library.txt // This and the above command make COMMON.a
csh AACOMPILE.TXT             // Compiles all .f files and puts them in ./bin/

Now you can copy the executables in ./bin to /usr/local/bin/

Absolute Minimum Files in a Working Directory

Typical thing needed

Local configuration files and tool shortcuts

  • maps -- link to the input files typical used as inputs for bigmap

  • lsupport -- local directory for an individual's input files, unique to this directory

  • scripts -- common scripts and seed files

  • support -- common directory that holds scripts and minor tools

== Usable Temporary Files == These are generated by a variety of different tools. They are useful, but can be overwritten or deleted as required.

Typical Things That Can Be Removed

In addition, if a user has created temporary files or logs, these can be removed.

Working_directories (last edited 2022-09-26 11:09:23 by JohnWeirich)