File: no_parallel_support_imports.pxi.in

package info (click to toggle)
netcdf4-python 1.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,612 kB
  • sloc: python: 6,075; ansic: 854; makefile: 17; sh: 2
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Stubs for when parallel support is not enabled

ctypedef int MPI_Comm
ctypedef int MPI_Info
ctypedef int Comm
ctypedef int Info
cdef MPI_Comm MPI_COMM_WORLD
cdef MPI_Info MPI_INFO_NULL
MPI_COMM_WORLD = 0
MPI_INFO_NULL = 0