X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3bf4b2f917646520bc564cdc85c6fd256e0ed6e5..cd0dec5653bce322b5e8b60ab08a965b586c1801:/include/smpi/smpi_extended_traces_fortran.h diff --git a/include/smpi/smpi_extended_traces_fortran.h b/include/smpi/smpi_extended_traces_fortran.h index 3b2904f1aa..5fcf369b4b 100644 --- a/include/smpi/smpi_extended_traces_fortran.h +++ b/include/smpi/smpi_extended_traces_fortran.h @@ -1,5 +1,5 @@ ! This file has been automatically generated by the script -! in ./generate_smpi_defines.pl +! in tools/smpi/../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 @@ -244,3 +244,31 @@ #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