File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ 
22/* 
33 * 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. 
66 * Copyright (c) 2014-2015 Mellanox Technologies, Inc. 
77 *                         All rights reserved. 
88 * Copyright (c) 2016      Cisco Systems, Inc.  All rights reserved. 
@@ -1001,10 +1001,12 @@ int pmix2x_value_unload(opal_value_t *kv,
10011001        OPAL_ERROR_LOG (OPAL_ERR_NOT_SUPPORTED );
10021002        rc  =  OPAL_ERR_NOT_SUPPORTED ;
10031003        break ;
1004+ #ifdef  PMIX_MODEX 
10041005    case  PMIX_MODEX :
10051006        OPAL_ERROR_LOG (OPAL_ERR_NOT_SUPPORTED );
10061007        rc  =  OPAL_ERR_NOT_SUPPORTED ;
10071008        break ;
1009+ #endif  /* PMIX_MODEX */ 
10081010    case  PMIX_PERSIST :
10091011        kv -> type  =  OPAL_PERSIST ;
10101012        kv -> data .uint8  =  pmix2x_convert_persist (v -> data .persist );
@@ -1111,10 +1113,12 @@ int pmix2x_value_unload(opal_value_t *kv,
11111113        OPAL_ERROR_LOG (OPAL_ERR_NOT_SUPPORTED );
11121114        rc  =  OPAL_ERR_NOT_SUPPORTED ;
11131115        break ;
1116+ #ifdef  PMIX_INFO_ARRAY 
11141117    case  PMIX_INFO_ARRAY :
11151118        OPAL_ERROR_LOG (OPAL_ERR_NOT_SUPPORTED );
11161119        rc  =  OPAL_ERR_NOT_SUPPORTED ;
11171120        break ;
1121+ #endif  /* PMIX_INFO_ARRAY */ 
11181122
11191123    default :
11201124        /* silence warnings */ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments