Folks, r32716 broke v1.8 :-(
the root cause it it included MCA_BASE_VAR_TYPE_VERSION_STRING which has not yet landed into v1.8 the attached trivial patch fixes this issue Can the RM/GK please review it and apply it ? Cheers, Gilles
Index: opal/mca/base/mca_base_var.c =================================================================== --- opal/mca/base/mca_base_var.c (revision 32763) +++ opal/mca/base/mca_base_var.c (working copy) @@ -14,6 +14,8 @@ * Copyright (c) 2012-2014 Los Alamos National Security, LLC. All rights * reserved. * Copyright (c) 2014 Intel, Inc. All rights reserved. + * Copyright (c) 2014 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -1164,7 +1166,6 @@ case MCA_BASE_VAR_TYPE_DOUBLE: align = OPAL_ALIGNMENT_DOUBLE; break; - case MCA_BASE_VAR_TYPE_VERSION_STRING: case MCA_BASE_VAR_TYPE_STRING: default: align = 0;