NEURON
nrnmpiuse.h
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 #pragma once
10 
11 /* define to 1 if you want MPI specific features activated
12  (optionally provided by CMake option NRNMPI) */
13 #ifndef NRNMPI
14 #define NRNMPI 1
15 #endif
16 
17 /* define to 1 if want multisend spike exchange available */
18 #ifndef NRN_MULTISEND
19 #define NRN_MULTISEND 1
20 #endif
21 
22 /* define to 1 if you want the MUSIC - MUlti SImulation Coordinator */
23 #undef NRN_MUSIC
24 
25 /* define to the dll path if you want to load automatically */
26 #undef DLL_DEFAULT_FNAME