@@ -162,7 +162,7 @@ FUNC_FUNC(max, uint32_t, uint32_t)
162
162
FUNC_FUNC (max , int64_t , int64_t )
163
163
FUNC_FUNC (max , uint64_t , uint64_t )
164
164
FUNC_FUNC (max , long , long )
165
- FUNC_FUNC (max , unsigned_long , long )
165
+ FUNC_FUNC (max , unsigned_long , unsigned long )
166
166
167
167
/* Fortran integer */
168
168
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -228,7 +228,7 @@ FUNC_FUNC(min, uint32_t, uint32_t)
228
228
FUNC_FUNC (min , int64_t , int64_t )
229
229
FUNC_FUNC (min , uint64_t , uint64_t )
230
230
FUNC_FUNC (min , long , long )
231
- FUNC_FUNC (min , unsigned_long , long )
231
+ FUNC_FUNC (min , unsigned_long , unsigned long )
232
232
233
233
/* Fortran integer */
234
234
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -291,7 +291,7 @@ OP_FUNC(sum, uint32_t, uint32_t, +=)
291
291
OP_FUNC (sum , int64_t , int64_t , + = )
292
292
OP_FUNC (sum , uint64_t , uint64_t , + = )
293
293
OP_FUNC (sum , long , long , + = )
294
- OP_FUNC (sum , unsigned_long , long , + = )
294
+ OP_FUNC (sum , unsigned_long , unsigned long , + = )
295
295
296
296
/* Fortran integer */
297
297
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -363,7 +363,7 @@ OP_FUNC(prod, uint32_t, uint32_t, *=)
363
363
OP_FUNC (prod , int64_t , int64_t , * = )
364
364
OP_FUNC (prod , uint64_t , uint64_t , * = )
365
365
OP_FUNC (prod , long , long , * = )
366
- OP_FUNC (prod , unsigned_long , long , * = )
366
+ OP_FUNC (prod , unsigned_long , unsigned long , * = )
367
367
368
368
/* Fortran integer */
369
369
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -437,7 +437,7 @@ FUNC_FUNC(land, uint32_t, uint32_t)
437
437
FUNC_FUNC (land , int64_t , int64_t )
438
438
FUNC_FUNC (land , uint64_t , uint64_t )
439
439
FUNC_FUNC (land , long , long )
440
- FUNC_FUNC (land , unsigned_long , long )
440
+ FUNC_FUNC (land , unsigned_long , unsigned long )
441
441
442
442
/* Logical */
443
443
#if OMPI_HAVE_FORTRAN_LOGICAL
@@ -462,7 +462,7 @@ FUNC_FUNC(lor, uint32_t, uint32_t)
462
462
FUNC_FUNC (lor , int64_t , int64_t )
463
463
FUNC_FUNC (lor , uint64_t , uint64_t )
464
464
FUNC_FUNC (lor , long , long )
465
- FUNC_FUNC (lor , unsigned_long , long )
465
+ FUNC_FUNC (lor , unsigned_long , unsigned long )
466
466
467
467
/* Logical */
468
468
#if OMPI_HAVE_FORTRAN_LOGICAL
@@ -487,7 +487,7 @@ FUNC_FUNC(lxor, uint32_t, uint32_t)
487
487
FUNC_FUNC (lxor , int64_t , int64_t )
488
488
FUNC_FUNC (lxor , uint64_t , uint64_t )
489
489
FUNC_FUNC (lxor , long , long )
490
- FUNC_FUNC (lxor , unsigned_long , long )
490
+ FUNC_FUNC (lxor , unsigned_long , unsigned long )
491
491
492
492
493
493
/* Logical */
@@ -513,7 +513,7 @@ FUNC_FUNC(band, uint32_t, uint32_t)
513
513
FUNC_FUNC (band , int64_t , int64_t )
514
514
FUNC_FUNC (band , uint64_t , uint64_t )
515
515
FUNC_FUNC (band , long , long )
516
- FUNC_FUNC (band , unsigned_long , long )
516
+ FUNC_FUNC (band , unsigned_long , unsigned long )
517
517
518
518
/* Fortran integer */
519
519
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -553,7 +553,7 @@ FUNC_FUNC(bor, uint32_t, uint32_t)
553
553
FUNC_FUNC (bor , int64_t , int64_t )
554
554
FUNC_FUNC (bor , uint64_t , uint64_t )
555
555
FUNC_FUNC (bor , long , long )
556
- FUNC_FUNC (bor , unsigned_long , long )
556
+ FUNC_FUNC (bor , unsigned_long , unsigned long )
557
557
558
558
/* Fortran integer */
559
559
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -593,7 +593,7 @@ FUNC_FUNC(bxor, uint32_t, uint32_t)
593
593
FUNC_FUNC (bxor , int64_t , int64_t )
594
594
FUNC_FUNC (bxor , uint64_t , uint64_t )
595
595
FUNC_FUNC (bxor , long , long )
596
- FUNC_FUNC (bxor , unsigned_long , long )
596
+ FUNC_FUNC (bxor , unsigned_long , unsigned long )
597
597
598
598
/* Fortran integer */
599
599
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -822,7 +822,7 @@ FUNC_FUNC_3BUF(max, uint32_t, uint32_t)
822
822
FUNC_FUNC_3BUF (max , int64_t , int64_t )
823
823
FUNC_FUNC_3BUF (max , uint64_t , uint64_t )
824
824
FUNC_FUNC_3BUF (max , long , long )
825
- FUNC_FUNC_3BUF (max , unsigned_long , long )
825
+ FUNC_FUNC_3BUF (max , unsigned_long , unsigned long )
826
826
827
827
/* Fortran integer */
828
828
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -888,7 +888,7 @@ FUNC_FUNC_3BUF(min, uint32_t, uint32_t)
888
888
FUNC_FUNC_3BUF (min , int64_t , int64_t )
889
889
FUNC_FUNC_3BUF (min , uint64_t , uint64_t )
890
890
FUNC_FUNC_3BUF (min , long , long )
891
- FUNC_FUNC_3BUF (min , unsigned_long , long )
891
+ FUNC_FUNC_3BUF (min , unsigned_long , unsigned long )
892
892
893
893
/* Fortran integer */
894
894
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -951,7 +951,7 @@ OP_FUNC_3BUF(sum, uint32_t, uint32_t, +)
951
951
OP_FUNC_3BUF (sum , int64_t , int64_t , + )
952
952
OP_FUNC_3BUF (sum , uint64_t , uint64_t , + )
953
953
OP_FUNC_3BUF (sum , long , long , + )
954
- OP_FUNC_3BUF (sum , unsigned_long , long , + )
954
+ OP_FUNC_3BUF (sum , unsigned_long , unsigned long , + )
955
955
956
956
/* Fortran integer */
957
957
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -1023,7 +1023,7 @@ OP_FUNC_3BUF(prod, uint32_t, uint32_t, *)
1023
1023
OP_FUNC_3BUF (prod , int64_t , int64_t , * )
1024
1024
OP_FUNC_3BUF (prod , uint64_t , uint64_t , * )
1025
1025
OP_FUNC_3BUF (prod , long , long , * )
1026
- OP_FUNC_3BUF (prod , unsigned_long , long , * )
1026
+ OP_FUNC_3BUF (prod , unsigned_long , unsigned long , * )
1027
1027
1028
1028
/* Fortran integer */
1029
1029
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -1097,7 +1097,7 @@ FUNC_FUNC_3BUF(land, uint32_t, uint32_t)
1097
1097
FUNC_FUNC_3BUF (land , int64_t , int64_t )
1098
1098
FUNC_FUNC_3BUF (land , uint64_t , uint64_t )
1099
1099
FUNC_FUNC_3BUF (land , long , long )
1100
- FUNC_FUNC_3BUF (land , unsigned_long , long )
1100
+ FUNC_FUNC_3BUF (land , unsigned_long , unsigned long )
1101
1101
1102
1102
/* Logical */
1103
1103
#if OMPI_HAVE_FORTRAN_LOGICAL
@@ -1122,7 +1122,7 @@ FUNC_FUNC_3BUF(lor, uint32_t, uint32_t)
1122
1122
FUNC_FUNC_3BUF (lor , int64_t , int64_t )
1123
1123
FUNC_FUNC_3BUF (lor , uint64_t , uint64_t )
1124
1124
FUNC_FUNC_3BUF (lor , long , long )
1125
- FUNC_FUNC_3BUF (lor , unsigned_long , long )
1125
+ FUNC_FUNC_3BUF (lor , unsigned_long , unsigned long )
1126
1126
1127
1127
/* Logical */
1128
1128
#if OMPI_HAVE_FORTRAN_LOGICAL
@@ -1147,7 +1147,7 @@ FUNC_FUNC_3BUF(lxor, uint32_t, uint32_t)
1147
1147
FUNC_FUNC_3BUF (lxor , int64_t , int64_t )
1148
1148
FUNC_FUNC_3BUF (lxor , uint64_t , uint64_t )
1149
1149
FUNC_FUNC_3BUF (lxor , long , long )
1150
- FUNC_FUNC_3BUF (lxor , unsigned_long , long )
1150
+ FUNC_FUNC_3BUF (lxor , unsigned_long , unsigned long )
1151
1151
1152
1152
/* Logical */
1153
1153
#if OMPI_HAVE_FORTRAN_LOGICAL
@@ -1172,7 +1172,7 @@ FUNC_FUNC_3BUF(band, uint32_t, uint32_t)
1172
1172
FUNC_FUNC_3BUF (band , int64_t , int64_t )
1173
1173
FUNC_FUNC_3BUF (band , uint64_t , uint64_t )
1174
1174
FUNC_FUNC_3BUF (band , long , long )
1175
- FUNC_FUNC_3BUF (band , unsigned_long , long )
1175
+ FUNC_FUNC_3BUF (band , unsigned_long , unsigned long )
1176
1176
1177
1177
/* Fortran integer */
1178
1178
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -1212,7 +1212,7 @@ FUNC_FUNC_3BUF(bor, uint32_t, uint32_t)
1212
1212
FUNC_FUNC_3BUF (bor , int64_t , int64_t )
1213
1213
FUNC_FUNC_3BUF (bor , uint64_t , uint64_t )
1214
1214
FUNC_FUNC_3BUF (bor , long , long )
1215
- FUNC_FUNC_3BUF (bor , unsigned_long , long )
1215
+ FUNC_FUNC_3BUF (bor , unsigned_long , unsigned long )
1216
1216
1217
1217
/* Fortran integer */
1218
1218
#if OMPI_HAVE_FORTRAN_INTEGER
@@ -1252,7 +1252,7 @@ FUNC_FUNC_3BUF(bxor, uint32_t, uint32_t)
1252
1252
FUNC_FUNC_3BUF (bxor , int64_t , int64_t )
1253
1253
FUNC_FUNC_3BUF (bxor , uint64_t , uint64_t )
1254
1254
FUNC_FUNC_3BUF (bxor , long , long )
1255
- FUNC_FUNC_3BUF (bxor , unsigned_long , long )
1255
+ FUNC_FUNC_3BUF (bxor , unsigned_long , unsigned long )
1256
1256
1257
1257
/* Fortran integer */
1258
1258
#if OMPI_HAVE_FORTRAN_INTEGER
0 commit comments