disable parallel graph executor by default

revert-15207-remove_op_handle_lock_and_fix_var
Yancey1989 6 years ago
parent e65436103f
commit db603398b7

@ -35,7 +35,7 @@ limitations under the License. */
DEFINE_string(pe_profile_fname, "",
"Profiler filename for PE, which generated by gperftools."
"Only valid when compiled `WITH_PRIFILER=ON`. Empty if disable.");
DEFINE_bool(enable_parallel_graph, true,
DEFINE_bool(enable_parallel_graph, false,
"Force disable parallel graph execution mode if set false.");
namespace paddle {

Loading…
Cancel
Save