ompi/mca/coll/libnbc/nbc_internal.h
259/* Schedule cache structures/functions */
260u_int32_t adler32(u_int32_t adler, int8_t *buf, int len);
261void NBC_SchedCache_args_delete(void *entry);
262void NBC_SchedCache_args_delete_key_dummy(void *k);
u_int32_t
->
uint32_t
Whoops. Fixed.
Rolf
>-Original Message-
>From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org]
>On Behalf Of Nathan Hjelm
>Sent: Wednesday, June 27, 2012 6:20 PM
>To: Open MPI Developers
>Subject: Re: [OMPI devel] RFC: add asynchronous copies for large GPU
>buffers
>
>Can
Can you make your repository public or add me to the access list?
-Nathan
On Wed, Jun 27, 2012 at 03:12:34PM -0700, Rolf vandeVaart wrote:
> WHAT: Add support for doing asynchronous copies of GPU memory with larger
> messages.
> WHY: Improve performance for sending/receiving of larger GPU messag
WHAT: Add support for doing asynchronous copies of GPU memory with larger
messages.
WHY: Improve performance for sending/receiving of larger GPU messages over IB
WHERE: ob1, openib, and convertor code. All is protected by compiler directives
so no effect on non-CUDA builds.
REFEREN
This morning Jeff, Brian, Ralph, and I discussed the issues that
emerged with the ORCA branch. We have a clear path forward. It might
take a little while (few weeks) to finish the effort since I am going
to be transiting over the next month, but we will see once we get into
the code.
We will start