environ-developers / Environ

A fortran package and library for continuum embedding calculations in materials and molecules
http://www.quantum-environ.org
GNU General Public License v2.0
16 stars 5 forks source link

installation error #5

Open SFioccola opened 1 year ago

SFioccola commented 1 year ago

Hi, I'm trying to install Environ on qe 7.1 and after a successfully configuration in Environ root and QE root, I'm facing with this error: image

eric-read commented 6 days ago

Sorry for the very belated response, were you able to successfully install Environ?

SFioccola commented 6 days ago

Sorry for the very belated response, were you able to successfully install Environ?

No, unfortunately I still have the same error.

eric-read commented 5 days ago

Please share the make.inc files in both QE and Environ and a full log of the compilation of Environ and QE if possible. There are several possibilities why it would give that error:

  1. You installed Environ inside the QE directory, configuring QE then deletes all of Environ's compiled files.
  2. You did not compile Environ before compiling Quantum Espresso
  3. Environ failed to compile correctly and was unable to create the libraries
  4. You did not specify where Environ is located to QE
  5. You did not use the same exact compiler and compiler version to compile both QE and Environ