Update FAQ authored by Philipp Rüssmann's avatar Philipp Rüssmann
...@@ -64,6 +64,10 @@ Note that the second line is only used if the hybrid parallelization was used. T ...@@ -64,6 +64,10 @@ Note that the second line is only used if the hybrid parallelization was used. T
*Note for aiida users: One should make sure to have the stacksize large enough in the code setup. This means adding the two statements above to the `Prepend text` while setting up the aiida code.* *Note for aiida users: One should make sure to have the stacksize large enough in the code setup. This means adding the two statements above to the `Prepend text` while setting up the aiida code.*
###### Other tips to reduce memory demand
- activate `<WRITE_GREF_FILE>= True` to not store the reference GF in memory but write it to a file instead (writes a file called gref which might be large)
--- ---
##### 4.2 Error loading shared library ##### 4.2 Error loading shared library
... ...
......