From e0e94a6029a89f370829f1a84ffe94b63a63e5dd Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Wed, 11 Dec 2013 21:45:39 +0000 Subject: [PATCH] Fix warning caused by typo in r29815 This commit was SVN r29860. The following SVN revision numbers were found above: r29815 --> open-mpi/ompi@d556b60b21d1bdc5f72395f488aaaee903de5854 --- ompi/mca/btl/openib/btl_openib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/btl/openib/btl_openib.c b/ompi/mca/btl/openib/btl_openib.c index 1f8a29fa6c..e66df77f95 100644 --- a/ompi/mca/btl/openib/btl_openib.c +++ b/ompi/mca/btl/openib/btl_openib.c @@ -1223,7 +1223,7 @@ mca_btl_base_descriptor_t* mca_btl_openib_prepare_src( if(opal_convertor_cuda_need_buffers(convertor) == false && 0 == reserve) { #else if(opal_convertor_need_buffers(convertor) == false && 0 == reserve) { -#endif /* OPAL_CUDA_GDR_SUPPORT +#endif /* OPAL_CUDA_GDR_SUPPORT */ /* GMS bloody HACK! */ if(registration != NULL || max_data > btl->btl_max_send_size) { frag = alloc_send_user_frag();