File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -218,8 +218,8 @@ const MPI_Win_errhandler_fn = MPI_Win_errhandler_function
218
218
@const_ref MPI_ARGV_NULL Ptr{Cvoid} C_NULL
219
219
@const_ref MPI_ARGVS_NULL Ptr{Cvoid} C_NULL
220
220
221
- @const_ref MPI_UNWEIGHTED Ptr{Cvoid } 1
222
- @const_ref MPI_WEIGHTS_EMPTY Ptr{Cvoid } 2
221
+ @const_ref MPI_UNWEIGHTED Ptr{Cint } 1
222
+ @const_ref MPI_WEIGHTS_EMPTY Ptr{Cint } 2
223
223
@const_ref MPI_BOTTOM Ptr{Cvoid} 0
224
224
@const_ref MPI_IN_PLACE Ptr{Cvoid} - 1
225
225
Original file line number Diff line number Diff line change @@ -224,8 +224,8 @@ const MPI_Win_errhandler_fn = MPI_Win_errhandler_function
224
224
@const_ref MPI_ARGV_NULL Ptr{Cvoid} C_NULL
225
225
@const_ref MPI_ARGVS_NULL Ptr{Cvoid} C_NULL
226
226
227
- @const_ref MPI_UNWEIGHTED Ptr{Cvoid } cglobal ((:MPI_UNWEIGHTED , libmpi), Ptr{Cvoid })
228
- @const_ref MPI_WEIGHTS_EMPTY Ptr{Cvoid } cglobal ((:MPI_WEIGHTS_EMPTY , libmpi), Ptr{Cvoid })
227
+ @const_ref MPI_UNWEIGHTED Ptr{Cint } cglobal ((:MPI_UNWEIGHTED , libmpi), Ptr{Cint })
228
+ @const_ref MPI_WEIGHTS_EMPTY Ptr{Cint } cglobal ((:MPI_WEIGHTS_EMPTY , libmpi), Ptr{Cint })
229
229
@const_ref MPI_BOTTOM Ptr{Cvoid} C_NULL
230
230
@const_ref MPI_IN_PLACE Ptr{Cvoid} - 1
231
231
Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ const MPI_Win_errhandler_fn = MPI_Win_errhandler_function
201
201
202
202
@const_ref MPI_ARGV_NULL Ptr{Cchar} unsafe_load (cglobal ((:MPICONSTANTS_ARGV_NULL , libmpiconstants), Ptr{Ptr{Cchar}}))
203
203
@const_ref MPI_ARGVS_NULL Ptr{Cchar} unsafe_load (cglobal ((:MPICONSTANTS_ARGVS_NULL , libmpiconstants), Ptr{Ptr{Ptr{Cchar}}}))
204
- # MPI_UNWEIGHTED Ptr{Cvoid } unsafe_load(cglobal((:MPICONSTANTS_UNWEIGHTED, libmpiconstants), Ptr{Cint}))
205
- # MPI_WEIGHTS_EMPTY Ptr{Cvoid } unsafe_load(cglobal((:MPICONSTANTS_WEIGHTS_EMPTY, libmpiconstants), Ptr{Cint}))
204
+ @const_ref MPI_UNWEIGHTED Ptr{Cint } unsafe_load (cglobal ((:MPICONSTANTS_UNWEIGHTED , libmpiconstants), Ptr{Cint}))
205
+ @const_ref MPI_WEIGHTS_EMPTY Ptr{Cint } unsafe_load (cglobal ((:MPICONSTANTS_WEIGHTS_EMPTY , libmpiconstants), Ptr{Cint}))
206
206
@const_ref MPI_BOTTOM Ptr{Cvoid} unsafe_load (cglobal ((:MPICONSTANTS_BOTTOM , libmpiconstants), Ptr{Cvoid}))
207
207
@const_ref MPI_IN_PLACE Ptr{Cvoid} unsafe_load (cglobal ((:MPICONSTANTS_IN_PLACE , libmpiconstants), Ptr{Cvoid}))
208
208
Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ const MPI_Win_errhandler_fn = MPI_Win_errhandler_function
221
221
@const_ref MPI_ARGV_NULL Ptr{Cvoid} C_NULL
222
222
@const_ref MPI_ARGVS_NULL Ptr{Cvoid} C_NULL
223
223
224
- @const_ref MPI_UNWEIGHTED Ptr{Cvoid } cglobal ((:MPI_UNWEIGHTED , libmpi), Ptr{Cvoid })
225
- @const_ref MPI_WEIGHTS_EMPTY Ptr{Cvoid } cglobal ((:MPI_WEIGHTS_EMPTY , libmpi), Ptr{Cvoid })
224
+ @const_ref MPI_UNWEIGHTED Ptr{Cint } cglobal ((:MPI_UNWEIGHTED , libmpi), Ptr{Cint })
225
+ @const_ref MPI_WEIGHTS_EMPTY Ptr{Cint } cglobal ((:MPI_WEIGHTS_EMPTY , libmpi), Ptr{Cint })
226
226
@const_ref MPI_BOTTOM Ptr{Cvoid} C_NULL
227
227
@const_ref MPI_IN_PLACE Ptr{Cvoid} cglobal ((:mpi_sgi_inplace , libmpi))
228
228
Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ const MPI_Win_errhandler_fn = MPI_Win_errhandler_function
242
242
@const_ref MPI_ARGV_NULL Ptr{Cvoid} C_NULL
243
243
@const_ref MPI_ARGVS_NULL Ptr{Cvoid} C_NULL
244
244
245
- @const_ref MPI_UNWEIGHTED Ptr{Cvoid } 2
246
- @const_ref MPI_WEIGHTS_EMPTY Ptr{Cvoid } 3
245
+ @const_ref MPI_UNWEIGHTED Ptr{Cint } 2
246
+ @const_ref MPI_WEIGHTS_EMPTY Ptr{Cint } 3
247
247
@const_ref MPI_BOTTOM Ptr{Cvoid} 0
248
248
@const_ref MPI_IN_PLACE Ptr{Cvoid} 1
249
249
You can’t perform that action at this time.
0 commit comments