编译统计建模的错误

时间:2018-04-02 06:29:15

标签: model

使用VECTRI model并运行此命令时:

(VECTRI/vectri/scripts/vectri_driver 5 highland_location_africa.txt 100 2100)

我收到错误:

  

+++编译模型+++ gfortran-mp-4.8 -I / opt / local / include -c -O2 -Wall mo_climate.f90 -o mo_climate.o -L / opt / local / lib -lnetcdff - lnetcdf make:gfortran-mp-4.8:没有这样的文件或目录make:*** [mo_climate.o]错误1 !!!!!!!!!!!!!!!!编译错误

这个错误的解决方案是什么,因为我在编译时遇到了问题?

1 个答案:

答案 0 :(得分:0)

据我所知,您使用的模型用于疾病统计估计。由于您提供的信息有限,很可能是编译错误。 Macports gfortran可能无法在您的系统上激活。 试着看看你的gcc中有什么 $ port select --list gcc

如果gfortran-mp-4.8存在, 设置它 $ sudo port select --set gcc gfortran-mp-4.8

然后$ hash -r

然后重试编译。希望这有效。