最近要做在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' 不是内部或外部命令,也不是可运行的程序
或批处理文件。