Error compile on windows 7 - D-Flow Flexible Mesh - Delft3D
intro story D-Flow FM
D-Flow Flexible MeshD-Flow Flexible Mesh (D-Flow FM) is the new software engine for hydrodynamical simulations on unstructured grids in 1D-2D-3D. Together with the familiar curvilinear meshes from Delft3D 4, the unstructured grid can consist of triangles, pentagons (etc.) and 1D channel networks, all in one single mesh. It combines proven technology from the hydrodynamic engines of Delft3D 4 and SOBEK 2 and adds flexible administration, resulting in:
An overview of the current developments can be found here. The D-Flow FM - team would be delighted if you would participate in discussions on the generation of meshes, the specification of boundary conditions, the running of computations, and all kinds of other relevant topics. Feel free to share your smart questions and/or brilliant solutions!
======================================================= | Sub groups
|
Message Boards
Error compile on windows 7
KO
Kyssyanne Oliveira, modified 6 Years ago.
Error compile on windows 7
Youngling Posts: 13 Join Date: 9/4/13 Recent Posts 00
Good Afternoon,
I'm having problems to compile Delft3D . I am compiling version 5.01.00.2163 , and use the VS2008 and the trial version of Intel Visual Fortran Composer XE 2011, update 5
And at the end the following sentence appears : Build : 53 succeeded , 10 failed , 0 up-to - date, 0 .
The error start to appears on get sentence 18 :
17 > Compiling ...
18 > C : \ delft3d_repository \ src \ utils_lgpl \ esmfsm \ packages \ esmfsm \ src \ fsm \ fortapi.f90 ( 53 ) : error # 7002 : Error in opening the compiled module file . Check INCLUDE paths . [ PRECISION ]
. 18 > / include \ globals - fsm.i ( 46 ) : error # 6683 : A kind type parameter must be a compile-time constant . [ PNTRSIZE ]
. 18 > / include \ globals - fsm.i ( 49 ) : error # 6683 : A kind type parameter must be a compile-time constant . [ PNTRSIZE ]
1 > Creating library ...
At the end appears:
62 > Linking ...
63 > ipo : error # 11018 : Can not open c : \ delft3d_repository \ src \ engines_gpl \ flow2d3d \ bin \ Release \ flow2d3d_openda.lib
63 > LINK : fatal error LNK1181 : can not open input file ' c : \ delft3d_repository \ src \ engines_gpl \ flow2d3d \ bin \ Release \ flow2d3d_openda.lib '
63 >
63 > Build log written to " file :/ / C : \ delft3d_repository \ src \ third_party_open \ openda \ tests \ test_dll_noise \ Release \ BuildLog.htm "
63 > test_dll_noise - 2 error ( s), 0 warning (s)
62 > ipo : error # 11018 : Can not open c : \ delft3d_repository \ src \ engines_gpl \ flow2d3d \ bin \ Release \ flow2d3d_openda.lib
62 > LINK : fatal error LNK1181 : can not open input file ' c : \ delft3d_repository \ src \ engines_gpl \ flow2d3d \ bin \ Release \ flow2d3d_openda.lib '
62 >
62 > Build log written to " file :/ / C : \ delft3d_repository \ src \ third_party_open \ openda \ tests \ test_seq_dlls \ Release \ BuildLog.htm "
62 > test_seq_dlls - 2 error ( s), 0 warning (s)
How can I resolve this, someone could help me ?
I'm having problems to compile Delft3D . I am compiling version 5.01.00.2163 , and use the VS2008 and the trial version of Intel Visual Fortran Composer XE 2011, update 5
And at the end the following sentence appears : Build : 53 succeeded , 10 failed , 0 up-to - date, 0 .
The error start to appears on get sentence 18 :
17 > Compiling ...
18 > C : \ delft3d_repository \ src \ utils_lgpl \ esmfsm \ packages \ esmfsm \ src \ fsm \ fortapi.f90 ( 53 ) : error # 7002 : Error in opening the compiled module file . Check INCLUDE paths . [ PRECISION ]
. 18 > / include \ globals - fsm.i ( 46 ) : error # 6683 : A kind type parameter must be a compile-time constant . [ PNTRSIZE ]
. 18 > / include \ globals - fsm.i ( 49 ) : error # 6683 : A kind type parameter must be a compile-time constant . [ PNTRSIZE ]
1 > Creating library ...
At the end appears:
62 > Linking ...
63 > ipo : error # 11018 : Can not open c : \ delft3d_repository \ src \ engines_gpl \ flow2d3d \ bin \ Release \ flow2d3d_openda.lib
63 > LINK : fatal error LNK1181 : can not open input file ' c : \ delft3d_repository \ src \ engines_gpl \ flow2d3d \ bin \ Release \ flow2d3d_openda.lib '
63 >
63 > Build log written to " file :/ / C : \ delft3d_repository \ src \ third_party_open \ openda \ tests \ test_dll_noise \ Release \ BuildLog.htm "
63 > test_dll_noise - 2 error ( s), 0 warning (s)
62 > ipo : error # 11018 : Can not open c : \ delft3d_repository \ src \ engines_gpl \ flow2d3d \ bin \ Release \ flow2d3d_openda.lib
62 > LINK : fatal error LNK1181 : can not open input file ' c : \ delft3d_repository \ src \ engines_gpl \ flow2d3d \ bin \ Release \ flow2d3d_openda.lib '
62 >
62 > Build log written to " file :/ / C : \ delft3d_repository \ src \ third_party_open \ openda \ tests \ test_seq_dlls \ Release \ BuildLog.htm "
62 > test_seq_dlls - 2 error ( s), 0 warning (s)
How can I resolve this, someone could help me ?
Qinghua Ye, modified 6 Years ago.
RE: Error compile on windows 7 (Answer)
Jedi Council Member Posts: 610 Join Date: 3/2/11 Recent Posts 00
Dear Kyssyanne,
I would start to check the version of compilers. For the version you used (5.01.00.2163 ), we need:
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP1
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: Professional
Intel(R) Visual Fortran Compiler Integration Package ID: w_cprof_p_11.1.065
Can you check your version as well?
You can check it through the menu/help/about microsoft visual studio.
Regards,
Qinghua
I would start to check the version of compilers. For the version you used (5.01.00.2163 ), we need:
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP1
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: Professional
Intel(R) Visual Fortran Compiler Integration Package ID: w_cprof_p_11.1.065
Can you check your version as well?
You can check it through the menu/help/about microsoft visual studio.
Regards,
Qinghua
KO
Kyssyanne Oliveira, modified 6 Years ago.
RE: Error compile on windows 7
Youngling Posts: 13 Join Date: 9/4/13 Recent Posts 00
Hi Qinghua Ye, thank you
I installed:
Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: Professional
Intel(R) Visual Fortran Package ID: w_fcompxe_2011.5.221.
So, it's better to install another version or change my version of Microsoft Visual Studio 2008?
Regards,
Kyssyanne
I installed:
Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: Professional
Intel(R) Visual Fortran Package ID: w_fcompxe_2011.5.221.
So, it's better to install another version or change my version of Microsoft Visual Studio 2008?
Regards,
Kyssyanne
Qinghua Ye, modified 6 Years ago.
RE: Error compile on windows 7
Jedi Council Member Posts: 610 Join Date: 3/2/11 Recent Posts 00
dear Kyssyanne,
I would at least update the VS2008 with the SP1.
Or you can update both your compilers and the Delft3D source code.
Regards,
Qinghua
I would at least update the VS2008 with the SP1.
Or you can update both your compilers and the Delft3D source code.
Regards,
Qinghua
KO
Kyssyanne Oliveira, modified 6 Years ago.
RE: Error compile on windows 7
Youngling Posts: 13 Join Date: 9/4/13 Recent Posts 00
Hi, Qinghua Ye
Do you know where I can get this version of intel compiler Package ID: w_cprof_p_11.1.065 Intel(R) Visual Fortran Compiler, because I even upgrading the version of Visual Studio to version 9.0.30729.1 SP1, my compiler continues Package ID: w_fcompxe_2011.5.221 Intel(R) Visual Fortran Compiler. I have installed the trial version of Intel Fortran Compiler. And now the error just appear at the moment:
61>Build log was saved at "file://c:\delft3d_repository\5.01.00.2163\src\engines_gpl\flow2d3d\packages\flow2d3d_openda\Release\BuildLog.htm"
61>flow2d3d_openda - 1 error(s), 99 warning(s)
62>------ Build started: Project: test_seq_dlls, Configuration: Release Win32 ------
63>------ Build started: Project: test_dll_noise, Configuration: Release Win32 ------
63>Compiling with Intel(R) Visual Fortran Compiler XE 12.0.5.221 [IA-32]...
62>Compiling with Intel(R) Visual Fortran Compiler XE 12.0.5.221 [IA-32]...
62>test_seq_dlls_exe.F90
63>test_dll_noise.F90
63>Linking...
62>test_seq_dlls.F90
63>ipo: error #11018: Cannot open c:\delft3d_repository\5.01.00.2163\src\engines_gpl\flow2d3d\bin\Release\flow2d3d_openda.lib
63>LINK : fatal error LNK1181: cannot open input file 'c:\delft3d_repository\5.01.00.2163\src\engines_gpl\flow2d3d\bin\Release\flow2d3d_openda.lib'
63>
63>Build log written to "file://C:\delft3d_repository\5.01.00.2163\src\third_party_open\openda\tests\test_dll_noise\Release\BuildLog.htm"
63>test_dll_noise - 2 error(s), 0 warning(s)
62>Linking...
62>ipo: error #11018: Cannot open c:\delft3d_repository\5.01.00.2163\src\engines_gpl\flow2d3d\bin\Release\flow2d3d_openda.lib
62>LINK : fatal error LNK1181: cannot open input file 'c:\delft3d_repository\5.01.00.2163\src\engines_gpl\flow2d3d\bin\Release\flow2d3d_openda.lib'
62>
62>Build log written to "file://C:\delft3d_repository\5.01.00.2163\src\third_party_open\openda\tests\test_seq_dlls\Release\BuildLog.htm"
62>test_seq_dlls - 2 error(s), 0 warning(s)
========== Build: 56 succeeded, 7 failed, 0 up-to-date, 0 skipped ==========
Thank you
Thank you
Do you know where I can get this version of intel compiler Package ID: w_cprof_p_11.1.065 Intel(R) Visual Fortran Compiler, because I even upgrading the version of Visual Studio to version 9.0.30729.1 SP1, my compiler continues Package ID: w_fcompxe_2011.5.221 Intel(R) Visual Fortran Compiler. I have installed the trial version of Intel Fortran Compiler. And now the error just appear at the moment:
61>Build log was saved at "file://c:\delft3d_repository\5.01.00.2163\src\engines_gpl\flow2d3d\packages\flow2d3d_openda\Release\BuildLog.htm"
61>flow2d3d_openda - 1 error(s), 99 warning(s)
62>------ Build started: Project: test_seq_dlls, Configuration: Release Win32 ------
63>------ Build started: Project: test_dll_noise, Configuration: Release Win32 ------
63>Compiling with Intel(R) Visual Fortran Compiler XE 12.0.5.221 [IA-32]...
62>Compiling with Intel(R) Visual Fortran Compiler XE 12.0.5.221 [IA-32]...
62>test_seq_dlls_exe.F90
63>test_dll_noise.F90
63>Linking...
62>test_seq_dlls.F90
63>ipo: error #11018: Cannot open c:\delft3d_repository\5.01.00.2163\src\engines_gpl\flow2d3d\bin\Release\flow2d3d_openda.lib
63>LINK : fatal error LNK1181: cannot open input file 'c:\delft3d_repository\5.01.00.2163\src\engines_gpl\flow2d3d\bin\Release\flow2d3d_openda.lib'
63>
63>Build log written to "file://C:\delft3d_repository\5.01.00.2163\src\third_party_open\openda\tests\test_dll_noise\Release\BuildLog.htm"
63>test_dll_noise - 2 error(s), 0 warning(s)
62>Linking...
62>ipo: error #11018: Cannot open c:\delft3d_repository\5.01.00.2163\src\engines_gpl\flow2d3d\bin\Release\flow2d3d_openda.lib
62>LINK : fatal error LNK1181: cannot open input file 'c:\delft3d_repository\5.01.00.2163\src\engines_gpl\flow2d3d\bin\Release\flow2d3d_openda.lib'
62>
62>Build log written to "file://C:\delft3d_repository\5.01.00.2163\src\third_party_open\openda\tests\test_seq_dlls\Release\BuildLog.htm"
62>test_seq_dlls - 2 error(s), 0 warning(s)
========== Build: 56 succeeded, 7 failed, 0 up-to-date, 0 skipped ==========
Thank you
Thank you
Adri Mourits, modified 6 Years ago.
RE: Error compile on windows 7
Yoda Posts: 1221 Join Date: 1/3/11 Recent Posts 00
Hi Kyssyanne,
The errors in your post are related to "flow2d3d_openda". You probably won't use this application. So may be you did succeed in building Delft3D-FLOW/WAVE. Can you run the example testcases next to the source code?
Regards,
Adri
The errors in your post are related to "flow2d3d_openda". You probably won't use this application. So may be you did succeed in building Delft3D-FLOW/WAVE. Can you run the example testcases next to the source code?
Regards,
Adri