Skip to content
  • Gregor Michalicek's avatar
    Search for ChASE only for the MPI parallelized target · e75182f0
    Gregor Michalicek authored
    ChASE needs several libraries to be available to work.
    This includes MPI, LAPACK, LIBSTDC++.
    
    My way to let the ChASE test succeed at the moment is to invoke
    the configure script with
    
    FLEUR_LIBRARIES="-L**PATH_TO:libchase_fleur.a**;-lchase_fleur;-lstdc++" ./fleur/configure.sh IFF
    e75182f0