- 积分
- 1083
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-5-24
- 最后登录
- 1970-1-1
|
发表于 2018-6-13 10:16:38
|
显示全部楼层
不知道楼主还在吗,请教楼主,我才安装wrf时也出现了类似错误
setting parallel make -j 2
make: Warning: File `configure.wrf' has modification time 73 s in the future
make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -module /mnt/data14/sunchao/programs/WRFV3/main -I/mnt/data14/sunchao/programs/WRFV3/external/esmf_time_f90 -I/mnt/data14/sunchao/programs/WRFV3/main -I/mnt/data14/sunchao/programs/WRFV3/external/io_netcdf -I/mnt/data14/sunchao/programs/WRFV3/external/io_int -I/mnt/data14/sunchao/programs/WRFV3/frame -I/mnt/data14/sunchao/programs/WRFV3/share -I/mnt/data14/sunchao/programs/WRFV3/phys -I/mnt/data14/sunchao/programs/WRFV3/chem -I/mnt/data14/sunchao/programs/WRFV3/inc -I/mnt/data14/sunchao/programs/netcdf/include " ext
make[1]: Entering directory `/mnt/data14/sunchao/programs/WRFV3'
make[1]: Warning: File `configure.wrf' has modification time 73 s in the future
--------------------------------------
( cd frame ; make -i -r externals )
make[2]: Entering directory `/mnt/data14/sunchao/programs/WRFV3/frame'
make[2]: Warning: File `../configure.wrf' has modification time 73 s in the future
( cd /mnt/data14/sunchao/programs/WRFV3/external/ioapi_share ; \
make -i -r NATIVE_RWORDSIZE="4" RWORDSIZE="4" AR="ar" ARFLAGS="ru" )
make[3]: Entering directory `/mnt/data14/sunchao/programs/WRFV3/external/ioapi_share'
make[3]: Warning: File `../../configure.wrf' has modification time 73 s in the future
( /bin/rm -f ../../inc/wrf_io_flags.h foo_io_flags.h; \
/bin/cp wrf_io_flags.h foo_io_flags.h; \
if [ 4 -ne 4 ] ; then \
/bin/rm -f foo_io_flags.h; \
sed -e 's/104/105/' wrf_io_flags.h > foo_io_flags.h ;\
fi ; \
/bin/mv foo_io_flags.h ../../inc/wrf_io_flags.h )
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/mnt/data14/sunchao/programs/WRFV3/external/ioapi_share'
( cd /mnt/data14/sunchao/programs/WRFV3/external/io_grib_share ; \
make CC="gcc" CFLAGS="-w -O3 -DDM_PARALLEL -DSTUBMPI -DMAX_HISTORY=25" RM="rm -f" RANLIB="ranlib" CPP="/lib/cpp -C -P" \
FC="pgf90 -r4 -i4 -I. -w -Mfree -byteswapio " TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" archive)
请问是怎么解决的 |
|