NAME
          initmpiconfig - Initialize LPJmL configuration for the MPI
          version

     SYNOPSIS
          #include "lpj.h"

          void initmpiconfig(Config *config,MPI_Comm comm);


     DESCRIPTION
          Function initializes LPJmL configuration and determines the
          number of tasks and rank.  The arguments of initmpiconfig
          are:

          config
               Pointer to LPJmL configuration data.

          comm MPI communicator. Use MPI_COMM_WORLD to use all
               processors.

     RETURN VALUE
          None


     AUTHORS
          For authors and contributors see AUTHORS file


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


     SEE ALSO
          readconfig(3), initconfig(3), freeconfig(3)

















Man(1) output converted with man2html