MAX                69 ompi/mca/coll/libnbc/libdict/dict_private.h #define MAX(a,b)	((a) > (b) ? (a) : (b))
MAX                28 ompi/mca/topo/treematch/treematch/tm_thread_pool.c #define MAX(a, b) ((a)>(b)?(a):(b))
MAX                18 ompi/mca/topo/treematch/treematch/tm_tree.c #define MAX(a, b) ((a)>(b)?(a):(b))
MAX               125 ompi/mpi/cxx/mpicxx.cc #undef MAX
MAX                42 opal/util/bipartite_graph.c #  define MAX(a,b) ((a) > (b) ? (a) : (b))