update ReadMe with git info and compiler/library versions needed

This commit is contained in:
Uldis Locans
2016-10-18 10:38:54 +02:00
parent 4fa529aaea
commit 157b2e95a2

View File

@ -15,17 +15,24 @@ by DKS.
#####Requirements##### #####Requirements#####
cmake 3.2 or higher
gcc 4.8.4 or higher
boost 1.55 or higher
#Optional
OpenMPI (Cuda aware OpenMPI enabled for full compatability) OpenMPI (Cuda aware OpenMPI enabled for full compatability)
g++ or icpc compiler icpc compiler for compatability with Intel MIC
Cuda 7.0 or higher (optional) Cuda 7.0 or higher (optional)
Nvidia or Intel OpenCL SDK (optional) Nvidia or Intel OpenCL SDK (optional)
Intel MIC compilers (optional) Intel MIC compilers (optional)
######Source######
https://gitlab.psi.ch/uldis_l/DKS
######Install###### ######Install######
#check out DKS #clone DKS
svn co svn+ssh://YOULOGIN@savannah02.psi.ch/repos/amas/users/adelmann/Ph.D-students/Locans/work/DKS/trunk DKS git clone git@gitlab.psi.ch:uldis_l/DKS.git DKS
#set compilers to use #set compilers to use
#supported c++ compilers: g++, icpc, mpicxx whith g++ #supported c++ compilers: g++, icpc, mpicxx whith g++