diff --git a/_pages/docs/quick-start-guide.md b/_pages/docs/quick-start-guide.md index dd05c76d..884145e7 100644 --- a/_pages/docs/quick-start-guide.md +++ b/_pages/docs/quick-start-guide.md @@ -143,6 +143,12 @@ A full list of configurations options is available with the `./configure --help` * `--with-fftw=`: look for FFTW in the UNIX prefix `` +* `--with-hdf5=`: look for HDF5 in the UNIX prefix `` + +* `--with-lime=`: look for the C-LIME library in the UNIX prefix `` + +* `--enable-sfw-fp16=]`: enable LAPACK support in Lanczos eigensolver. A UNIX prefix containing the library can be specified (optional). * `--enable-mkl[=]`: use Intel MKL for FFT (and LAPACK if enabled) routines. A UNIX prefix containing the library can be specified (optional). @@ -155,7 +161,11 @@ A full list of configurations options is available with the `./configure --help` * `--enable-precision={single|double}`: set the default precision (default: `double`). -* `--enable-precision=`: Use `` for message passing (default: `none`). [List of possible comm targets](/Grid/docs/comm_interfaces/). +* `--enable-comms=`: Use `` for message passing (default: `none`). [List of possible comm targets](/Grid/docs/comm_interfaces/). + +* `--enable-shm=`: Use `` for shared memory behaviour (default: `shmopen`). [List of possible shm targets](/Grid/docs/comm_interfaces/). + +* `--enable-shmpath=`: Select `` for the shared memory mmap base path for libhugetlbfs. * `--enable-rng={sitmo|ranlux48|mt19937}` choose the RNG (default: `sitmo`).