File indexing completed on 2023-05-28 05:10:53 UTC
view on githubraw file Latest commit b4daa243 on 2023-05-28 03:53:22 UTC
b4daa24319 Shre*0001 /*
0002 ##########################################################
0003 # This file is part of the AdjoinableMPI library #
0004 # released under the MIT License. #
0005 # The full COPYRIGHT notice can be found in the top #
0006 # level directory of the AdjoinableMPI distribution. #
0007 ##########################################################
0008
0009 #ifndef AMPI_LIBCONFIG_H
0010 #define AMPI_LIBCONFIG_H
0011
0012
0013 /* Defined when configured with --enable-fortranCompatible . */
0014 #define AMPI_FORTRANCOMPATIBLE
0015
0016 /* Defined when configured with --enable-requestOnTrace . */
0017 #undef AMPI_REQUESTONTRACE
0018
0019 #endif
0020