mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
fix: remove double initialization of dht_enabled in ChemistryModule
This commit is contained in:
parent
1b4691c172
commit
1a680d8ca6
@ -188,8 +188,6 @@ void poet::ChemistryModule::initializeDHT(
|
|||||||
uint32_t size_mb, const NamedVector<std::uint32_t> &key_species) {
|
uint32_t size_mb, const NamedVector<std::uint32_t> &key_species) {
|
||||||
constexpr uint32_t MB_FACTOR = 1E6;
|
constexpr uint32_t MB_FACTOR = 1E6;
|
||||||
|
|
||||||
this->dht_enabled = true;
|
|
||||||
|
|
||||||
MPI_Comm dht_comm;
|
MPI_Comm dht_comm;
|
||||||
|
|
||||||
if (this->is_master) {
|
if (this->is_master) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user