mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +01:00
added note about compiler comp between triqs and dft codes
This commit is contained in:
parent
d5816335f9
commit
384a45adae
@ -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
|
||||
-----------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user