Build Log
  

Build started: Project: iMOD, Configuration: Debug|x64

Output
  
Compiling with Intel(R) Visual Fortran Compiler XE 15.0.0.108 [Intel(R) 64]...
ifort /nologo /debug:full /Od /assume:buffered_io /heap-arrays0 /fpp /I"..\..\..\UTL" /I"..\..\..\imod\lib\DELFTIO\OS_X64" /I"..\..\..\imod\lib\WINTERACTER\os_x64\INCLUDE" /I"..\..\..\IMOD\LIB\WINTERACTER\OS_X64" /DIFORT /warn:declarations /warn:unused /warn:ignore_loc /warn:uncalled /warn:nousage /warn:nointerfaces /Qinit:zero /fp:strict /module:"x64\Debug\\" /object:"x64\Debug\\" /Fd"x64\Debug\vc100.pdb" /traceback /check:pointer /check:bounds /check:uninit /libs:static /threads /dbglibs /winapp /c /Qvc10 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\\bin\amd64" "d:\05. Software modellen codes\05.01 iMOD code\tags\UTL\utl.f90"
ifort /nologo /debug:full /Od /assume:buffered_io /heap-arrays0 /fpp /I"..\..\..\imod\lib\DELFTIO\OS_X64" /I"..\..\..\imod\lib\WINTERACTER\os_x64\INCLUDE" /I"..\..\..\IMOD\LIB\WINTERACTER\OS_X64" /DDEBUG /warn:declarations /warn:unused /warn:ignore_loc /warn:uncalled /warn:nousage /warn:interfaces /Qinit:zero /fp:strict /module:"x64\Debug\\" /object:"x64\Debug\\" /Fd"x64\Debug\vc100.pdb" /traceback /check:pointer /check:bounds /check:uninit /libs:static /threads /dbglibs /winapp /c /Qvc10 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\\bin\amd64" "d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90"
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(76): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MOD_WBAL_ANALYSE]
USE MOD_WBAL_ANALYSE, ONLY : WBAL_ANALYSE_MAIN,WBAL_ANALYSE_TAB1,WBAL_ANALYSE_TAB2,WBAL_ANALYSE_TAB3,WBAL_ANALYSE_TAB4
----^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(351): error #6406: Conflicting attributes or multiple declaration of name.   [WBAL_ANALYSE_MAIN]
   CALL WBAL_ANALYSE_MAIN(ITYPE,MESSAGE)
--------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(353): error #6406: Conflicting attributes or multiple declaration of name.   [WBAL_ANALYSE_TAB1]
   CALL WBAL_ANALYSE_TAB1(ITYPE,MESSAGE)
--------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(355): error #6406: Conflicting attributes or multiple declaration of name.   [WBAL_ANALYSE_TAB2]
   CALL WBAL_ANALYSE_TAB2(ITYPE,MESSAGE)
--------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(357): error #6406: Conflicting attributes or multiple declaration of name.   [WBAL_ANALYSE_TAB3]
   CALL WBAL_ANALYSE_TAB3(ITYPE,MESSAGE)
--------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(359): error #6406: Conflicting attributes or multiple declaration of name.   [WBAL_ANALYSE_TAB4]
   CALL WBAL_ANALYSE_TAB4(ITYPE,MESSAGE)
