mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Update README.md
This commit is contained in:
parent
b68ad0cc0b
commit
7b0237b081
12
README.md
12
README.md
@ -89,16 +89,22 @@ When you file an issue, please go though the following checklist:
|
|||||||
|
|
||||||
### Required libraries
|
### Required libraries
|
||||||
Grid requires:
|
Grid requires:
|
||||||
|
|
||||||
[GMP](https://gmplib.org/),
|
[GMP](https://gmplib.org/),
|
||||||
|
|
||||||
[MPFR](http://www.mpfr.org/)
|
[MPFR](http://www.mpfr.org/)
|
||||||
|
|
||||||
Bootstrapping grid downloads and uses for internal dense matrix (non-QCD operations) the Eigen library.
|
Bootstrapping grid downloads and uses for internal dense matrix (non-QCD operations) the Eigen library.
|
||||||
|
|
||||||
Grid optionally uses:
|
Grid optionally uses:
|
||||||
|
|
||||||
[HDF5](https://support.hdfgroup.org/HDF5/)
|
[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)
|
[LIME](http://usqcd-software.github.io/c-lime/) for ILDG and SciDAC file format support.
|
||||||
[LAPACK]( either generic or Intel MKL library)
|
|
||||||
|
[FFTW](http://www.fftw.org) either generic version or via the Intel MKL library.
|
||||||
|
|
||||||
|
LAPACK either generic version or Intel MKL library.
|
||||||
|
|
||||||
|
|
||||||
### Quick start
|
### Quick start
|
||||||
|
Loading…
Reference in New Issue
Block a user