嗨小伙子 发表于 2016-5-18 16:30:23

Aspen外链Fortran子程序

最近要做在Aspen中做反应精馏,外链Fortran子程序时在Aspen plus simulation engine中进行aspcomp DISP.f 操作,老是提示如下:
ASPCOMP: Warning!Intel Fortran compiler ifort.exe not found in %PATH%   
ASPCOMP: Warning! Microsoft C runtime library msvcrt.lib not found in %LIB%   
ASPCOMP: Warning! Microsoft C runtime library is needed for Dynamic Linking.   
ASPCOMP: Warning!Intel Fortran runtime library libifcoremd.lib not found in %LIB%   
ASPCOMP: Warning!Intel Fortran runtime library is needed for Dynamic Linking.   
ifort.exe /nologo /c   -DAWINNTN -DWIN32 -I. "-IC:\Program Files (x86)\AspenTech\APrSystem V7.3\Engine\commons" "-IC:\Program Files (x86)\AspenTech\Aspen Plus V7.3\Engine\\commons"      /fpp /Qsave /iface:cvf /MD -object:"DISP.obj" "DISP.f"
'ifort.exe' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

大家有过这方面问题的吗??迫切需要您的帮助,拜托拜托

bshao_sh 发表于 2016-5-18 16:30:23

1. 安装一个fortran complier,
2. 运行一下set compiler.

嗨小伙子 发表于 2016-5-18 16:30:23

bshao_sh 发表于 2016-5-18 20:57
1. 安装一个fortran complier,
2. 运行一下set compiler.

非常感谢您的回复,我立马试一下

宁宁爱科研 发表于 2016-5-18 16:30:23

嗨小伙子 发表于 2016-5-26 08:53
**** 作者被禁止或删除 内容自动屏蔽 ****

我安装了Fortran 怎么运行set compiler

18562317750 发表于 2016-5-18 16:30:23

bshao_sh 发表于 2016-5-18 20:57
1. 安装一个fortran complier,
2. 运行一下set compiler.

运行了还不行
页: [1]
查看完整版本: Aspen外链Fortran子程序