File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,8 @@ from ._File cimport File
9
9
from ._utils cimport _strencode, _check_err
10
10
cimport mpi4py.MPI as MPI
11
11
12
- ctypedef MPI.Offset Offset
13
-
14
-
15
12
from libc.string cimport memcpy, memset
16
13
from libc.stdlib cimport malloc, free
17
- from mpi4py.libmpi cimport MPI_Offset
18
14
19
15
include " PnetCDF.pxi"
20
16
Original file line number Diff line number Diff line change 5
5
#
6
6
# ##############################################################################
7
7
8
- include " PnetCDF.pxi"
9
8
from ._File cimport File
10
9
from cpython.mem cimport PyMem_Malloc, PyMem_Free
11
10
import numpy as np
12
11
from numpy.lib.stride_tricks import as_strided
13
12
from libc.stdlib cimport malloc, free
14
- from mpi4py.libmpi cimport MPI_Offset
15
13
from mpi4py import MPI
16
14
17
15
You can’t perform that action at this time.
0 commit comments