gfortran: unrecognized option '-nofor_main'
Posted: Fri Nov 12, 2010 3:59 pm
Dear all:
I get some errors messages, when I try to compile yambo. Could you help me.
I try to compile with:
the configuration information:
Error message:
I get some errors messages, when I try to compile yambo. Could you help me.
I try to compile with:
Code: Select all
./configure --with-mpi=/share/data1/lvty/tool/mpich2/lib/libmpich.a
FC=/share/data1/lvty/intel/Compiler/11.0/074/bin/intel64/ifort
F77=/share/data1/lvty/intel/Compiler/11.0/074/bin/intel64/ifort
MPIF=/share/data1/lvty/tool/mpich2/bin/mpif90
MPICC=/share/data1/lvty/tool/mpich2/bin/mpicc
FCFLAGS=-I/share/data1/lvty/tool/mpich2/include
Code: Select all
# [VER] 3.2.3 r.676
#
# [SYS] linux@x86_64
# [SRC] /share/data1/lvty/tool/yambo/yambo-3.2.3-rev.11
# [BIN] /share/data1/lvty/tool/yambo/yambo-3.2.3-rev.11/bin
# [FFT] Goedecker Fast Fourier transform with 0 cache
#
# [ ] Double precision
# [X] Redundant compilation
# [X] MPI
# [ ] PW (3.2) support
# [ ] ETSF I/O support
# [ ] SCALAPACK
# [ ] LibXC
# [ ] NETCDF/Large Files
# [XX ] Built-in BLAS/LAPACK/LOCAL
#
# [ CPP ] gcc -E -P
# [ C ] gcc -g -O2 -D_C_US -D_FORTRAN_US
# [MPICC] /share/data1/lvty/tool/mpich2/bin/mpicc -g -O2 -D_C_US -D_FORTRAN_US
# [ F90 ] /share/data1/lvty/intel/Compiler/11.0/074/bin/intel64/ifort -I/share/data1/lvty/tool/mpich2/include
# [MPIF ] mpif90 -I/share/data1/lvty/tool/mpich2/include
# [ F77 ] /share/data1/lvty/intel/Compiler/11.0/074/bin/intel64/ifort -I/share/data1/lvty/tool/mpich2/include
# [Cmain] -nofor_main
# [NoOpt] -assume bscc -O0 -xW
#
# [ MAKE ] make
# [EDITOR] vim
Code: Select all
>>>[Making modules]<<<
make[1]: Entering directory `/share/data1/lvty/tool/yambo/yambo-3.2.3-rev.11/src/modules'
gfortran: unrecognized option '-nofor_main'
mod_pars.F gfortran: unrecognized option '-nofor_main'
mod_units.F gfortran: unrecognized option '-nofor_main'
mod_stderr.F gfortran: unrecognized option '-nofor_main'
mod_par_proc.F gfortran: unrecognized option '-nofor_main'
mod_wrapper.F gfortran: unrecognized option '-nofor_main'
mod_fields.F gfortran: unrecognized option '-nofor_main'
mod_collision.F gfortran: unrecognized option '-nofor_main'
mod_drivers.F gfortran: unrecognized option '-nofor_main'
mod_FFT.F gfortran: unrecognized option '-nofor_main'
mod_timing.F gfortran: bscc: No such file or directory
gfortran: unrecognized option '-nofor_main'
gfortran: language W not recognized
gfortran: language W not recognized
make[1]: *** [mod_logo.o] Error 1
make[1]: Leaving directory `/share/data1/lvty/tool/yambo/yambo-3.2.3-rev.11/src/modules'
make: *** [yambo] Error 2