Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Update header files for call-location tracing.
[simgrid.git] / include / smpi / smpi_extended_traces_fortran.h
index 3b2904f..ffd1b70 100644 (file)
@@ -1,5 +1,5 @@
 ! This file has been automatically generated by the script
-! in ./generate_smpi_defines.pl
+! in tools/smpi/./generate_smpi_defines.pl
 ! DO NOT EDIT MANUALLY. ALL CHANGES WILL BE OVERWRITTEN!
 #define MPI_INIT smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_init
 #define MPI_FINALIZE smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_finalize
 #define MPI_WIN_TEST smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_win_test
 #define MPI_WIN_UNLOCK smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_win_unlock
 #define MPI_WIN_WAIT smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_win_wait
+#define MPI_FILE_GET_ERRHANDLER smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_get_errhandler
+#define MPI_FILE_SET_ERRHANDLER smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_set_errhandler
+#define MPI_FILE_OPEN smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_open
+#define MPI_FILE_CLOSE smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_close
+#define MPI_FILE_DELETE smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_delete
+#define MPI_FILE_SET_SIZE smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_set_size
+#define MPI_FILE_GET_SIZE smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_get_size
+#define MPI_FILE_SET_VIEW smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_set_view
+#define MPI_FILE_GET_VIEW smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_get_view
+#define MPI_FILE_READ_AT smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_read_at
+#define MPI_FILE_READ_AT_ALL smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_read_at_all
+#define MPI_FILE_WRITE_AT smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_write_at
+#define MPI_FILE_WRITE_AT_ALL smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_write_at_all
+#define MPI_FILE_SET_ATOMICITY smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_set_atomicity
+#define MPI_FILE_GET_ATOMICITY smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_get_atomicity
+#define MPI_FILE_SYNC smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_sync
+#define MPI_FILE_READ_AT_ALL_BEGIN smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_read_at_all_begin
+#define MPI_FILE_READ_AT_ALL_END smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_read_at_all_end
+#define MPI_FILE_WRITE_AT_ALL_BEGIN smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_write_at_all_begin
+#define MPI_FILE_WRITE_AT_ALL_END smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_write_at_all_end
+#define MPI_FILE_READ_ALL_BEGIN smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_read_all_begin
+#define MPI_FILE_READ_ALL_END smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_read_all_end
+#define MPI_FILE_WRITE_ALL_BEGIN smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_write_all_begin
+#define MPI_FILE_WRITE_ALL_END smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_write_all_end
+#define MPI_FILE_READ_ORDERED_BEGIN smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_read_ordered_begin
+#define MPI_FILE_READ_ORDERED_END smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_read_ordered_end
+#define MPI_FILE_WRITE_ORDERED_BEGIN smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_write_ordered_begin
+#define MPI_FILE_WRITE_ORDERED_END smpi_trace_set_call_location(__FILE__,__LINE__); call mpi_file_write_ordered_end