Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2016-05-19 09:13:42
Size: 348
Editor: EricPalmer
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 1: Line 1:
== 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/
}}}
Line 2: Line 9:
Now you can copy the executables in ./bin to /usr/local/bin/
Line 6: Line 14:
 [[BIGFILES]]
 [[BIGLIST.TXT]]
 [[DATA]]
 [[IMAGEFILES]]
 [[INIT_LITHOS.TXT]]
 [[LMKFILES]]
 [[LMRKLIST.TXT]]
 [[MAPFILES]]
[[NOMINALS]]
 [[SUMFILES]]
 [[PICTLIST.TXT]]
 [[SHAPEFILES]]
    [[SHAPE.TXT]]
 * [[BIGFILES]]
 * [[BIGLIST.TXT]]
 * [[DATA]]
 * [[IMAGEFILES]]
 * [[INIT_LITHOS.TXT]]
 * [[LMKFILES]]
 * [[LMRKLIST.TXT]]
 * [[MAPFILES]]
 * [[make_sumfiles.txt]]
 *
[[NOMINALS]]
 * [[SUMFILES]]
 * [[PICTLIST.TXT]]
 * [[SHAPEFILES]]
    * [[SHAPE.TXT]]
Line 23: Line 32:
 * [[BIGFILES]]
 * [[BIGLIST.TXT]]
 * [[DATA]]
 * [[IMAGEFILES]]
 * [[INIT_LITHOS.TXT]]
 * [[LMKFILES]]
 * [[LMRKLIST.TXT]]
 * [[LMRKLISTX.TXT]]
 * [[MAPFILES]]
 * [[make_sumfiles.txt]]
 * [[make_sumfiles.in]]
 * [[make_script.in]]
 * [[make_scriptA.seed]
 * [[make_scriptF.seed]
 * [[make_scriptP.seed]
 * [[make_scriptR.seed]
 * [[make_scriptT.in]
 * [[NOMINALS]]
 * [[SUMFILES]]
 * [[PICTLIST.TXT]]
 * [[SHAPEFILES]]
    * [[SHAPE.TXT]]
    * [[SHAPE00.TXT]]
 * [[TESTFILES]]
 * [[TESTFILES1]]
Line 24: Line 58:
== Things That Can Be Removed ==
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.

 * [[MAPINFO.TXT]]
 * [[PICINFO.TXT]]
 * [[RESIDUALS.TXT]]
 * [[SIGMAS.TXT]]
 * [[SIGMAS.pgm]]
 * [[SAHPEFILES]]
   * [[SIGMA.TXT]]
 * [[RANGES_SOLVES.TXT]]

== Typical Things That Can Be Removed ==

In addition, if a user has created temporary files or logs, these can be removed.
 * whatever.pgm
 * whatever.jpg
 * [[whatever.OOT]]
 * [[whatever.INN]]
 * [[PICINFO.TXT]]
 * [[SHAPEFILES]]
   * [[SHAPE*.MAP]]
   * [[DUMB*]]
 * [[TESTFILES]]
   * all
 * [[TESTFILES1]]
   * all
 * [[redo.txt]]
 * [[NEW_LIST.TXT]]
 * [[LMRKLIST1.TXT]]
 * [[CHECK.TXT]
 * [[coverage_g.pgm]]
 * [[coverage_p.pgm]]
 * [[LIST.TXT]]
 * [[geometry.in]]

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)