From 10780ed3693f21dca556ff529ec4901ba032f31b Mon Sep 17 00:00:00 2001 From: mladenivkovic <mladen.ivkovic@hotmail.com> Date: Tue, 25 Aug 2020 15:05:06 +0200 Subject: [PATCH] getting Agora example to work out of box --- examples/GEAR/AgoraDisk/agora_disk.yml | 1 + examples/GEAR/getChemistryTable.sh | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 examples/GEAR/getChemistryTable.sh diff --git a/examples/GEAR/AgoraDisk/agora_disk.yml b/examples/GEAR/AgoraDisk/agora_disk.yml index 3804b454b7..0bd8cebddc 100644 --- a/examples/GEAR/AgoraDisk/agora_disk.yml +++ b/examples/GEAR/AgoraDisk/agora_disk.yml @@ -9,6 +9,7 @@ InternalUnitSystem: Scheduler: max_top_level_cells: 16 cell_extra_sparts: 5000 # (Optional) Number of spare sparts per top-level allocated at rebuild time for on-the-fly creation. + cell_extra_gparts: 5000 # (Optional) Number of spare sparts per top-level allocated at rebuild time for on-the-fly creation. cell_max_size: 8000 # (Optional) Maximal number of interactions per task if we force the split (this is the default value). cell_sub_size_pair_hydro: 2560 # (Optional) Maximal number of hydro-hydro interactions per sub-pair hydro/star task (this is the default value). cell_sub_size_self_hydro: 3200 # (Optional) Maximal number of hydro-hydro interactions per sub-self hydro/star task (this is the default value). diff --git a/examples/GEAR/getChemistryTable.sh b/examples/GEAR/getChemistryTable.sh old mode 100644 new mode 100755 -- GitLab