We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 376fa67 + 69de124 commit d59226cCopy full SHA for d59226c
src/pnetcdf/_Dimension.pyx
@@ -9,12 +9,8 @@ from ._File cimport File
9
from ._utils cimport _strencode, _check_err
10
cimport mpi4py.MPI as MPI
11
12
-ctypedef MPI.Offset Offset
13
-
14
15
from libc.string cimport memcpy, memset
16
from libc.stdlib cimport malloc, free
17
-from mpi4py.libmpi cimport MPI_Offset
18
19
include "PnetCDF.pxi"
20
src/pnetcdf/_utils.pyx
@@ -5,13 +5,11 @@
5
#
6
###############################################################################
7
8
-include "PnetCDF.pxi"
from ._File cimport File
from cpython.mem cimport PyMem_Malloc, PyMem_Free
import numpy as np
from numpy.lib.stride_tricks import as_strided
from mpi4py import MPI
0 commit comments