Compiling Delft3D-4 with CEC support using Visual Studio 2019 and Intel oneAPI (2021)

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 20

  • @pmikkoh
    @pmikkoh 2 роки тому

    With the help of this video I finally managed to compile it! Thank you, good sir!

    • @zhensu4165
      @zhensu4165 2 роки тому

      Hello, I got some errors when compiling:
      error #6439: This symbol has too many characters. [OMPX_TARGET_ALIGNED_ALLOC_DEVICE] (from File: omp_lib.h; Line: 895)
      error #6439: This symbol has too many characters. [OMPX_TARGET_ALIGNED_ALLOC_SHARED] (from File: omp_lib.h; Line: 911)
      Compilation Aborted (code 1) (from File: ...\engines_gpl\part\packages\kernel_f\src\delpar.F90 Line: 1)
      fatal error LNK1181: cannot open input file '...\src\engines_gpl\part\packages\kernel_f\x64\Release\part_kernel_f.lib'
      fatal error LNK1181: cannot open input file '...\src\engines_gpl\waq\bin\x64\Release\delwaq_dll.lib'
      could you give me some suggestions? thank you very much~

  • @MichaelWright-kl1uw
    @MichaelWright-kl1uw 2 роки тому +3

    Hi, I am getting errors trying this with the new update to OneAPI 2022. What modifications should be made to the script to allow the installation.

  • @gustavoviana1178
    @gustavoviana1178 2 роки тому +1

    Thanks for sharing!

    • @zhensu4165
      @zhensu4165 2 роки тому

      Hello, I got some errors when compiling🥲:
      error #6439: This symbol has too many characters. [OMPX_TARGET_ALIGNED_ALLOC_DEVICE] (from File: omp_lib.h; Line: 895)
      error #6439: This symbol has too many characters. [OMPX_TARGET_ALIGNED_ALLOC_SHARED] (from File: omp_lib.h; Line: 911)
      Compilation Aborted (code 1) (from File: ...\engines_gpl\part\packages\kernel_f\src\delpar.F90 Line: 1)
      fatal error LNK1181: cannot open input file '...\src\engines_gpl\part\packages\kernel_f\x64\Release\part_kernel_f.lib'
      fatal error LNK1181: cannot open input file '...\src\engines_gpl\waq\bin\x64\Release\delwaq_dll.lib'
      Did you meet these errors? And could you give me some suggestions? thank you very much~

  • @HuyLe-lp8go
    @HuyLe-lp8go 3 роки тому +1

    That's everything i need. Thanks god !!

  • @fjordmonts
    @fjordmonts 9 місяців тому

    hi there, i have error execution failed "is VisualStudio 2019 installed?" but actually i have install the visual studio 2019 community and also the oneapi and etc

  • @paterno4
    @paterno4 2 роки тому

    Hi, I really appreciate how detailed and thorough your videos are.
    However, despite following what you did step by step (except that my Intel oneAPI is ver 2022), the delwaq_dll.lib and part_kernel_f.lib were not compiled well. Was wondering if you have any suggestions on how to fix this. Thanks!
    Please keep making videos! Thank you, sir!

    • @rushdi1816
      @rushdi1816 Рік тому

      Hi, have you managed to sort this out? I'm having the same issue

  • @josemanueldiazlozada6466
    @josemanueldiazlozada6466 2 роки тому

    Hi, excellent video. Many thanks. I have a problem, maybe you can help me. When i compiling the code i get the error LNK1104 "cannot open the file ifconsol.lib". I have intel api 2022 and VS 2019

    • @reivajto9
      @reivajto9 2 роки тому

      Hi José Manuel, could you solve the errro LNK1104? I have the same error, and I am trying to solve.

    • @josemanueldiazlozada6466
      @josemanueldiazlozada6466 2 роки тому

      @@reivajto9 i've downloaded the delft version provided on the web Page

    • @josemanueldiazlozada6466
      @josemanueldiazlozada6466 2 роки тому +1

      SNL delft3d

  • @tomasleon8102
    @tomasleon8102 3 роки тому

    Hay mate, thank you very much for your videos, they've helped me a lot to compile this software. I have some doubts that maybe you can help me.
    I've done the Delft3dFM compilation following the instruction of your other video (ua-cam.com/video/Lsk5Kvh_xJo/v-deo.html) but deltares gave me the Delft3D GUI 4.04.02. I don't know if I can use the binaries of the FM version when I'm installing the binaries in the Delft3d4 GUI. Should I compile Delft3D4 like this video and ignore the Delft3dFM compilation? Do you know if I can request the Dlef3dFm GUI?
    Well, thanks in advance,
    Cheers

    • @dataonlygreater
      @dataonlygreater  3 роки тому

      Tomas, the 4.04 GUI only works with Delft3D version 4, as compiled in this video. However, I believe you can contact Deltares to request to join their beta testing program for the Delft3D FM GUI. There is an email address on this page: oss.deltares.nl/web/delft3dfm/get-started

    • @tomasleon8102
      @tomasleon8102 3 роки тому +2

      ​@@dataonlygreater Thanks for your reply, now all makes sense 👌

  • @cdvs100
    @cdvs100 2 роки тому

    Hi, when I run prepare_sln_oneapi.py I get this error in line 378:
    File "C:\D3D\Installation\SNL-Delft3D-CEC\src\prepare_sln_oneapi.py", line 378, in process_project_file
    parts[i + 1] = toolsversion[vs]
    KeyError: 2022
    Any help would be appreciate.
    Thanks.

    • @cdvs100
      @cdvs100 2 роки тому

      It just worked for Visual Studio 2019 and Intel oneAPI (2021), I tried to change the code for Visual Studio 2022 and Intel One API 2022 but was unsuccessfully.