|
1 | 1 | /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ |
2 | 2 | /* |
3 | 3 | * Copyright (c) 2014-2018 Intel, Inc. All rights reserved. |
4 | | - * Copyright (c) 2014-2017 Research Organization for Information Science |
5 | | - * and Technology (RIST). All rights reserved. |
| 4 | + * Copyright (c) 2014-2019 Research Organization for Information Science |
| 5 | + * and Technology (RIST). All rights reserved. |
6 | 6 | * Copyright (c) 2014-2015 Mellanox Technologies, Inc. |
7 | 7 | * All rights reserved. |
8 | 8 | * Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. |
@@ -1106,10 +1106,12 @@ int pmix3x_value_unload(opal_value_t *kv, |
1106 | 1106 | OPAL_ERROR_LOG(OPAL_ERR_NOT_SUPPORTED); |
1107 | 1107 | rc = OPAL_ERR_NOT_SUPPORTED; |
1108 | 1108 | break; |
| 1109 | +#ifdef PMIX_MODEX |
1109 | 1110 | case PMIX_MODEX: |
1110 | 1111 | OPAL_ERROR_LOG(OPAL_ERR_NOT_SUPPORTED); |
1111 | 1112 | rc = OPAL_ERR_NOT_SUPPORTED; |
1112 | 1113 | break; |
| 1114 | +#endif /* PMIX_MODEX */ |
1113 | 1115 | case PMIX_PERSIST: |
1114 | 1116 | kv->type = OPAL_PERSIST; |
1115 | 1117 | kv->data.uint8 = pmix3x_convert_persist(v->data.persist); |
@@ -1218,10 +1220,12 @@ int pmix3x_value_unload(opal_value_t *kv, |
1218 | 1220 | OPAL_ERROR_LOG(OPAL_ERR_NOT_SUPPORTED); |
1219 | 1221 | rc = OPAL_ERR_NOT_SUPPORTED; |
1220 | 1222 | break; |
| 1223 | +#ifdef PMIX_INFO_ARRAY |
1221 | 1224 | case PMIX_INFO_ARRAY: |
1222 | 1225 | OPAL_ERROR_LOG(OPAL_ERR_NOT_SUPPORTED); |
1223 | 1226 | rc = OPAL_ERR_NOT_SUPPORTED; |
1224 | 1227 | break; |
| 1228 | +#endif /* PMIX_INFO_ARRAY */ |
1225 | 1229 | case PMIX_IOF_CHANNEL: |
1226 | 1230 | OPAL_ERROR_LOG(OPAL_ERR_NOT_SUPPORTED); |
1227 | 1231 | rc = OPAL_ERR_NOT_SUPPORTED; |
|
0 commit comments