Yambo installation
Posted: Mon Aug 24, 2015 8:08 am
Respected Sir (Daniele Varsano)
I am trying to install YAMBO-3.4.1 in a HPC machine. For this I am configured with the command
./configure FC=ifort --with-blas="-L/opt/intel/mkl/lib/intel64 -lmkl_blas95_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-lapack="-L/opt/intel/mkl/lib/intel64 -lmkl_lapack95_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-blacs="-L/opt/intel/mkl/lib/intel64 -lmkl_blacs_ilp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-scalapack="-L/opt/intel/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-fftw="-L/opt/intel/mkl/lib/intel64" --with-fftw-lib="-lmkl_core -lmkl_intel_lp64 -lfftw3xc_intel -lmkl_sequential" CC=icc MPICC=mpiicc F77=ifort --with-iotk=/home1/barnali/espresso-5.1.2/S3DE/iotk --with-p2y=5.1.2
But I met the error following error--------
.........................................................................................
checking how to get verbose linking output from ifort... -v
checking for Fortran libraries of ifort... -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for external C routine (test) naming scheme... test_
checking for Fortran flag needed to accept free-form source... none
checking fortran 90 modules inclusion flag... -I
configure: testing preprocessor icc -E -ansi
checking if precompiler works on C source... yes
checking if precompiler works on F90 source... no
configure: error: Found precompiler problems in processing the F90/C source.
..............................................................................................................................
But when I have given the command
./configure FC=ifort --with-blas="-L/opt/intel/mkl/lib/intel64 -lmkl_blas95_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-lapack="-L/opt/intel/mkl/lib/intel64 -lmkl_lapack95_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-blacs="-L/opt/intel/mkl/lib/intel64 -lmkl_blacs_ilp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-scalapack="-L/opt/intel/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-fftw="-L/opt/intel/mkl/lib/intel64" --with-fftw-lib="-lmkl_core -lmkl_intel_lp64 -lfftw3xc_intel -lmkl_sequential" CC=icc MPICC=mpiicc F77=ifort --with-iotk=/home1/barnali/espresso-5.1.2/S3DE/iotk --with-p2y=5.1.2 FC="mpiifort" LIBS="-O2 -fPIC" FCFLAGS="-O2 -fPIC"
The error becomes-
.............................................................................................................
checking for FFTW... no
checking for blacs_set in -L/opt/intel/mkl/lib/intel64 -lmkl_blacs_ilp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential... yes
checking for pcheev in -L/opt/intel/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential... yes
checking the configuration of the LIBXC internal library... no
configure: error: can't configure LIBXC
...........................................................................
Could you please guide me to solve this problem? I am waiting for your kind response.
Here I have attached the config1.log and config2.log for details information.
Thanking you
Sincerely
Barnali Bhattacharya
Ph.D student
Assam university
India
I am trying to install YAMBO-3.4.1 in a HPC machine. For this I am configured with the command
./configure FC=ifort --with-blas="-L/opt/intel/mkl/lib/intel64 -lmkl_blas95_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-lapack="-L/opt/intel/mkl/lib/intel64 -lmkl_lapack95_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-blacs="-L/opt/intel/mkl/lib/intel64 -lmkl_blacs_ilp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-scalapack="-L/opt/intel/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-fftw="-L/opt/intel/mkl/lib/intel64" --with-fftw-lib="-lmkl_core -lmkl_intel_lp64 -lfftw3xc_intel -lmkl_sequential" CC=icc MPICC=mpiicc F77=ifort --with-iotk=/home1/barnali/espresso-5.1.2/S3DE/iotk --with-p2y=5.1.2
But I met the error following error--------
.........................................................................................
checking how to get verbose linking output from ifort... -v
checking for Fortran libraries of ifort... -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for external C routine (test) naming scheme... test_
checking for Fortran flag needed to accept free-form source... none
checking fortran 90 modules inclusion flag... -I
configure: testing preprocessor icc -E -ansi
checking if precompiler works on C source... yes
checking if precompiler works on F90 source... no
configure: error: Found precompiler problems in processing the F90/C source.
..............................................................................................................................
But when I have given the command
./configure FC=ifort --with-blas="-L/opt/intel/mkl/lib/intel64 -lmkl_blas95_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-lapack="-L/opt/intel/mkl/lib/intel64 -lmkl_lapack95_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-blacs="-L/opt/intel/mkl/lib/intel64 -lmkl_blacs_ilp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-scalapack="-L/opt/intel/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential" --with-fftw="-L/opt/intel/mkl/lib/intel64" --with-fftw-lib="-lmkl_core -lmkl_intel_lp64 -lfftw3xc_intel -lmkl_sequential" CC=icc MPICC=mpiicc F77=ifort --with-iotk=/home1/barnali/espresso-5.1.2/S3DE/iotk --with-p2y=5.1.2 FC="mpiifort" LIBS="-O2 -fPIC" FCFLAGS="-O2 -fPIC"
The error becomes-
.............................................................................................................
checking for FFTW... no
checking for blacs_set in -L/opt/intel/mkl/lib/intel64 -lmkl_blacs_ilp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential... yes
checking for pcheev in -L/opt/intel/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential... yes
checking the configuration of the LIBXC internal library... no
configure: error: can't configure LIBXC
...........................................................................
Could you please guide me to solve this problem? I am waiting for your kind response.
Here I have attached the config1.log and config2.log for details information.
Thanking you
Sincerely
Barnali Bhattacharya
Ph.D student
Assam university
India