configure.sh.1



     NAME
          configure.sh - Configure LPJmL

     SYNOPSIS
          configure.sh [-h] [-nofeedback] [-prefix dir] [-debug] [-
          nompi]

     DESCRIPTION
          Script configures LPJmL for specific OS and compiler. File
          Makefile.inc and scripts lpj_paths.sh, lpj_paths.csh are
          created. After configuration LPJmL program and utilities can
          be created by invoking

          make all


     OPTIONS
          -h   display a short help text.

          -nofeedback
               sends no feedback for usage statistics to PIK, see
               https://goo.gl/#analytics/goo.gl/DYv3KW/all_time

          -prefix dir
               Set installation directory for LPJmL. Default is
               current working directory.

          -debug
               Set debug flags and disable optimization of compiler.
               LPJmL has to be rebuilt by invoking make clean and make
               all.

          -nompi
               Do not build the MPI version of the code.

     EXAMPLE
          Configure LPJmL with installation directory /data/biosx/lpjml:
               ./configure.sh -prefix /data/biosx/lpjml

          Then make install will install LPJmL in the target directory
          specified by '-prefix'.

     EXIT STATUS
          configure.sh returns a zero exit status if LPJmL has been
          configured successfully.  Non zero is returned in case of
          failure.


     AUTHORS
          For authors and contributors see AUTHORS file


     COPYRIGHT
          (C) Potsdam Institute for Climate Impact Research (PIK), see
          COPYRIGHT file


     SEE ALSO
          lpj_paths.sh(1), lpj_paths.csh(1), lpjml(1)














































Man(1) output converted with man2html