wannier error during install  [SOLVED]

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
jbaltrus
Posts: 5
Joined: Sat Feb 22, 2014 3:46 pm

wannier error during install

Post by jbaltrus » Sun Mar 30, 2014 11:36 am

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]$
Attachments
config.log
(149.29 KiB) Downloaded 299 times

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: wannier error during install

Post by pouillon » Tue Apr 01, 2014 5:34 pm

Could you send /home/jbaltrus/ABINIT/abinit-7.6.2/build/fallbacks/sources/wannier90-1.2.0.1/config.log as well?
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

jbaltrus
Posts: 5
Joined: Sat Feb 22, 2014 3:46 pm

Re: wannier error during install  [SOLVED]

Post by jbaltrus » Tue Apr 01, 2014 8:42 pm

got inpatient and removed that, compiled without it, thanks

Jonas

Locked