diff --git a/ompi/mca/mtl/ofi/mtl_ofi_compat.h b/ompi/mca/mtl/ofi/mtl_ofi_compat.h index 2c03f2c512..f8fe3a7b89 100644 --- a/ompi/mca/mtl/ofi/mtl_ofi_compat.h +++ b/ompi/mca/mtl/ofi/mtl_ofi_compat.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2015 Intel, Inc. All rights reserved. + * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -15,10 +16,9 @@ /************************************************************************/ -/* v1.9 and beyond */ +/* v2.0 and beyond */ -#if (OPAL_MAJOR_VERSION == 1 && OPAL_MINOR_VERSION >= 9) || \ - (OPAL_MAJOR_VERSION >= 2) +#if (OPAL_MAJOR_VERSION >= 2) #include "opal/mca/pmix/pmix.h" @@ -42,7 +42,7 @@ /************************************************************************/ -/* v1.7 and v1.8 */ +/* v1.7, v1.8, and v1.10 (there was no v1.9) */ #elif (OPAL_MAJOR_VERSION == 1 && OPAL_MINOR_VERSION >= 7)