In these notes, $HOPSPACK represents the location that hopspack is
installed. Typically,this is /home/username/hopspack. Start in that
directory.

To get started, connfigure the code with MPI enabled, e.g.,

  configure --with-mpi-compilers=<location of mpi compilers>

Then type 

  make

It is recommended that you add

  $HOPSPACK/bin

to your path and then add symbolic links to all the executables from
the bin directory.  Go to $HOPSPACK/bin and execute

  ln -s ../src-lhs/lhs_exec
  ln -s ../src/hopspack_mpi


