Page 1 of 1

wannier error during install

Posted: Sun Mar 30, 2014 11:36 am
by jbaltrus
Dear all,

I get an inevitable problem during make with wannier, regardless whether it is or it is not specified in
.ac file. Confilg.log is attached. Any advice would be appreciated

Jonas

Code: Select all

enable_mpi="yes"
enable_mpi_io="yes"
with_mpi_prefix="/opt/openmpi"
with_fft_flavor="fftw3"
with_fft_libs="-L/opt/intel/composer_xe_2013_sp1/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group -lpthread"
with_linalg_flavor="mkl"
with_linalg_libs="-L/opt/intel/composer_xe_2013_sp1/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group -lpthread"
with_dft_flavor="atompaw+bigdft+libxc"
enable_gw_dpc="yes"
enable_maintainer_checks="no"
enable_test_timeout="yes"
enable_gui_build="no"


checking for suffix of executables...
checking whether we are cross compiling... configure: error: in `/home/jbaltrus/ABINIT/abinit-7.6.2/build/fallbacks/sources/wannier90-1.2.0.1':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make[3]: *** [stamps/wannier90-config-stamp] Error 1
make[3]: Leaving directory `/home/jbaltrus/ABINIT/abinit-7.6.2/build/fallbacks'
make[2]: [all-local] Error 2 (ignored)
Checking build of wannier90 fallback
test -e stamps/wannier90-install-stamp
make[2]: *** [all-local] Error 1
make[2]: Leaving directory `/home/jbaltrus/ABINIT/abinit-7.6.2/build/fallbacks'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jbaltrus/ABINIT/abinit-7.6.2/build'
make: *** [all] Error 2
[jbaltrus@hpc-pcs build]$

Re: wannier error during install

Posted: Tue Apr 01, 2014 5:34 pm
by pouillon
Could you send /home/jbaltrus/ABINIT/abinit-7.6.2/build/fallbacks/sources/wannier90-1.2.0.1/config.log as well?

Re: wannier error during install  [SOLVED]

Posted: Tue Apr 01, 2014 8:42 pm
by jbaltrus
got inpatient and removed that, compiled without it, thanks

Jonas