NEURON
nrnmpi_def_cinc.cpp
Go to the documentation of this file.
1 /*
2 # =============================================================================
3 # Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
4 #
5 # See top-level LICENSE file for details.
6 # =============================================================================.
7 */
8 
9 namespace coreneuron {
10 int nrnmpi_numprocs = 1; /* size */
11 int nrnmpi_myid = 0; /* rank */
12 } // namespace coreneuron
THIS FILE IS AUTO GENERATED DONT MODIFY IT.