comscope / ComDMFT

ComDMFT is an ab initio code for simulating correlated quantum materials with crystalline symmetry. It combines the LQSGW code's DFT or qsGW calculations with an impurity problem describing strong on-atom correlations. The impurity problem is set up using Wannier90 and cRPA, and is solved with DMFT and the ComCTQMC impurity solver.
GNU General Public License v3.0
32 stars 14 forks source link

Compiling master branch fails with parentheses errors #2

Open adenchfi opened 2 years ago

adenchfi commented 2 years ago

Hello, The master branch seems to have some parentheses errors that the Comscope2021SummerSchool branch does not. Perhaps the Intel compiler does not catch these; I am instead compiling with gcc-9.2.0, and compilation is failing with the following errors: image

whereas the Comscope2021SummerSchool branch compiles successfully with the same parameters. Side note, the ComCTQMC/evalsim and /host makefiles have -lmpi_cxx in this branch also yield errors [I am using mpicc here] but removing them works.