diff --git a/src/colvarbias_abf.cpp b/src/colvarbias_abf.cpp index 93e63b851..94d41e767 100644 --- a/src/colvarbias_abf.cpp +++ b/src/colvarbias_abf.cpp @@ -106,12 +106,6 @@ int colvarbias_abf::init(std::string const &conf) } cvm::log("shared ABF will be applied among "+ cvm::to_str(proxy->num_replicas()) + " replicas.\n"); - if (cvm::proxy->smp_enabled() == COLVARS_OK) { - cvm::error("Error: shared ABF is currently not available with SMP parallelism; " - "please set \"SMP off\" at the top of the Colvars configuration file.\n", - COLVARS_NOT_IMPLEMENTED); - return COLVARS_NOT_IMPLEMENTED; - } // If shared_freq is not set, we default to output_freq get_keyval(conf, "sharedFreq", shared_freq, output_freq);