... | ... | @@ -17,6 +17,12 @@ Run the `install.py` script, select the *voronoi* code and follow the instructio |
|
|
The *voronoi* code typically runs through in a few seconds to minutes and it is not parallelized.
|
|
|
Thus you should only choose the **serial** installation for *voronoi*.
|
|
|
|
|
|
### Possible Error Sources
|
|
|
- When using the intel compiler, by default `mcmodel=small` is given,
|
|
|
which restricts code and data to 2GB (the 32 bit adress space).
|
|
|
To fix this, use the compiler `ifort --mcmodel=large` for the `install.py`
|
|
|
instead of just `ifort`.
|
|
|
|
|
|
## How to use it
|
|
|
|
|
|
* Construct potential and shapefun [from scratch](start_from_scratch)
|
... | ... | |