1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Update README.md

This commit is contained in:
Peter Boyle 2017-07-01 10:24:41 +01:00 committed by GitHub
parent b68ad0cc0b
commit 7b0237b081

View File

@ -89,16 +89,22 @@ When you file an issue, please go though the following checklist:
### Required libraries
Grid requires:
[GMP](https://gmplib.org/),
[MPFR](http://www.mpfr.org/)
Bootstrapping grid downloads and uses for internal dense matrix (non-QCD operations) the Eigen library.
Grid optionally uses:
[HDF5](https://support.hdfgroup.org/HDF5/)
[LIME](http://usqcd-software.github.io/c-lime/) (for ILDG file format support)
[FFTW](http://www.fftw.org) (Either generic or via the Intel MKL library)
[LAPACK]( either generic or Intel MKL library)
[LIME](http://usqcd-software.github.io/c-lime/) for ILDG and SciDAC file format support.
[FFTW](http://www.fftw.org) either generic version or via the Intel MKL library.
LAPACK either generic version or Intel MKL library.
### Quick start