Error when compiling with ETSF
Posted: Mon Nov 15, 2010 2:08 pm
Hi,
i'm bulding yambo-3.2.3-rev.11/etsf_io-1.0.3 on CentOS 5 with:
1) gfortran43
2) x86_64, Intel Nehalem
First, the --with-etsf=<path> configure flag is not flexible enough;
i need to patch the configure with:
sed -i "s<with_etsf/lib/libetsf_io<with_etsf/lib64/libetsf_io<g" config/configure.ac
sed -i "s<with_etsf/include/intel<with_etsf/include<g" config/configure.ac
but still there is an error:
>>>[Linking e2y]<<<
make[1]: Entering directory `/scratch/rpmbuild/yambo-3.2.3-rev.11/interfaces/e2y'
etsf_data.F e2y_i.F e2y_db1.f90:380.17:
default_Tel = temperature_ ! type conversion
1
Error: Symbol 'default_tel' at (1) has no IMPLICIT type
make[1]: *** [e2y_db1.o] Error 1
make[1]: Leaving directory `/scratch/rpmbuild/yambo-3.2.3-rev.11/interfaces/e2y'
make: *** [interfaces] Error 2
Best regards,
Marcin
i'm bulding yambo-3.2.3-rev.11/etsf_io-1.0.3 on CentOS 5 with:
1) gfortran43
2) x86_64, Intel Nehalem
First, the --with-etsf=<path> configure flag is not flexible enough;
i need to patch the configure with:
sed -i "s<with_etsf/lib/libetsf_io<with_etsf/lib64/libetsf_io<g" config/configure.ac
sed -i "s<with_etsf/include/intel<with_etsf/include<g" config/configure.ac
but still there is an error:
>>>[Linking e2y]<<<
make[1]: Entering directory `/scratch/rpmbuild/yambo-3.2.3-rev.11/interfaces/e2y'
etsf_data.F e2y_i.F e2y_db1.f90:380.17:
default_Tel = temperature_ ! type conversion
1
Error: Symbol 'default_tel' at (1) has no IMPLICIT type
make[1]: *** [e2y_db1.o] Error 1
make[1]: Leaving directory `/scratch/rpmbuild/yambo-3.2.3-rev.11/interfaces/e2y'
make: *** [interfaces] Error 2
Best regards,
Marcin