| | Compiling with Intel(R) Visual Fortran Compiler 16.0 [IA-32]...
ifort /nologo /debug:full /Od /I"bin\static\win32\Debug" /I"D:\Repositories\XBeach\branches\landslide2\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" "D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary\xbeach_bmi.f90"
D:\Repositories\XBeach\branches\landslide2\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
-------^
D:\Repositories\XBeach\branches\landslide2\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:"D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.pdb" /SUBSYSTEM:WINDOWS /IMPLIB:"D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.lib" /DLL "bin\bmi\win32\Debug\xbeach_bmi.obj" "D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary\bin\static\win32\Debug\xbeachlibrary.lib"
Creating library D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.lib and object D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.exp
Embedding manifest...
mt.exe /nologo /outputresource:"D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.dll;#2" /manifest "bin\bmi\win32\Debug\xbeachlibrary_bmi.dll.intermediate.manifest"
Performing Post-Build Event...
build\distribute.bat D:\Repositories\XBeach\branches\landslide2\ Debug D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary\bin\bmi\win32\Debug\ win32
D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary>rem clear output dir
D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary>if exist "D:\Repositories\XBeach\branches\landslide2\\dist\win32\Debug\XBeach.Library.dll" del "D:\Repositories\XBeach\branches\landslide2\\dist\win32\Debug\XBeach.Library.dll" /q /f
D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary>if exist "D:\Repositories\XBeach\branches\landslide2\\dist\win32\Debug\XBeach.BMI.dll" del "D:\Repositories\XBeach\branches\landslide2\\dist\win32\Debug\XBeach.BMI.dll" /q /f
D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary>if not exist "D:\Repositories\XBeach\branches\landslide2\\dist\win32\Debug" mkdir "D:\Repositories\XBeach\branches\landslide2\\dist\win32\Debug"
D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary>rem copy dll files
D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary>if exist "D:\Repositories\XBeach\branches\landslide2\\src\xbeachlibrary\bin\dynamic\win32\Debug\xbeachlibrary_dynamic.dll" copy "D:\Repositories\XBeach\branches\landslide2\\src\xbeachlibrary\bin\dynamic\win32\Debug\xbeachlibrary_dynamic.dll" "D:\Repositories\XBeach\branches\landslide2\\dist\win32\Debug\XBeach.Library.dll"
1 file(s) copied.
D:\Repositories\XBeach\branches\landslide2\src\xbeachlibrary>if exist "D:\Repositories\XBeach\branches\landslide2\\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.dll" copy "D:\Repositories\XBeach\branches\landslide2\\src\xbeachlibrary\bin\bmi\win32\Debug\xbeachlibrary_bmi.dll" "D:\Repositories\XBeach\branches\landslide2\\dist\win32\Debug\XBeach.BMI.dll"
1 file(s) copied.
xbeachlibrary_bmi - 0 error(s), 0 warning(s)
|