--------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(76): error #6580: Name in only-list does not exist.   [WBAL_ANALYSE_MAIN]
USE MOD_WBAL_ANALYSE, ONLY : WBAL_ANALYSE_MAIN,WBAL_ANALYSE_TAB1,WBAL_ANALYSE_TAB2,WBAL_ANALYSE_TAB3,WBAL_ANALYSE_TAB4
-----------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(76): error #6580: Name in only-list does not exist.   [WBAL_ANALYSE_TAB1]
USE MOD_WBAL_ANALYSE, ONLY : WBAL_ANALYSE_MAIN,WBAL_ANALYSE_TAB1,WBAL_ANALYSE_TAB2,WBAL_ANALYSE_TAB3,WBAL_ANALYSE_TAB4
-----------------------------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(76): error #6580: Name in only-list does not exist.   [WBAL_ANALYSE_TAB2]
USE MOD_WBAL_ANALYSE, ONLY : WBAL_ANALYSE_MAIN,WBAL_ANALYSE_TAB1,WBAL_ANALYSE_TAB2,WBAL_ANALYSE_TAB3,WBAL_ANALYSE_TAB4
-----------------------------------------------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(76): error #6580: Name in only-list does not exist.   [WBAL_ANALYSE_TAB3]
USE MOD_WBAL_ANALYSE, ONLY : WBAL_ANALYSE_MAIN,WBAL_ANALYSE_TAB1,WBAL_ANALYSE_TAB2,WBAL_ANALYSE_TAB3,WBAL_ANALYSE_TAB4
-----------------------------------------------------------------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(76): error #6580: Name in only-list does not exist.   [WBAL_ANALYSE_TAB4]
USE MOD_WBAL_ANALYSE, ONLY : WBAL_ANALYSE_MAIN,WBAL_ANALYSE_TAB1,WBAL_ANALYSE_TAB2,WBAL_ANALYSE_TAB3,WBAL_ANALYSE_TAB4
-----------------------------------------------------------------------------------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90(66): remark #7712: This variable has not been used.   [IWIN]
USE MOD_3D_PAR, ONLY : IWIN,IRENDER_3D
-----------------------^
compilation aborted for d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_prg.f90 (code 1)

ifort /nologo /debug:full /Od /assume:buffered_io /heap-arrays0 /fpp /I"..\..\..\imod\lib\DELFTIO\OS_X64" /I"..\..\..\imod\lib\WINTERACTER\os_x64\INCLUDE" /I"..\..\..\IMOD\LIB\WINTERACTER\OS_X64" /DWINTERACTER9 /warn:declarations /warn:unused /warn:ignore_loc /warn:uncalled /warn:nousage /warn:interfaces /Qinit:zero /fp:strict /module:"x64\Debug\\" /object:"x64\Debug\\" /Fd"x64\Debug\vc100.pdb" /traceback /check:pointer /check:bounds /check:uninit /libs:static /threads /dbglibs /winapp /c /Qvc10 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\\bin\amd64" "d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90"
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(45): remark #7712: This variable has not been used.   [ISELISG]
USE MOD_ISG_PAR, ONLY : ISELISG
------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(360): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MOD_WBAL_ANALYSE]
USE MOD_WBAL_ANALYSE, ONLY : WBAL_ANALYSE_INIT
----^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(360): error #6580: Name in only-list does not exist.   [WBAL_ANALYSE_INIT]
USE MOD_WBAL_ANALYSE, ONLY : WBAL_ANALYSE_INIT
-----------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(311): remark #7712: This variable has not been used.   [ICRD]
USE MOD_POLYGON_PAR, ONLY : ICRD,CRDITYPE
----------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(311): remark #7712: This variable has not been used.   [CRDITYPE]
USE MOD_POLYGON_PAR, ONLY : ICRD,CRDITYPE
---------------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(313): remark #7712: This variable has not been used.   [IMESSAGE]
USE MOD_UTL, ONLY : IMESSAGE,UTL_WSELECTFILE,ICDEBUGLEVEL,UTL_DEBUGLEVEL,UTL_MEASUREMAIN
--------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(314): remark #7712: This variable has not been used.   [NISG]
USE MOD_ISG_PAR, ONLY : ISELISG,NISG,ISG
--------------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(851): remark #7712: This variable has not been used.   [PREFVAL]
USE MOD_PREF_PAR, ONLY : PREFVAL
-------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(2073): remark #7712: This variable has not been used.   [TOPIC]
SUBROUTINE IMODGETHELP(TOPIC,CTOPIC) 
-----------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(2147): remark #7712: This variable has not been used.   [IDIAGERROR]
USE IMODVAR, ONLY : IDIAGERROR
--------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(2206): remark #7712: This variable has not been used.   [IMESSAGE]
USE MOD_UTL, ONLY : IMESSAGE
--------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(2207): remark #7712: This variable has not been used.   [GEN]
USE MOD_GENPLOT, ONLY : GEN,NGEN,TOPOGENUPDATE
------------------------^
d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90(293): error #5508: Declaration of routine 'IMOD1EXPOSERESIZE' conflicts with a previous declaration
SUBROUTINE IMOD1EXPOSERESIZE()
-----------^
compilation aborted for d:\05. Software modellen codes\05.01 iMOD code\tags\iMOD\SRC\imod_main\imod_main.f90 (code 1)


iMOD - 16 error(s), 0 warning(s)