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

== 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)