updated docu

This commit is contained in:
Sarod Yatawatta 2015-08-20 13:51:34 +02:00
parent 5053fd1993
commit fb1feb9ae4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ SAGECal Installation
- glib http://developer.gnome.org/glib
- BLAS/LAPACK
Highly recommended is OpenBLAS http://www.openblas.net/
Also, to avoid any linking issues, build OpenBLAS from source and link SAGECal with the static library (libopenblas***.a) and NOT libopenblas***.so
Also, to avoid any linking issues (and to get best performance), build OpenBLAS from source and link SAGECal with the static library (libopenblas***.a) and NOT libopenblas***.so
- Compilers gcc/g++ or Intel icc/icpc
- If you have NVIDIA GPUs,
-- CUDA/CUBLAS and nvcc