summaryrefslogtreecommitdiff
path: root/var/spack/repos/tutorial/packages/mpich/mpich32_clang.patch
blob: 01243072f7534ce123384ab2223ab63acfcab048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/include/mpiimpl.h b/src/include/mpiimpl.h
index e705e5d..3bfcbee 100644
--- a/src/include/mpiimpl.h
+++ b/src/include/mpiimpl.h
@@ -1528,7 +1528,7 @@ typedef struct MPID_Request {
 #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 */