From b5a0f3d347b1febff592c826e3ccc4a68cf2647b Mon Sep 17 00:00:00 2001 From: Todd Kordenbrock Date: Wed, 4 Feb 2015 16:08:55 -0600 Subject: [PATCH] osc-portals4: rename OPAL_ASSEMBLY_ARCH values from OMPI_* to OPAL_* --- ompi/mca/osc/portals4/osc_portals4_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/osc/portals4/osc_portals4_component.c b/ompi/mca/osc/portals4/osc_portals4_component.c index 01debe42e2..af27adc28e 100644 --- a/ompi/mca/osc/portals4/osc_portals4_component.c +++ b/ompi/mca/osc/portals4/osc_portals4_component.c @@ -601,7 +601,7 @@ component_select(struct ompi_win_t *win, void **base, size_t size, int disp_unit module->passive_target_access_epoch = false; -#if OPAL_ASSEMBLY_ARCH == OMPI_AMD64 || OPAL_ASSEMBLY_ARCH == IA32 +#if OPAL_ASSEMBLY_ARCH == OPAL_AMD64 || OPAL_ASSEMBLY_ARCH == OPAL_IA32 *model = MPI_WIN_UNIFIED; #else *model = MPI_WIN_SEPARATE;