- 积分
- 6749
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-3-7
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 zzw9701 于 2020-4-12 16:52 编辑
WPS在大机器上安装过程中到int2nc.exe直接就中止了,没有出现successful,但是有metgrid.exe,ungrib.exe和geogrid.exe,也没有error的提醒,请问这是怎么回事,应该怎么修改啊?
make[1]: Entering directory `/mnt/lustre/nanxin/WPS/util/src'
make[1]: `height_ukmo.exe' is up to date.
make[1]: Leaving directory `/mnt/lustre/nanxin/WPS/util/src'
if [ -h height_ukmo.exe ] ; then \
/bin/rm -f height_ukmo.exe ; \
fi ; \
if [ -h ../height_ukmo.exe ] ; then \
/bin/rm -f ../height_ukmo.exe ; \
fi ; \
if [ -e src/height_ukmo.exe ] ; then \
ln -sf src/height_ukmo.exe . ; \
fi
( cd src ; \
if [ "" = yes ] ; then \
WRF_DIR2=../WRFV3 ; \
else \
WRF_DIR2=/mnt/lustre/nanxin/WPS/../WRFV3 ; \
fi ; \
make -i -r int2nc.exe \
WRF_DIR="$WRF_DIR2" \
FC="ifort" \
CC="icc" \
CPP="/lib/cpp -P -traditional" \
FFLAGS="-FR -convert big_endian" \
CFLAGS="-w" \
LDFLAGS="" \
CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UTIL" )
make[1]: Entering directory `/mnt/lustre/nanxin/WPS/util/src'
make[1]: `int2nc.exe' is up to date.
make[1]: Leaving directory `/mnt/lustre/nanxin/WPS/util/src'
if [ -h int2nc.exe ] ; then \
/bin/rm -f int2nc.exe ; \
fi ; \
if [ -h ../int2nc.exe ] ; then \
/bin/rm -f ../int2nc.exe ; \
fi ; \
if [ -e src/int2nc.exe ] ; then \
ln -sf src/int2nc.exe . ; \
fi
|
|