Hi all,
I am having this issue when building the WRFDA from v4.3 source files.
NVFORTRAN-F-0004-Corrupt or Old Module file ./type_kinds.mod (NESDIS_ATMS_SeaICE_LIB.f90: 60)
NVFORTRAN/x86-64 Linux 21.5-0: compilation aborted
make[2]: [makefile:32: NESDIS_ATMS_SeaICE_LIB.o] Error 2 (ignored)
pgf90 -c -O3 -w -Mfree -byteswapio Compare_Float_Numbers.f90
pgf90 -c -O3 -w -Mfree -byteswapio Endian_Utility.f90
x=`echo "pgf90" | awk '{print $1}'` ; export x ; \
if [ $x = "pgf90" ] ; then \
pgf90 -c -O3 -w -Mfree -byteswapio -tp=px Sort_Utility.f90 ; \
else \
pgf90 -c -O3 -w -Mfree -byteswapio Sort_Utility.f90 ; \
fi
Attached is my configure.wrf and the compile.log file. Any suggestion is appreciated. Thanks in advance!
I am having this issue when building the WRFDA from v4.3 source files.
NVFORTRAN-F-0004-Corrupt or Old Module file ./type_kinds.mod (NESDIS_ATMS_SeaICE_LIB.f90: 60)
NVFORTRAN/x86-64 Linux 21.5-0: compilation aborted
make[2]: [makefile:32: NESDIS_ATMS_SeaICE_LIB.o] Error 2 (ignored)
pgf90 -c -O3 -w -Mfree -byteswapio Compare_Float_Numbers.f90
pgf90 -c -O3 -w -Mfree -byteswapio Endian_Utility.f90
x=`echo "pgf90" | awk '{print $1}'` ; export x ; \
if [ $x = "pgf90" ] ; then \
pgf90 -c -O3 -w -Mfree -byteswapio -tp=px Sort_Utility.f90 ; \
else \
pgf90 -c -O3 -w -Mfree -byteswapio Sort_Utility.f90 ; \
fi
Attached is my configure.wrf and the compile.log file. Any suggestion is appreciated. Thanks in advance!