[SLAC] Using Minuit on SLAC's Unix Cluster

6 May 2003


To use the CERN fitting package Minuit on the unix cluster at SLAC, the user must supply the following items:
  1. A main program (example: myprog.f) to assign I/O unit numbers to file names and to invoke the main Minuit subprogram
  2. A file (myfcn.f) containing the FCN function to be minimized
  3. A file containing the function (func.f) to be fit
  4. A GNUmakefile to link and build the executable (in this example, myprog)
  5. A file (myprog.mincards) containing a set of Minuit control cards.
To get started, copy the examples to a subdirectory in your space and type gmake. The program myprog will be created. When you run myprog, it will create the file myprog.results.

Willy Langeveld