3)编译错误信息:
错误 2 error #6404: This name does not have a type, and must have an explicit type. [ALLOCATE] F:\SS_Block-V2\SS_Block\Solver\BuiFactorProcess\GPFactorCalc.f90 601
错误 1 error #6632: Keyword arguments are invalid without an explicit interface. [STAT] F:\SS_Block-V2\SS_Block\Solver\BuiFactorProcess\GPFactorCalc.f90 601
Compiling with Intel(R) Visual Fortran Compiler XE 15.0.0.108 [IA-32]...
ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc120.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qvc12 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\\bin" "C:\Users\Administrator\Desktop\PKI\PKI\Solver\BuildUpFactorProcess\GPFactorCalc.f90"
C:\Users\Administrator\Desktop\PKI\PKI\Solver\BuildUpFactorProcess\GPFactorCalc.f90(596): error #6632: Keyword arguments are invalid without an explicit interface. [STAT]
allocate(tempMaterialExposureBdUpFactorByDifferentMfp(buildUpFactorMaterialNum,buildUpFactorMaterialNum),stat = status)
-----------------------------------------------------------------------------------------------------------------^
C:\Users\Administrator\Desktop\PKI\PKI\Solver\BuildUpFactorProcess\GPFactorCalc.f90(596): error #6404: This name does not have a type, and must have an explicit type. [ALLOCATE]
allocate(tempMaterialExposureBdUpFactorByDifferentMfp(buildUpFactorMaterialNum,buildUpFactorMaterialNum),stat = status)
--------^
compilation aborted for C:\Users\Administrator\Desktop\PKI\PKI\Solver\BuildUpFactorProcess\GPFactorCalc.f90 (code 1)