Skip to content

Instantly share code, notes, and snippets.

@mrzv
Created August 19, 2016 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrzv/2abc82becd75ef7fe578cad27c6012d1 to your computer and use it in GitHub Desktop.
Save mrzv/2abc82becd75ef7fe578cad27c6012d1 to your computer and use it in GitHub Desktop.
--- src/include/mpiimpl-orig.h 2016-08-19 14:01:13.000000000 -0700
+++ src/include/mpiimpl.h 2016-08-19 14:01:35.000000000 -0700
@@ -1528,7 +1528,7 @@
#ifdef MPID_DEV_REQUEST_DECL
MPID_DEV_REQUEST_DECL
#endif
-} MPID_Request ATTRIBUTE((__aligned__(32)));
+} ATTRIBUTE((__aligned__(32))) MPID_Request;
extern MPIU_Object_alloc_t MPID_Request_mem;
/* Preallocated request objects */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment