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
Werner von Bloh (Werner.von.Bloh@pik-potsdam.de), Sibyll
Schaphoff (Sibyll.Schaphoff@pik-potsdam.de), Stefanie Rost
(Jachner) (Stefanie.Rost@pik-potsdam.de), Marlies
Gumpenberger (Marlies.Gumpenberger@pik-potsdam.de), Tim
Beringer (Erbrecht) (Tim.Beringer@pik-potsdam.de), Christoph
Mueller (Christoph.Mueller@pik-potsdam.de) Jens Heinke
(Jens.Heinke@pik-potsdam.de), Hester Biemans
(Hester.Biemans@wur.nl), Kirsten Thonicke
(Kirsten.Thonicke@pik-potsdam.de), Ursula Heyder
(Ursula.Heyder@pik-potsdam.de),
SEE ALSO
readconfig(3), initconfig(3), freeconfig(3)
Man(1) output converted with
man2html