File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,14 +168,14 @@ sub write_file {
168168$handles -> {MPI_LONG_DOUBLE } = 47;
169169$handles -> {MPI_FLOAT_INT } = 48;
170170$handles -> {MPI_DOUBLE_INT } = 49;
171- $handles -> {MPI_LONGDBL_INT } = 50;
171+ $handles -> {MPI_LONG_DOUBLE_INT } = 50;
172172$handles -> {MPI_LONG_INT } = 51;
173173$handles -> {MPI_2INT } = 52;
174174$handles -> {MPI_SHORT_INT } = 53;
175175$handles -> {MPI_CXX_BOOL } = 54;
176- $handles -> {MPI_CXX_CPLEX } = 55;
177- $handles -> {MPI_CXX_DBLCPLEX } = 56;
178- $handles -> {MPI_CXX_LDBLCPLEX } = 57;
176+ $handles -> {MPI_CXX_COMPLEX } = 55;
177+ $handles -> {MPI_CXX_DOUBLE_COMPLEX } = 56;
178+ $handles -> {MPI_CXX_LONG_DOUBLE_COMPLEX } = 57;
179179$handles -> {MPI_INT8_T } = 58;
180180$handles -> {MPI_UINT8_T } = 59;
181181$handles -> {MPI_INT16_T } = 60;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments