Source Code Control System (SCCS)
Both EFIT and its Green's functions generator EFUND have been put under the UNIX source control system SCCS. This is to facilitate the development and maintenance of EFIT. Most of the work has been nicely done by Bill Meyer. EFIT executable is now located in the AUSPEX directory /c/efit. The pointer /link/efit is now directed to /c/efit/p. The sources for x and UNIX are in directories /c/efit/x and /c/efit/u, respectively. A few useful commands:
- To check out a particular module in the latest version get /c/efit/s/s.module.for
- To check out a particular module for making changes, add switch -e. This is for authorized users only.
- To find out information about various versions prs /c/efit/s
- To check back a particular module after making changes (authorized users only) delta /c/efit/s/s.module.for
The Green's module is located under directory /c/efit/green.

.