@@ -122,7 +122,6 @@ int MPI_Exscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datat
122
122
int MPI_Exscan_c (const void * sendbuf , void * recvbuf , MPI_Count count , MPI_Datatype datatype , MPI_Op op , MPI_Comm comm ) { abort (); return 0 ; }
123
123
int MPI_Exscan_init (const void * sendbuf , void * recvbuf , int count , MPI_Datatype datatype , MPI_Op op , MPI_Comm comm , MPI_Info info , MPI_Request * request ) { abort (); return 0 ; }
124
124
int MPI_Exscan_init_c (const void * sendbuf , void * recvbuf , MPI_Count count , MPI_Datatype datatype , MPI_Op op , MPI_Comm comm , MPI_Info info , MPI_Request * request ) { abort (); return 0 ; }
125
- int MPI_F_sync_reg (void * buf ) { abort (); return 0 ; }
126
125
int MPI_Fetch_and_op (const void * origin_addr , void * result_addr , MPI_Datatype datatype , int target_rank , MPI_Aint target_disp , MPI_Op op , MPI_Win win ) { abort (); return 0 ; }
127
126
int MPI_File_call_errhandler (MPI_File fh , int errorcode ) { abort (); return 0 ; }
128
127
int MPI_File_close (MPI_File * fh ) { abort (); return 0 ; }
@@ -788,7 +787,6 @@ int PMPI_Exscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype data
788
787
int PMPI_Exscan_c (const void * sendbuf , void * recvbuf , MPI_Count count , MPI_Datatype datatype , MPI_Op op , MPI_Comm comm ) { abort (); return 0 ; }
789
788
int PMPI_Exscan_init (const void * sendbuf , void * recvbuf , int count , MPI_Datatype datatype , MPI_Op op , MPI_Comm comm , MPI_Info info , MPI_Request * request ) { abort (); return 0 ; }
790
789
int PMPI_Exscan_init_c (const void * sendbuf , void * recvbuf , MPI_Count count , MPI_Datatype datatype , MPI_Op op , MPI_Comm comm , MPI_Info info , MPI_Request * request ) { abort (); return 0 ; }
791
- int PMPI_F_sync_reg (void * buf ) { abort (); return 0 ; }
792
790
int PMPI_Fetch_and_op (const void * origin_addr , void * result_addr , MPI_Datatype datatype , int target_rank , MPI_Aint target_disp , MPI_Op op , MPI_Win win ) { abort (); return 0 ; }
793
791
int PMPI_File_call_errhandler (MPI_File fh , int errorcode ) { abort (); return 0 ; }
794
792
int PMPI_File_close (MPI_File * fh ) { abort (); return 0 ; }
0 commit comments