FV3 Bundle
mpi.cc
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2013 ECMWF.
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  * In applying this licence, ECMWF does not waive the privileges and immunities
7  * granted to it by virtue of its status as an intergovernmental organisation
8  * nor does it submit to any jurisdiction.
9  */
10 
11 #include "oops/parallel/mpi/mpi.h"
12 
13 namespace oops {
14  namespace mpi {
15 
16  const eckit::mpi::Comm& comm() {
17  return eckit::mpi::comm();
18  }
19 
20  } // namespace mpi
21 } // namespace oops
The namespace for the main oops code.
const eckit::mpi::Comm & comm()
Definition: mpi.cc:16