X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/69dc94c6500722b122cf8e6649c598f3ecb5d663..cd0dec5653bce322b5e8b60ab08a965b586c1801:/include/smpi/smpi_extended_traces.h diff --git a/include/smpi/smpi_extended_traces.h b/include/smpi/smpi_extended_traces.h index f5dd7e5567..5bbf03af74 100644 --- a/include/smpi/smpi_extended_traces.h +++ b/include/smpi/smpi_extended_traces.h @@ -1,5 +1,5 @@ // This file has been automatically generated by the script -// in tools/smpi/./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_process_init(__VA_ARGS__); smpi_trace_set_call_location(__FILE__,__LINE__); MPI_Init(NULL, NULL); }) #define MPI_Finalize(...) ({ smpi_trace_set_call_location(__FILE__,__LINE__); MPI_Finalize(__VA_ARGS__); })