mod_itm
Posted: Mon Nov 22, 2010 3:19 pm
Hi all,
I was trying to compile the last gpl version of Yambo on sp6 (3.2.3 rev 696), with these configure options:
And I've got several erros in the mod_itm.f compilation:
I was thinking to solve it using xlf95 instead of xlf90 but I failed ...
Any hint?
Ciao,
Fabio
I was trying to compile the last gpl version of Yambo on sp6 (3.2.3 rev 696), with these configure options:
Code: Select all
export CPP=cpp
export CC=xlc_r
export F77=xlf_r
export FC=xlf95_r
export FCFLAGS='-O2 -q64 -qstrict -qarch=pwr6 -qtune=pwr6 -qmaxmem=-1 -qautodbl=dbl4 -qsuffix=f=f -qrealsize'
./configure --prefix=/sp6/userinternal/cin0644a/yambo \
--with-fftw=/cineca/prod/libraries/fftw/3.2.2/xl--10.1/lib \
--with-netcdf-lib=/gpfs/scratch/userinternal/cin0644a/netcdf4/lib \
--with-netcdf-include=/gpfs/scratch/userinternal/cin0644a/netcdf4/lib/include \
--with-p2y=4.0 \
--with-iotk=/cineca/prod/build/applications/QuantumESPRESSO/4.1/xl--10.1/BA_WORK/QuantumESPRESSO-4.1/iotk \
--build=powerpc-ibm \
--enable-netcdf-LFS
Code: Select all
"mod_itm.f", line 437.34: 1513-062 (S) Generic procedure reference can not be resolved due to incorrect actual argument attributes.
"mod_itm.f", line 471.34: 1513-062 (S) Generic procedure reference can not be resolved due to incorrect actual argument attributes.
"mod_itm.f", line 536.21: 1513-062 (S) Generic procedure reference can not be resolved due to incorrect actual argument attributes.
"mod_itm.f", line 551.21: 1513-062 (S) Generic procedure reference can not be resolved due to incorrect actual argument attributes.
"mod_itm.f", line 566.20: 1513-062 (S) Generic procedure reference can not be resolved due to incorrect actual argument attributes.
Any hint?
Ciao,
Fabio