File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -151,20 +151,6 @@ static int plm_alps_init(void)
151151 */ 
152152static  int  plm_alps_launch_job (orte_job_t  * jdata )
153153{
154-     orte_app_context_t  * app ;
155- 
156-     for  (int  i  =  0  ; i  <  jdata -> apps -> size  ; ++ i ) {
157-         int  env_count ;
158- 
159-         if  (NULL  ==  (app  =  (orte_app_context_t * )opal_pointer_array_get_item (jdata -> apps , i ))) {
160-             continue ;
161-         }
162- 
163-         for  (env_count  =  0  ; app -> env  &&  app -> env [env_count ] ; ++ env_count );
164-         /* disable PMI for the application. this will prevent the pmi library from printing useless warnings */ 
165-         opal_argv_append  (& env_count , & app -> env , "PMI_NO_FORK=1" );
166-         opal_argv_append  (& env_count , & app -> env , "PMI_NO_PREINITIALIZE=1" );
167-     }
168154
169155    if  (ORTE_FLAG_TEST (jdata , ORTE_JOB_FLAG_RESTART )) {
170156        /* this is a restart situation - skip to the mapping stage */ 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments