Lines Matching +full:max +full:- +full:parallel
3 // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
22 2. Produce a "parallel" recompilation order (same as above, but group files
23 which can be built in parallel)
123 // and the order with files that can be compiled in parallel in main()
136 // Parallel compilation ordering in main()
148 maxdist = (std::max)(time[source(*j, g)], maxdist); in main()
153 cout << "parallel make ordering, " << endl in main()
154 << "vertices with same group number can be made in parallel" in main()
164 // if I change yow.h what files need to be re-made? in main()
166 cout << "A change to yow.h will cause what to be re-made?" << endl; in main()
184 cout << "adding edge bar_cpp -> dax_h" << endl; in main()