Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 3d74956

Browse files
authored
Merge pull request #1236 from jsquyres/pr/v2.0.0/delete-unused-opal-thread-multi-macro
bml r2: remove use of undefined macro
2 parents fc96bb8 + 0882235 commit 3d74956

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ompi/mca/bml/r2/bml_r2.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* All rights reserved.
1313
* Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights
1414
* reserved.
15-
* Copyright (c) 2008-2014 Cisco Systems, Inc. All rights reserved.
15+
* Copyright (c) 2008-2016 Cisco Systems, Inc. All rights reserved.
1616
* Copyright (c) 2013 Intel, Inc. All rights reserved
1717
* Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
1818
* Copyright (c) 2014 Research Organization for Information Science
@@ -438,9 +438,7 @@ static int mca_bml_r2_add_proc (struct ompi_proc_t *proc)
438438
mca_bml_r2_compute_endpoint_metrics (bml_endpoint);
439439

440440
/* do it last, for the lazy initialization check in bml_base_get* */
441-
#if OPAL_ENABLE_THREAD_MULTI
442441
opal_atomic_wmb();
443-
#endif /* OPAL_ENABLE_THREAD_MULTI */
444442
proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML] = bml_endpoint;
445443

446444
return OMPI_SUCCESS;

0 commit comments

Comments
 (0)