@@ -122,7 +122,6 @@ int MPI_Exscan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datat
122122int MPI_Exscan_c (const void * sendbuf , void * recvbuf , MPI_Count count , MPI_Datatype datatype , MPI_Op op , MPI_Comm comm ) { abort (); return 0 ; }
123123int 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 ; }
124124int 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 ; }
126125int 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 ; }
127126int MPI_File_call_errhandler (MPI_File fh , int errorcode ) { abort (); return 0 ; }
128127int 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
788787int PMPI_Exscan_c (const void * sendbuf , void * recvbuf , MPI_Count count , MPI_Datatype datatype , MPI_Op op , MPI_Comm comm ) { abort (); return 0 ; }
789788int 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 ; }
790789int 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 ; }
792790int 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 ; }
793791int PMPI_File_call_errhandler (MPI_File fh , int errorcode ) { abort (); return 0 ; }
794792int PMPI_File_close (MPI_File * fh ) { abort (); return 0 ; }
0 commit comments