Re: [OMPI devel] Quiet Time on Trunk - ORCA Integration

2012-06-27 Thread Josh Hursey
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

[OMPI devel] RFC: add asynchronous copies for large GPU buffers

2012-06-27 Thread Rolf vandeVaart
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

Re: [OMPI devel] RFC: add asynchronous copies for large GPU buffers

2012-06-27 Thread Nathan Hjelm
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

Re: [OMPI devel] RFC: add asynchronous copies for large GPU buffers

2012-06-27 Thread Rolf vandeVaart
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

[OMPI devel] u_int32_t typo in nbc_internal.h?

2012-06-27 Thread Eugene Loh
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