From 384a45adaedc1dc627859cb822476d8b853496ee Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Mon, 28 Sep 2020 14:48:06 -0400 Subject: [PATCH] added note about compiler comp between triqs and dft codes --- doc/install.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/install.rst b/doc/install.rst index a3956d3c..7c77d35f 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -67,6 +67,12 @@ Installation steps $ make install +Important note for FCSC DFT+DMFT calculations +--------------------------------------------- + +To use dft_tools together with any of the supported DFT codes (Wien2k, Vasp, or Elk) in a full charge self-consistent manner, please make sure to compile both triqs and the designated DFT code with the same compiler / library setup for best compatibility. For example, if Vasp is compiled with the intel compiler suite, it will not be possible to use it together with a GNU compiled triqs and vice versa during a FCSC calculation, as both codes need to run at the same time. Hence, it is highly advisable to not use the intel compilers (linking againt intel mkl libraries is of course fine) to compile any of the interfaced DFT codes. + + Installation steps for the use with WIEN2K version 14.2 and older -----------------------------------------------------------------