File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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-2018 Research Organization for Information Science
4
+ * Copyright (c) 2014-2019 Research Organization for Information Science
5
5
* and Technology (RIST). All rights reserved.
6
6
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
7
7
* All rights reserved.
@@ -1107,10 +1107,12 @@ int ext3x_value_unload(opal_value_t *kv,
1107
1107
OPAL_ERROR_LOG (OPAL_ERR_NOT_SUPPORTED );
1108
1108
rc = OPAL_ERR_NOT_SUPPORTED ;
1109
1109
break ;
1110
+ #ifdef PMIX_MODEX
1110
1111
case PMIX_MODEX :
1111
1112
OPAL_ERROR_LOG (OPAL_ERR_NOT_SUPPORTED );
1112
1113
rc = OPAL_ERR_NOT_SUPPORTED ;
1113
1114
break ;
1115
+ #endif /* PMIX_MODEX */
1114
1116
case PMIX_PERSIST :
1115
1117
kv -> type = OPAL_PERSIST ;
1116
1118
kv -> data .uint8 = ext3x_convert_persist (v -> data .persist );
@@ -1221,10 +1223,12 @@ int ext3x_value_unload(opal_value_t *kv,
1221
1223
OPAL_ERROR_LOG (OPAL_ERR_NOT_SUPPORTED );
1222
1224
rc = OPAL_ERR_NOT_SUPPORTED ;
1223
1225
break ;
1226
+ #ifdef PMIX_INFO_ARRAY
1224
1227
case PMIX_INFO_ARRAY :
1225
1228
OPAL_ERROR_LOG (OPAL_ERR_NOT_SUPPORTED );
1226
1229
rc = OPAL_ERR_NOT_SUPPORTED ;
1227
1230
break ;
1231
+ #endif /* PMIX_INFO_ARRAY */
1228
1232
case PMIX_IOF_CHANNEL :
1229
1233
OPAL_ERROR_LOG (OPAL_ERR_NOT_SUPPORTED );
1230
1234
rc = OPAL_ERR_NOT_SUPPORTED ;
You can’t perform that action at this time.
0 commit comments