| | Compiling with Intel(R) Visual Fortran Compiler 18.0.5.274 [IA-32]...
ifort /nologo /debug:full /Od /I"bin\static\win32\Debug" /I"C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\bin\static\win32\Debug" /warn:interfaces /module:"bin\bmi\win32\Debug\\" /object:"bin\bmi\win32\Debug\\" /Fd"bin\bmi\win32\Debug\vc100.pdb" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\xbeach_bmi.f90"
C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\xbeach_bmi.f90(4): remark #6536: All symbols from this module are already visible due to another USE; the ONLY clause will have no effect. Rename clauses, if any, will be honored. [LIBXBEACH_MODULE]
use libxbeach_module, only: par, sglobal, s, executestep, outputext, init, final
-------^
C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\xbeach_bmi.f90(10): remark #6536: All symbols from this module are already visible due to another USE; the ONLY clause will have no effect. Rename clauses, if any, will be honored. [SPACEPARAMS]
use spaceparams, only: index_allocated, indextos, index_allocate
-------^
Linking...
Link /OUT:"bin\bmi\win32\Debug\xbeachlibrary_bmi.dll" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:"bin\bmi\win32\Debug\xbeachlibrary_bmi.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.pdb" /SUBSYSTEM:WINDOWS /IMPLIB:"C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.lib" /DLL -qm32 "bin\bmi\win32\Debug\xbeach_bmi.obj" "C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\bin\static\win32\Debug\xbeachlibrary.lib"
Creating library C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.lib and object C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.exp
Embedding manifest...
mt.exe /nologo /outputresource:"C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.dll;#2" /manifest "bin\bmi\win32\Debug\xbeachlibrary_bmi.dll.intermediate.manifest"
mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "C:\DUSA\_other\software\XBeach\repository\trunk\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.dll". The system cannot open the device or file specified.
xbeachlibrary_bmi - 1 error(s), 0 warning(s)
|