~aakhtar/siesta/spglib-inclusion

« back to all changes in this revision

Viewing changes to README_CHESS

  • Committer: Stephan Mohr
  • Date: 2017-02-02 08:51:44 UTC
  • mto: (462.50.5 CheSS-branch_latest)
  • mto: This revision was merged to the branch mainline in revision 469.
  • Revision ID: stephan.mohr@bsc.es-20170202085144-10znc7q2xlcjz3uu
small corrections following Nick's and Alberto's suggestions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Minimal compilation and linking instructions for CheSS
 
2
======================================================
 
3
 
 
4
1) Download and unpack the latest release of CheSS from Launchpad: https://launchpad.net/chess
 
5
   More detailed instructions for this step are shipped together with CheSS.
 
6
   In the following we assume that your main installation directory is called <build-dir>.
 
7
 
 
8
2) In your arch.make file you should add the following (without the ""):
 
9
   FPPFLAGS: add "-DSIESTA__CHESS"
 
10
   LIBS: add "<build-dir>/install/lib/libCheSS-1.a"
 
11
         add "<build-dir>/install/lib/libfutile-1.a"
 
12
         add "<build-dir>/install/lib/libyaml.a"
 
13
   INCFLAGS: add "-I<build-dir>/install/include"
 
14
 
 
15
3) Compile SIESTA as usual.
 
16
   You can check whether the installation has been successful by running the CheSS test
 
17
   that you can find in the folder Tests.