Build Log Build started: Project: FAST_Library, Configuration: Release|x64 Output FAST_Library: warning: TargetPath(F:\FAST8.10micro\bin\FAST_Library.dll) does not match the Linker's OutputFile property value (F:\FAST8.10micro\bin\FAST_Library_x64.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). Compiling with Intel(R) Visual Fortran Compiler 16.0 [Intel(R) 64]... ifort /nologo /O2 /fpp /DCOMPILE_SIMULINK /module:"x64\Release\\" /object:"x64\Release\\" /Fd"x64\Release\vc120.pdb" /libs:static /threads /Qmkl:sequential /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\\bin\amd64" "F:\FAST8.10micro\Source\FAST_Types.f90" F:\FAST8.10micro\Source\FAST_Types.f90(9572): error #6404: This name does not have a type, and must have an explicit type. [I1_L] i1_l = LBOUND(OutData%FlapCtrl,1) ------^ F:\FAST8.10micro\Source\FAST_Types.f90(9573): error #6404: This name does not have a type, and must have an explicit type. [I1_U] i1_u = UBOUND(OutData%FlapCtrl,1) ------^ F:\FAST8.10micro\Source\FAST_Types.f90(9574): error #6404: This name does not have a type, and must have an explicit type. [ERRSTAT2] ALLOCATE(mask1(i1_l:i1_u),STAT=ErrStat2) -------------------------------------^ F:\FAST8.10micro\Source\FAST_Types.f90(9574): error #6385: The highest data type rank permitted is INTEGER(KIND=8). [ERRSTAT2] ALLOCATE(mask1(i1_l:i1_u),STAT=ErrStat2) -------------------------------------^ F:\FAST8.10micro\Source\FAST_Types.f90(9574): error #6385: The highest data type rank permitted is INTEGER(KIND=8). [I1_L] ALLOCATE(mask1(i1_l:i1_u),STAT=ErrStat2) ---------------------^ F:\FAST8.10micro\Source\FAST_Types.f90(9574): error #6385: The highest data type rank permitted is INTEGER(KIND=8). [I1_U] ALLOCATE(mask1(i1_l:i1_u),STAT=ErrStat2) --------------------------^ compilation aborted for F:\FAST8.10micro\Source\FAST_Types.f90 (code 1) ifort /nologo /O2 /fpp /DCOMPILE_SIMULINK /module:"x64\Release\\" /object:"x64\Release\\" /Fd"x64\Release\vc120.pdb" /libs:static /threads /Qmkl:sequential /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\\bin\amd64" "F:\FAST8.10micro\Source\FAST_Mods.f90" ifort /nologo /O2 /fpp /DCOMPILE_SIMULINK /module:"x64\Release\\" /object:"x64\Release\\" /Fd"x64\Release\vc120.pdb" /libs:static /threads /Qmkl:sequential /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\\bin\amd64" "F:\FAST8.10micro\Source\dependencies\AeroDyn\AeroSubs.f90" ifort /nologo /O2 /fpp /DCOMPILE_SIMULINK /module:"x64\Release\\" /object:"x64\Release\\" /Fd"x64\Release\vc120.pdb" /libs:static /threads /Qmkl:sequential /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\\bin\amd64" "F:\FAST8.10micro\Source\dependencies\AeroDyn\AeroDyn.f90" F:\FAST8.10micro\Source\dependencies\AeroDyn\AeroDyn.f90(1301): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [DXDT] SUBROUTINE AD_CalcContStateDeriv( Time, u, p, x, xd, z, OtherState, dxdt, ErrStat, ErrMess ) --------------------------------------------------------------------^ F:\FAST8.10micro\Source\dependencies\AeroDyn\AeroDyn.f90(1358): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [Z_RESIDUAL] SUBROUTINE AD_CalcConstrStateResidual( Time, u, p, x, xd, z, OtherState, z_residual, ErrStat, ErrMess ) -------------------------------------------------------------------------^ ifort /nologo /O2 /fpp /DCOMPILE_SIMULINK /module:"x64\Release\\" /object:"x64\Release\\" /Fd"x64\Release\vc120.pdb" /libs:static /threads /Qmkl:sequential /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\\bin\amd64" "F:\FAST8.10micro\Source\FAST_Subs.f90" F:\FAST8.10micro\Source\FAST_Subs.f90(4102): error #6460: This is not a field name that is defined in the encompassing structure. [FLAPCTRL] u_AD%MulTabLoc(16,i) = m_FAST%ExternInput%FlapCtrl(i) --------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5096): error #6633: The type of the actual argument differs from the type of the dummy argument. [INPUT] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) -----------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5096): error #6633: The type of the actual argument differs from the type of the dummy argument. [OUTPUT] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) ------------------------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5096): error #6633: The type of the actual argument differs from the type of the dummy argument. [MESHMAPDATA] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) -----------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5096): error #6633: The type of the actual argument differs from the type of the dummy argument. [ERRSTAT2] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) ------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5096): error #6633: The type of the actual argument differs from the type of the dummy argument. [ERRMSG2] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) ----------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5096): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [ERRSTAT] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) -----------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5096): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [ERRMSG] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) -----------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5353): error #6633: The type of the actual argument differs from the type of the dummy argument. [INPUT] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) -----------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5353): error #6633: The type of the actual argument differs from the type of the dummy argument. [OUTPUT] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) ------------------------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5353): error #6633: The type of the actual argument differs from the type of the dummy argument. [MESHMAPDATA] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) -----------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5353): error #6633: The type of the actual argument differs from the type of the dummy argument. [ERRSTAT2] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) ------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5353): error #6633: The type of the actual argument differs from the type of the dummy argument. [ERRMSG2] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) ----------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5353): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [ERRSTAT] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) -----------^ F:\FAST8.10micro\Source\FAST_Subs.f90(5353): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [ERRMSG] CALL AD_InputSolve( AD%Input(1), ED%Output(1), MeshMapData, ErrStat2, ErrMsg2 ) -----------^ compilation aborted for F:\FAST8.10micro\Source\FAST_Subs.f90 (code 1) ifort /nologo /O2 /fpp /DCOMPILE_SIMULINK /module:"x64\Release\\" /object:"x64\Release\\" /Fd"x64\Release\vc120.pdb" /libs:static /threads /Qmkl:sequential /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\\bin\amd64" "F:\FAST8.10micro\Source\FAST_Library.f90" F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6784: The number of actual arguments cannot be greater than the number of dummy arguments. [FAST_INITIALIZEALL] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) --------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [1] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) ---------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6404: This name does not have a type, and must have an explicit type. [TURBINE] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) ------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [0.0] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) --------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [P_FAST] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) -------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [Y_FAST] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) ---------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [M_FAST] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) -----------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [ED] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) -------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [SRVD] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) -----------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [AD] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) -----------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [IFW] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) ---------------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [HD] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) --------------------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [SD] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) ------------------------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [MAPP] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) ----------------------------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [FEAM] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) ----------------------------------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [MD] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) ----------------------------------------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [ICEF] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) --------------------------------------------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [ICED] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) --------------------------------------------------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [MESHMAPDATA] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) --------------------------------------------------------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6633: The type of the actual argument differs from the type of the dummy argument. [ERRSTAT] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) ---------------------------------------------------------------------------------------------------------------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6638: An actual argument is an expression or constant; this is not valid since the associated dummy argument has the explicit INTENT(OUT) or INTENT(INOUT) attribute. [1] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) ---------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(103): error #6638: An actual argument is an expression or constant; this is not valid since the associated dummy argument has the explicit INTENT(OUT) or INTENT(INOUT) attribute. [0.0] CALL FAST_InitializeAll( t_initial, 1_IntKi, Turbine,t_initial, p_FAST, y_FAST, m_FAST, ED, SrvD, AD, IfW, HD, SD, MAPp, FEAM, MD, IceF, IceD, MeshMapData, ErrStat, ErrMsg, InputFileName, ExternInitData ) --------------------------------------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(281): error #6460: This is not a field name that is defined in the encompassing structure. [FLAPCTRL] m_FAST%ExternInput%FlapCtrl = InputAry(9:11) ----------------------------^ F:\FAST8.10micro\Source\FAST_Library.f90(281): error #6366: The shapes of the array expressions do not conform. [FLAPCTRL] m_FAST%ExternInput%FlapCtrl = InputAry(9:11) ----------------------------^ compilation aborted for F:\FAST8.10micro\Source\FAST_Library.f90 (code 1) FAST_Library - 48 error(s), 3 warning(s)