File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -1239,6 +1239,18 @@ AC_SUBST(OPAL_DYN_LIB_SUFFIX)
1239
1239
# Need the libtool binary before the rpathify stuff
1240
1240
LT_OUTPUT
1241
1241
1242
+ # #################################
1243
+ # PRRTE support
1244
+ # #################################
1245
+
1246
+ opal_show_title " Setup PRRTE support"
1247
+
1248
+ m4_ifdef([project_prrte],
1249
+ [OMPI_SETUP_PRRTE],
1250
+ [OPAL_SUMMARY_ADD([[Miscellaneous]],[[PRRTE]],[prrte],[no (disabled)])
1251
+ ompi_want_prrte= no])
1252
+ AM_CONDITIONAL(OMPI_WANT_PRRTE, test " $ompi_want_prrte " = " yes" )
1253
+
1242
1254
# ###########################################################################
1243
1255
# final compiler config
1244
1256
# ###########################################################################
@@ -1447,18 +1459,6 @@ m4_ifdef([project_oshmem], [OSHMEM_CONFIG_FILES])
1447
1459
1448
1460
OPAL_CHECK_LIBNL_SUMMARY
1449
1461
1450
- # #################################
1451
- # PRRTE support
1452
- # #################################
1453
-
1454
- opal_show_title " Setup PRRTE support"
1455
-
1456
- m4_ifdef([project_prrte],
1457
- [OMPI_SETUP_PRRTE],
1458
- [OPAL_SUMMARY_ADD([[Miscellaneous]],[[PRRTE]],[prrte],[no (disabled)])
1459
- ompi_want_prrte= no])
1460
- AM_CONDITIONAL(OMPI_WANT_PRRTE, test " $ompi_want_prrte " = " yes" )
1461
-
1462
1462
# checkpoint results
1463
1463
AC_CACHE_SAVE
1464
1464
You can’t perform that action at this time.
0 commit comments