From aee35768f4002c0a7d96ba79e5aa78632fb41c65 Mon Sep 17 00:00:00 2001 From: Catherine Date: Sat, 5 Mar 2022 16:32:44 +0000 Subject: Disable parallel refinement on WebAssembly. --- common/command.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/command.cc') diff --git a/common/command.cc b/common/command.cc index 56327847..2167deb9 100644 --- a/common/command.cc +++ b/common/command.cc @@ -174,7 +174,9 @@ po::options_description CommandHandler::getGeneralOptions() "placer heap criticality exponent (int, default: 2)"); general.add_options()("placer-heap-timingweight", po::value(), "placer heap timing weight (int, default: 10)"); +#if !defined(__wasm) general.add_options()("parallel-refine", "use new experimental parallelised engine for placement refinement"); +#endif general.add_options()("router2-heatmap", po::value(), "prefix for router2 resource congestion heatmaps"); -- cgit v1.2.3