3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-04 23:36:05 +02:00

updated install page

This commit is contained in:
aichhorn 2015-08-11 16:54:29 +02:00
parent c2e45b468c
commit 91368c7036

View File

@ -4,13 +4,11 @@
Installation
============
LINKS ARE BROKEN!
Prerequisites
-------------
#. The :ref:`TRIQS <triqslibs:welcome>` toolbox (see :ref:`TRIQS installation instruction <triqslibs:installation>`).
In the following, we will suppose that it is installed in the ``path_to_triqs`` directory.
#. The :ref:`TRIQS <triqslibs:welcome>` toolbox. In the following, we will suppose that it is installed in the ``path_to_triqs`` directory.
#. Likely, you will also need at least one impurity solver, e.g. the :ref:`CTHYB solver <triqscthyb:welcome>`.
@ -35,13 +33,19 @@ Installation steps
$ make test
$ make install
TO BE FIXED
===========
Installation steps for use with WIEN2K
---------------------------------------
Installation steps for the use with WIEN2K version 14.2 and older
--------------------------------------------------------------
#. You need to take this last step manually since the Wien2k installation is not standard on all machines.
.. warning::
The following steps are only necessary if you use a Wien2k version
14.2 and older. For newer versions (15.1 onwards), these things have
been included already in the Wien2k package. There are no
:program:`run_triqs` and :program:`runsp_triqs` scripts any more,
since their functionality has been included in the Wien2k
run scripts.
You need to take this last step manually since the Wien2k installation is not standard on all machines.
After the above installation several files will be installed into::
path_to_TRIQS_install_directory/share/triqs/Wien2k_SRC_files/SRC_templates
@ -77,6 +81,7 @@ Installation steps for use with WIEN2K
Finally, you will have to change the calls to :program:`python_with_DMFT` to
:program:`pytriqs` in the Wien2k :file:`path_to_Wien2k/run*` files.
Version compatibility
---------------------
@ -87,8 +92,8 @@ into the directory with the sources and look at all available versions::
$ cd src && git tag
Checkout the version of the code that you want::
Checkout the version of the code that you want, for instance::
$ git co 1.0.0
$ git co 1.2
Then follow the steps 2 to 5 described above to compile the code.