@@ -127,7 +127,7 @@ static const char* func_list[] = {
127127 "fseeko" , "ftello" ,
128128
129129
130- // MPI 86 functions
130+ // MPI 87 functions
131131 "PMPI_File_close" , "PMPI_File_set_size" , "PMPI_File_iread_at" ,
132132 "PMPI_File_iread" , "PMPI_File_iread_shared" , "PMPI_File_iwrite_at" ,
133133 "PMPI_File_iwrite" , "PMPI_File_iwrite_shared" , "PMPI_File_open" ,
@@ -170,7 +170,7 @@ static const char* func_list[] = {
170170 "PMPI_Testany" , "PMPI_Ireduce" , "PMPI_Iscatter" ,
171171 "PMPI_Igather" , "PMPI_Ialltoall" ,
172172 // Added 2021/01/25
173- "PMPI_Comm_free" , "PMPI_Cart_sub" ,
173+ "PMPI_Comm_free" , "PMPI_Cart_sub" , "PMPI_Comm_split_type" ,
174174
175175 // HDF5 I/O - 74 functions
176176 "H5Fcreate" , "H5Fopen" , "H5Fclose" , "H5Fflush" , // File interface
@@ -228,7 +228,7 @@ static char filename_arg_pos[] = {
228228 0b00000001 , 0b00000001 , 0b00000001 , 0b00000001 , 0b00000000 , // remove
229229 0b00000001 , 0b00000001 ,
230230
231- // MPI 86 functions
231+ // MPI 87 functions
232232 // Only MPI_File_open has the filename argument
233233 0b00000000 , 0b00000000 , 0b00000000 ,
234234 0b00000000 , 0b00000000 , 0b00000000 ,
@@ -270,7 +270,7 @@ static char filename_arg_pos[] = {
270270 0b00000000 , 0b00000000 , 0b00000000 ,
271271 0b00000000 , 0b00000000 ,
272272 // Added 2020/01/25
273- 0b00000000 , 0b00000000 ,
273+ 0b00000000 , 0b00000000 , 0b00000000 ,
274274
275275
276276 // HDF5 I/O - 74 functions
0 commit comments