@@ -1217,7 +1217,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1217
1217
OPAL_LIST_DESTRUCT (& job_info );
1218
1218
OPAL_LIST_DESTRUCT (& app_info );
1219
1219
PMIX_APP_FREE (apps , scount );
1220
- opal_progress_event_users_decrement ();
1221
1220
if (NULL != hostfiles ) {
1222
1221
opal_argv_free (hostfiles );
1223
1222
}
@@ -1239,7 +1238,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1239
1238
OPAL_LIST_DESTRUCT (& job_info );
1240
1239
OPAL_LIST_DESTRUCT (& app_info );
1241
1240
PMIX_APP_FREE (apps , scount );
1242
- opal_progress_event_users_decrement ();
1243
1241
if (NULL != hostfiles ) {
1244
1242
opal_argv_free (hostfiles );
1245
1243
}
@@ -1257,7 +1255,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1257
1255
OPAL_LIST_DESTRUCT (& job_info );
1258
1256
OPAL_LIST_DESTRUCT (& app_info );
1259
1257
PMIX_APP_FREE (apps , scount );
1260
- opal_progress_event_users_decrement ();
1261
1258
if (NULL != hostfiles ) {
1262
1259
opal_argv_free (hostfiles );
1263
1260
}
@@ -1275,7 +1272,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1275
1272
OPAL_LIST_DESTRUCT (& job_info );
1276
1273
OPAL_LIST_DESTRUCT (& app_info );
1277
1274
PMIX_APP_FREE (apps , scount );
1278
- opal_progress_event_users_decrement ();
1279
1275
if (NULL != hostfiles ) {
1280
1276
opal_argv_free (hostfiles );
1281
1277
}
@@ -1291,7 +1287,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1291
1287
OPAL_LIST_DESTRUCT (& job_info );
1292
1288
OPAL_LIST_DESTRUCT (& app_info );
1293
1289
PMIX_APP_FREE (apps , scount );
1294
- opal_progress_event_users_decrement ();
1295
1290
if (NULL != hostfiles ) {
1296
1291
opal_argv_free (hostfiles );
1297
1292
}
@@ -1307,7 +1302,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1307
1302
OPAL_LIST_DESTRUCT (& job_info );
1308
1303
OPAL_LIST_DESTRUCT (& app_info );
1309
1304
PMIX_APP_FREE (apps , scount );
1310
- opal_progress_event_users_decrement ();
1311
1305
if (NULL != hostfiles ) {
1312
1306
opal_argv_free (hostfiles );
1313
1307
}
@@ -1327,7 +1321,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1327
1321
OPAL_LIST_DESTRUCT (& job_info );
1328
1322
OPAL_LIST_DESTRUCT (& app_info );
1329
1323
PMIX_APP_FREE (apps , scount );
1330
- opal_progress_event_users_decrement ();
1331
1324
if (NULL != hostfiles ) {
1332
1325
opal_argv_free (hostfiles );
1333
1326
}
@@ -1364,7 +1357,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1364
1357
OPAL_LIST_DESTRUCT (& job_info );
1365
1358
OPAL_LIST_DESTRUCT (& app_info );
1366
1359
PMIX_APP_FREE (apps , scount );
1367
- opal_progress_event_users_decrement ();
1368
1360
return MPI_ERR_SPAWN ;
1369
1361
}
1370
1362
}
@@ -1395,7 +1387,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1395
1387
OPAL_LIST_DESTRUCT (& job_info );
1396
1388
OPAL_LIST_DESTRUCT (& app_info );
1397
1389
PMIX_APP_FREE (apps , scount );
1398
- opal_progress_event_users_decrement ();
1399
1390
return MPI_ERR_SPAWN ;
1400
1391
}
1401
1392
}
@@ -1551,7 +1542,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1551
1542
if (OMPI_SUCCESS != (rc = opal_getcwd (cwd , OPAL_PATH_MAX ))) {
1552
1543
OMPI_ERROR_LOG (rc );
1553
1544
PMIX_APP_FREE (apps , (size_t )count );
1554
- opal_progress_event_users_decrement ();
1555
1545
if (NULL != hostfiles ) {
1556
1546
opal_argv_free (hostfiles );
1557
1547
}
@@ -1608,7 +1598,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1608
1598
PMIX_INFO_FREE (pinfo , ninfo );
1609
1599
}
1610
1600
PMIX_APP_FREE (apps , scount );
1611
- opal_progress_event_users_decrement ();
1612
1601
if (NULL != hostfiles ) {
1613
1602
opal_argv_free (hostfiles );
1614
1603
}
@@ -1633,7 +1622,6 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
1633
1622
PMIX_APP_FREE (apps , scount );
1634
1623
1635
1624
if (OPAL_SUCCESS != rc ) {
1636
- opal_progress_event_users_decrement ();
1637
1625
return MPI_ERR_SPAWN ;
1638
1626
}
1639
1627
@@ -2130,7 +2118,6 @@ static int start_dvm(char **hostfiles, char **dash_host)
2130
2118
pret = PMIx_Init (NULL , & info , 1 );
2131
2119
rc = opal_pmix_convert_status (pret );
2132
2120
if (OPAL_SUCCESS != rc ) {
2133
- opal_progress_event_users_decrement ();
2134
2121
return MPI_ERR_SPAWN ;
2135
2122
}
2136
2123
/* decrement the PMIx init refcount */
0 commit comments