X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/186f89752893903ca07994d050394bacf1114626..a3d21ecd742b7936526f2dac34396b564ac17cf7:/include/smpi/smpi_extended_traces.h diff --git a/include/smpi/smpi_extended_traces.h b/include/smpi/smpi_extended_traces.h index f97d93f0ad..5159b50297 100644 --- a/include/smpi/smpi_extended_traces.h +++ b/include/smpi/smpi_extended_traces.h @@ -1,6 +1,12 @@ +// Copyright (c) 2016-2022. The SimGrid Team. All rights reserved. + +// This program is free software; you can redistribute it and/or modify it +// under the terms of the license (GNU LGPL) which comes with this package. + // This file has been automatically generated by the script // 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__), MPI_Init(__VA_ARGS__)) #define MPI_Finalize(...) (smpi_trace_set_call_location(__FILE__, __LINE__), MPI_Finalize(__VA_ARGS__)) #define MPI_Finalized(...) (smpi_trace_set_call_location(__FILE__, __LINE__), MPI_Finalized(__VA_ARGS__))