# apparently we have to re-load this for every process, otherwise NameErrors arise (seems like a bug but I'm not sure)
# apparently we have to re-load this for every process, otherwise NameErrors arise (seems like a bug but I'm not sure)
self._load_grid_function()
self._load_grid_function()
...
@@ -911,7 +914,7 @@ class Population:
...
@@ -911,7 +914,7 @@ class Population:
)
)
verbose_print(
verbose_print(
"Process {} started at {}".format(ID,datetime.datetime.now().isoformat()),self.grid_options["verbosity"],0
"Process {} started at {}. Using store memaddr {}".format(ID,datetime.datetime.now().isoformat(),self.grid_options["_store_memaddr"]),self.grid_options["verbosity"],0