You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ompi-codegen.patch from dalcinl
ompi-abiinfo.patch from dalcinl
ompi-status.patch from dalcinl
fixes to setting/getting status fields and some more
move some deprecated funcs out of libmpi-abi
add support for typeclass
ops: convert data from internal to abi
for user ops
split rdma modes out from modes for files
the ompi internal rdma and file mode bits overlap,
so we need to treat them that way in the bindings
generation code too.
add SOURCE_ARRAY type
to help out MPI_Group_translate_ranks
fixes to abi_get_fortran_info
for logicals
apply patch omp-op-inout.patch
from dalcinl
apply patch ompi-abi-fortran.patch
from dalcinl
fix for FD_INOUT
fix for isend dst arg
needs to go through translation
apply patch ompi-query-thread.patch
from dalcinl
various pt2pt fixes to handle proc_null etc.
eventually we'll use separate SOURCE and DEST (or something like that)
types.
rma: updates to args to handle proc_null etc
adjustments for improbe and iprobe
fix for status array for MPI_Request_testsome
switch to using a malloc wrapper
per dalcinl suggestion
plug memory leak handling REQUEST_INOUT type
patch status out to handle copy in
there are many functions where a status is conditionally
returned. Trying to treat each of these would be too
complex so instead copy contents of the status supplied as
input into any temporary status variables then copy back
out.
handle dargs for darray_create correctly
fixes for spawn multiple - array of info args
and array of errorcodes
disable async NBC-based cleanup for now
turn back on async array cleanup stuff
and add a check that the returned request isn't
complete.
Signed-off-by: Howard Pritchard <[email protected]>
0 commit comments