mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
fix: output DHT size in megabyte
This commit is contained in:
parent
30e510f8ff
commit
1b553205cd
@ -194,7 +194,7 @@ int SimParams::parseFromCmdl(char *argv[], RInsidePOET &R) {
|
|||||||
// << simparams.dht_significant_digits);
|
// << simparams.dht_significant_digits);
|
||||||
// MSG("DHT logarithm before rounding: "
|
// MSG("DHT logarithm before rounding: "
|
||||||
// << (simparams.dht_log ? "ON" : "OFF"));
|
// << (simparams.dht_log ? "ON" : "OFF"));
|
||||||
MSG("DHT size per process (Byte) = " +
|
MSG("DHT size per process (Megabyte) = " +
|
||||||
std::to_string(chem_params.dht_size));
|
std::to_string(chem_params.dht_size));
|
||||||
MSG("DHT save snapshots is " + BOOL_PRINT(chem_params.dht_snaps));
|
MSG("DHT save snapshots is " + BOOL_PRINT(chem_params.dht_snaps));
|
||||||
MSG("DHT load file is " + chem_params.dht_file);
|
MSG("DHT load file is " + chem_params.dht_file);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user