File: no_parallel_support_imports.pxi.in

package info (click to toggle)
netcdf4-python 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,588 kB
  • sloc: python: 6,002; ansic: 854; makefile: 15; sh: 2
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
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