Multiprocess program to optimize ARRL equation coefficients.
Brute force test of integer coefficients against a CSV file

Contents:
all22.csv        All 22 gauge wire coils.
all.csv          All coils.
arrl.c           Control program source.
arrl             Linux executable.
cspacing.csv     Fixed spaciing 22 gauge coils.
Makefile         Linux only Makefile.
process.c        Multiprocess control.
readind.c        Read one of the csv files.
symtab.c         Control file symbols and values.
turntest.csv     Fixed spacing, diameter, #22 gauge
vars             Example configuration file.
varss            Longer run configuration file.

Requirements:
  Linux, patience.

To build:
  cd arrl
  make
  make install    (optional, puts executable in /usr/local/bin)

To use:
  arrl xxx.csv <vars> <no-procs>

xxx.csv is a file of inductors to optimize against.
<vars>  controls the limits of the test (see vars and varss).
<no-procs>  is the number of processes (usually the number of cores)
     to exploit.
     


