By adding the following line of search path for acml to my .bashrc file
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/acml5.3.1/gfortran64_int64/lib
the problem is solved and wannier90 compiles.
Thank Yann for pointing me to the right direction.
Search found 3 matches
- Sun Nov 22, 2015 5:20 am
- Forum: Configuring and compiling ABINIT
- Topic: Make error at wannier90 [SOLVED]
- Replies: 3
- Views: 6646
- Sat Nov 21, 2015 4:28 pm
- Forum: Configuring and compiling ABINIT
- Topic: Make error at wannier90 [SOLVED]
- Replies: 3
- Views: 6646
Re: Make error at wannier90 [SOLVED]
Dear Yann: Thank you very much for your response. I looked at the config.log in the wannier90 directory, and found "error" around line 83 configure:3358: /usr/bin/mpicc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files I suppose modifying file /h...
- Sat Nov 21, 2015 6:11 am
- Forum: Configuring and compiling ABINIT
- Topic: Make error at wannier90 [SOLVED]
- Replies: 3
- Views: 6646
Make error at wannier90 [SOLVED]
Dear Sir: I am trying to install abinit 7.10.5 on debian 8.2.0 using gfortran 4.9, but encounter some error at the compilation of wannier90 fallback. The "build-00.ac" file contains prefix="${HOME}/SIMUcode/abinit-7.10.5" enable_mpi="yes" enable_mpi_io="yes" w...