From e8386869dc6a9315a74bb8f315fb88c017e8a223 Mon Sep 17 00:00:00 2001 From: Uldis Locans Date: Tue, 18 Oct 2016 10:38:54 +0200 Subject: [PATCH] update ReadMe with git info and compiler/library versions needed --- ReadMe.first | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ReadMe.first b/ReadMe.first index e781b63..b020918 100644 --- a/ReadMe.first +++ b/ReadMe.first @@ -15,17 +15,24 @@ by DKS. #####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) -g++ or icpc compiler +icpc compiler for compatability with Intel MIC Cuda 7.0 or higher (optional) Nvidia or Intel OpenCL SDK (optional) Intel MIC compilers (optional) +######Source###### +https://gitlab.psi.ch/uldis_l/DKS ######Install###### -#check out DKS -svn co svn+ssh://YOULOGIN@savannah02.psi.ch/repos/amas/users/adelmann/Ph.D-students/Locans/work/DKS/trunk DKS +#clone DKS +git clone git@gitlab.psi.ch:uldis_l/DKS.git DKS #set compilers to use #supported c++ compilers: g++, icpc, mpicxx whith g++