File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
2
2
/*
3
- * Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
3
+ * Copyright (c) 2014-2019 Intel, Inc. All rights reserved.
4
4
* Copyright (c) 2014-2016 Research Organization for Information Science
5
5
* and Technology (RIST). All rights reserved.
6
6
* Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
@@ -373,6 +373,7 @@ static int flux_init(opal_list_t *ilist)
373
373
char * str ;
374
374
375
375
if (0 < pmix_init_count ) {
376
+ pmix_init_count ++ ;
376
377
return OPAL_SUCCESS ;
377
378
}
378
379
@@ -585,11 +586,10 @@ static int flux_fini(void) {
585
586
586
587
if (0 == -- pmix_init_count ) {
587
588
PMI_Finalize ();
589
+ // teardown hash table
590
+ opal_pmix_base_hash_finalize ();
588
591
}
589
592
590
- // teardown hash table
591
- opal_pmix_base_hash_finalize ();
592
-
593
593
return OPAL_SUCCESS ;
594
594
}
595
595
You can’t perform that action at this time.
0 commit comments