... | ... | @@ -18,10 +18,7 @@ The *voronoi* code typically runs through in a few seconds to minutes and it is |
|
|
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`.
|
|
|
- `make` fails with `Error 2` and not much information, in `build/CMakeFiles/CMakeError.log` it says `Determining if the Fortran sgemm exists failed`: This means that LAPACK was not found. On the computers in Juelich the easiest fix is to use the intel compiler where that should be configured correctly.
|
|
|
|
|
|
## How to use it
|
|
|
|
... | ... | |