We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1665d77 commit 037a85aCopy full SHA for 037a85a
oshmem/request/request.h
@@ -1,5 +1,4 @@
1
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
2
-/* -*- Mode: C; c-basic-offset:4 ; -*- */
3
/*
4
* Copyright (c) 2013 Mellanox Technologies, Inc.
5
* All rights reserved.
@@ -138,7 +137,7 @@ typedef struct oshmem_request_t oshmem_request_t;
138
137
* See oshmem/communicator/communicator.h comments with struct oshmem_group_t
139
* for full explanation why we chose the following padding construct for predefines.
140
*/
141
-#define PREDEFINED_REQUEST_PAD (sizeof(void*) * 32)
+#define PREDEFINED_REQUEST_PAD 256
142
143
struct oshmem_predefined_request_t {
144
struct oshmem_request_t request;
0 commit comments