- 积分
- 32399
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-12-11
- 最后登录
- 1970-1-1
|
数值模式
使用语言: |
fortran |
我看过提问的智慧: |
看过 |
自己思考时长(天): |
2 |
问题概况: |
安装src_flexwrf_v3.2 总是报错 |
问题截图: |
- |
系统平台: |
linux |
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 chongzika 于 2015-9-9 20:45 编辑
我gnu和pgi编译的netcdf都不行,并且我试了下 make -f makefile.mom omp
(single PC or single node)是可以正常安装的,配置如下
NETCDF =/public/app/netcdf/4.0/pgi/13.3-0
############### Specify the compiler you want
# COMPILER options --- gnu, pgi, intel
COMPILER =gnu
这个没有报错
NETCDF =/public/app/netcdf/4.0/pgi/13.3-0
############### Specify the compiler you want
# COMPILER options --- gnu, pgi, intel
COMPILER = pgi
反倒写的一样也还是会报错
然后 make -f makefile.mom mpi 就不管怎么样都是会报错的类似如下的错误
echo 'Compiling MPI'
Compiling MPI
pgf90 -mp *.o -o flexwrf32_pgi_mpi -L/nuist/p/public/app/netcdf/4.0/pgi/13.3-0/lib -fastsse -mcmodel=medium -lnetcdff -lpthread -L/nuist/p/public/app/mvapich2/2.0b/pgi/13.3-0/lib -lmpi
/usr/bin/ld: cannot find -lnetcdff
make: *** [mpi] Error 2
|
|