<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>2.1.1 Compiling the code</title>
  <link rel="self" href="https://dlt-acc.firelay.cloud/c/message_boards/find_category?p_l_id=4041874&amp;mbCategoryId=4384312" />
  <subtitle>Any issues getting the code to compile on your system?</subtitle>
  <id>https://dlt-acc.firelay.cloud/c/message_boards/find_category?p_l_id=4041874&amp;mbCategoryId=4384312</id>
  <updated>2026-05-12T14:11:47Z</updated>
  <dc:date>2026-05-12T14:11:47Z</dc:date>
  <entry>
    <title>vertical  layer</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5722319" />
    <author>
      <name>chaoran xu</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5722319</id>
    <updated>2023-03-17T03:05:44Z</updated>
    <published>2023-03-17T03:05:44Z</published>
    <summary type="html">Hi, i use the delft3d fm 2022, i want to set different vercial layers. i do as the manual said. i add &amp;#34;StretchType=1&amp;#34;and&amp;#34;StretchCoef=4.0, 5.9, 8.7, 12.7, 18.7, 18.7, 12.7, 8.7, 5.9, 4.0&amp;#34; in the mdu file,but it doesnt work. how to set different layers?</summary>
    <dc:creator>chaoran xu</dc:creator>
    <dc:date>2023-03-17T03:05:44Z</dc:date>
  </entry>
  <entry>
    <title>next Linux distribution and version</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5627576" />
    <author>
      <name>Roel Noorman</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5627576</id>
    <updated>2023-01-27T13:51:31Z</updated>
    <published>2023-01-27T13:51:31Z</published>
    <summary type="html">the get-started pages (Delft3D and Delft3D-FM) say that CentOs7 or RedHat7 is required as linux version. &lt;br /&gt;Red Hat Linux 7 is end-of-life for years already (or was RHEL7 meant there?), CentOs7 will be maintained till 2024 but will not have a successor.&lt;br /&gt;&lt;br /&gt;One of our researchers has to start with Delft3D in Linux and would like to continue with that installation for the coming years. What would be the best distribution and version to start with now and where to upgrade to in future?&lt;br /&gt;&lt;br /&gt; Thanks,&lt;br /&gt;Roel, IHE Delft</summary>
    <dc:creator>Roel Noorman</dc:creator>
    <dc:date>2023-01-27T13:51:31Z</dc:date>
  </entry>
  <entry>
    <title>Building in Windows 10 with Visual Studio 2022 and Intel oneAPI 2022</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5623868" />
    <author>
      <name>Adilson Junior</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5623868</id>
    <updated>2023-01-25T17:41:22Z</updated>
    <published>2023-01-25T17:38:19Z</published>
    <summary type="html">Hello!&lt;br /&gt;&lt;br /&gt;I was able to build Delft3D FM (141208) with no problem in Windows 10 with Visual Studio 2022 and Intel oneAPI 2022&lt;br /&gt;&lt;br /&gt;{root}/build.bat:&lt;br /&gt;&lt;br /&gt;Lines 195 to 200:&lt;br /&gt;&lt;br /&gt;&lt;div class="lfr-code"&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;1&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;if NOT &amp;#34;%VS2022INSTALLDIR%&amp;#34; == &amp;#34;&amp;#34; (&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;2&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;&amp;nbsp; &amp;nbsp; set vs=2022&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;3&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;&amp;nbsp; &amp;nbsp; echo Found: VisualStudio 17 2022&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;4&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;&amp;nbsp; &amp;nbsp; if NOT &amp;#34;%IFORT_COMPILER22%&amp;#34; == &amp;#34;&amp;#34; (&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;5&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; set ifort=22&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;6&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; echo Found: Intel Fortran 2022&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Lines 312 and 313:&lt;br /&gt;&lt;br /&gt;&lt;div class="lfr-code"&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;1&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;if &amp;#34;!vs!&amp;#34; == &amp;#34;2022&amp;#34; (&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;2&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;&amp;nbsp; &amp;nbsp; set generator=&amp;#34;Visual Studio 17 2022&amp;#34;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Lines 357 to 359:&lt;br /&gt;&lt;br /&gt;&lt;div class="lfr-code"&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;1&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;if !generator! == &amp;#34;Visual Studio 17 2022&amp;#34; (&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;2&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;&amp;nbsp; &amp;nbsp; echo &amp;#34;Calling vcvarsall.bat for VisualStudio 2022 ...&amp;#34;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;3&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;&amp;nbsp; &amp;nbsp; call &amp;#34;%VS2022INSTALLDIR%\VC\Auxiliary\Build\vcvarsall.bat&amp;#34; amd64&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;For other projects and Delft3D FM I have the following VS 2022 workloads installed:&lt;br /&gt;&lt;br /&gt;&lt;div class="lfr-code"&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;1&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;Microsoft.VisualStudio.Workload.CoreEditor&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;2&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;Microsoft.VisualStudio.Workload.NativeDesktop&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;3&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;Microsoft.VisualStudio.Component.VC.Tools.x86.x64&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;4&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;Microsoft.VisualStudio.Component.VC.DiagnosticTools&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;5&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;Microsoft.VisualStudio.Component.Windows11SDK.22621&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;6&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;Microsoft.VisualStudio.Component.VC.CMake.Project&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;7&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;Microsoft.VisualStudio.Component.VC.ATL&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;8&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;Microsoft.VisualStudio.Component.VC.ATLMFC&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;9&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;Microsoft.VisualStudio.Component.VC.CLI.Support&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="line-numbers"&gt;10&lt;/td&gt;&lt;td class="lines"&gt;&lt;div class="line"&gt;Microsoft.Component.VC.Runtime.UCRTSDK&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Downloaded and installed Intel:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://registrationcenter-download.intel.com/akdlm/irc_nas/18996/w_fortran-compiler_p_2022.2.1.19749_offline.exe"&gt;Fortran Compiler&lt;/a&gt;&lt;br /&gt;&lt;a href="https://registrationcenter-download.intel.com/akdlm/irc_nas/19011/w_mpi_oneapi_p_2021.7.1.15761_offline.exe"&gt;MPI&lt;/a&gt;&lt;br /&gt;&lt;a href="https://registrationcenter-download.intel.com/akdlm/irc_nas/19040/w_onemkl_p_2022.2.1.19754_offline.exe"&gt;MKL&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;ENVs:&lt;br /&gt;&lt;br /&gt;I_MPI_ONEAPI_ROOT = C:\Program Files (x86)\Intel\oneAPI\mpi\2021.7.1&lt;br /&gt;IFORT_COMPILER22 = C:\Program Files (x86)\Intel\oneAPI\compiler\2022.2.1\windows\&lt;br /&gt;ONEAPI_ROOT = C:\Program Files (x86)\Intel\oneAPI\&lt;br /&gt;VS2022INSTALLDIR = C:\Program Files\Microsoft Visual Studio\2022\Community&lt;br /&gt;&lt;br /&gt;{root}/build.bat all was enough&lt;br /&gt;&lt;br /&gt;When I try oneAPI 2023, it seems that it tries to copy files from a folder {root}/src/third_party_open/intelredist/ and doesn&amp;#39;t copy important libs like impi.dll</summary>
    <dc:creator>Adilson Junior</dc:creator>
    <dc:date>2023-01-25T17:38:19Z</dc:date>
  </entry>
  <entry>
    <title>Running suggested example results in: symbol lookup error undefined symbol</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5559695" />
    <author>
      <name>Ronald Van Nooyen</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5559695</id>
    <updated>2023-01-11T07:47:01Z</updated>
    <published>2023-01-09T12:27:19Z</published>
    <summary type="html">On linux after compile. When trying to run the suggested example &amp;lt;myCode&amp;gt;/examples/12_dflowfm/test_data/e100_f02_c02-FriesianInlet_schematic_FM the error message symbol lookup error: &amp;lt;myCode&amp;gt;/build_all/lnx64/bin/../bin/dimr: undefined symbol: __libm_feature_flag_x pops up. Does anyone know what is going on here?&lt;br /&gt;From file size alone it is clear that libimf.so in lnx64/lib is not copied from one of the files in the tree under /opt/intel/oneapi. Could that be the cause?&lt;br /&gt;&lt;br /&gt;Found the probable cause: I am compiling netcdf with the intel compilers. Reason: the gnu compiler suite version used in versions 8 or 9 of Redhat clones to build epel packages is not one of those for which the intel compiler suite recognizes the netcdf module file. Going back to the tests for netcdf-c I spotted a failure with the same symbol problem. While researching this I found a website stating that hdf5 needs to be compiled with the same compiler as netcdf. Doing so resolved this particular problem.</summary>
    <dc:creator>Ronald Van Nooyen</dc:creator>
    <dc:date>2023-01-09T12:27:19Z</dc:date>
  </entry>
  <entry>
    <title>On linux Intel 2023 adds errors</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5559684" />
    <author>
      <name>Ronald Van Nooyen</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5559684</id>
    <updated>2023-01-09T12:34:41Z</updated>
    <published>2023-01-09T12:20:18Z</published>
    <summary type="html">The new 2023 Intel OneAPI produces errors. Error numbers are #7938 and #7983. These errors seem to spring from a conflict between a variable c_net_file_in being declared of fixed length&lt;br /&gt;```&lt;br /&gt; character(kind=c_char), intent(in)       :: c_netfile_in(MAXSTRLEN)&lt;br /&gt;```&lt;br /&gt;and a variable netfile_in being declared with length derived from c_netfile_in&lt;br /&gt;&lt;br /&gt;```&lt;br /&gt; character(len=strlen(c_netfile_in))      :: netfile_in&lt;br /&gt;```&lt;br /&gt;while making c_netfile_in variable length removes the error messages, I have not checked whether that breaks things. Does anyone know?</summary>
    <dc:creator>Ronald Van Nooyen</dc:creator>
    <dc:date>2023-01-09T12:20:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: The argument to C_LOC must be a variable with POINTER or TARGET attr</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5559679" />
    <author>
      <name>Ronald Van Nooyen</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5559679</id>
    <updated>2023-01-09T12:10:13Z</updated>
    <published>2023-01-09T12:10:13Z</published>
    <summary type="html">In principle adding target to the definitions on lines 109 and 116 of src/engines_gpl/dflowfm/packages/dflowfm_kernel/src/dflowfm_data/m_flowexternalforcings.f90 makes the error go away. Moreover, given that adding target only means the varieable might be a pointer target, this shuodl not cause other problems.</summary>
    <dc:creator>Ronald Van Nooyen</dc:creator>
    <dc:date>2023-01-09T12:10:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: Notes on install delft3fm (tag version 141346) on windows laptop</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5536468" />
    <author>
      <name>Zhiling Liao</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5536468</id>
    <updated>2022-12-26T18:37:03Z</updated>
    <published>2022-12-26T18:37:03Z</published>
    <summary type="html">Hi youngling,&lt;br /&gt;&lt;br /&gt;thanks for asking, I just updated my notes and I hope this new version is more clear and useful to you.&lt;br /&gt;&lt;br /&gt;I have not seen the error you met before so sorry I don&amp;#39;t know what might be the cause. I would suggest to start with a clean system and install everything step by step, make sure you install all components needed when installing visual studio, I think this is where things normally go wrong cause some components might be missed.&lt;br /&gt;&lt;br /&gt;since you are using oneapi 2023, I would suggest to pay more attention to the part about oneapi 2022 in my notes and take necessary actions when you install with oneapi 2023.&lt;br /&gt;&lt;br /&gt;hope it goes well with your installation.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Zhiling</summary>
    <dc:creator>Zhiling Liao</dc:creator>
    <dc:date>2022-12-26T18:37:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: Notes on install delft3fm (tag version 141346) on windows laptop</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5530054" />
    <author>
      <name>KIM YOUNG WOO</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5530054</id>
    <updated>2022-12-23T09:08:30Z</updated>
    <published>2022-12-23T09:07:17Z</published>
    <summary type="html">Thanks for your explanation.&lt;br /&gt;in my case, i used intel oneapi 2023(other is same).&lt;br /&gt;I followed your method exactly but got an error(please check under &lt;a href="http://cc3.png"&gt;cc3.png&lt;/a&gt;  file)&lt;br /&gt;(also alot of warnings)&lt;br /&gt;&lt;br /&gt;&lt;img src=""  class="uploading-image" /&gt;&lt;br /&gt;&lt;br /&gt;i guess that intel oneapi 2023 is something different from 2021.&lt;br /&gt;do you have any idea about solveing this ploblem.</summary>
    <dc:creator>KIM YOUNG WOO</dc:creator>
    <dc:date>2022-12-23T09:07:17Z</dc:date>
  </entry>
  <entry>
    <title>The argument to C_LOC must be a variable with POINTER or TARGET attr</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5520278" />
    <author>
      <name>Ronald Van Nooyen</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5520278</id>
    <updated>2022-12-19T07:47:06Z</updated>
    <published>2022-12-19T07:47:06Z</published>
    <summary type="html">I am working on compilation of Delft3D-FM on OracelLInux 8.7 with the intel oneapi  2022.3 base and HPC tools.&lt;br /&gt;The Intel compiler from oneapi 2022.3 gives the following error messages for the delft3dfm tag 142074 source code&lt;br /&gt;```&lt;br /&gt;src/engines_gpl/dflowfm/packages/dflowfm_lib/src/unstruc_dll_api.F90(104): error #9022: The argument to C_LOC must be a variable with the POINTER or TARGET attribute.   [NBNDZ]&lt;br /&gt;      x = c_loc(nbndz)&lt;br /&gt;----------------^&lt;br /&gt;src/engines_gpl/dflowfm/packages/dflowfm_lib/src/unstruc_dll_api.F90(108): error #9022: The argument to C_LOC must be a variable with the POINTER or TARGET attribute.   [KBNDZ]&lt;br /&gt;      x = c_loc(kbndz)&lt;br /&gt;----------------^&lt;br /&gt;&lt;br /&gt;```&lt;br /&gt;A search on internet suggests this is new behavior in the intel 2022.3 version of the  compiler. Does anyone know a work-around for this?</summary>
    <dc:creator>Ronald Van Nooyen</dc:creator>
    <dc:date>2022-12-19T07:47:06Z</dc:date>
  </entry>
  <entry>
    <title>Notes on install delft3fm (tag version 141346) on windows laptop</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5451784" />
    <author>
      <name>Zhiling Liao</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5451784</id>
    <updated>2022-12-26T18:27:09Z</updated>
    <published>2022-11-13T21:54:02Z</published>
    <summary type="html">Hi everyone,&lt;br /&gt;&lt;br /&gt;i figured out how to build from source code to install delft3fm on my windows laptop and just want to share my notes of the key steps and how to fix bugs. See the attached .html file. in order to open the .html normally, put the materials (.png and .css) into a folder with the same name of the .html file.&lt;br /&gt;&lt;br /&gt;Hope it helps. &lt;br /&gt;&lt;br /&gt;Zhiling</summary>
    <dc:creator>Zhiling Liao</dc:creator>
    <dc:date>2022-11-13T21:54:02Z</dc:date>
  </entry>
  <entry>
    <title>Anybody successfully build on Windows 11?</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5435516" />
    <author>
      <name>Zhiling Liao</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5435516</id>
    <updated>2022-11-06T22:15:47Z</updated>
    <published>2022-11-06T22:15:47Z</published>
    <summary type="html">Hi everyone,&lt;br /&gt;&lt;br /&gt;I plan to order a PC to test cases for both delft3d 4 and FM, but it seems hard find a windows 10 PC on market nowadays. I consulted the software@deltares they said it&amp;#39;s not officially tested on windows 11, so just want to ask has anyone successfully built the code (4 or FM suite) on windows 11? anything particular to notice?&lt;br /&gt;&lt;br /&gt;Thank you very much.&lt;br /&gt;Regards,&lt;br /&gt;​​​​​​​Zhiling</summary>
    <dc:creator>Zhiling Liao</dc:creator>
    <dc:date>2022-11-06T22:15:47Z</dc:date>
  </entry>
  <entry>
    <title>OpenMP not available (LINUX)</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5338835" />
    <author>
      <name>Bernabe Gomez</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5338835</id>
    <updated>2022-10-04T03:02:19Z</updated>
    <published>2022-10-04T03:02:19Z</published>
    <summary type="html">Hello,&lt;br /&gt;&lt;br /&gt;I am trying to run simulations in LINUX (RedHat) by utilising the Singularity container. After running the simulations it is reported by the .dia (diagnosis) file that OpenMP is not available. I would like to know why is this issue happening and how could I set the number of threads as input (number of cores utilised). Thank you in advance.</summary>
    <dc:creator>Bernabe Gomez</dc:creator>
    <dc:date>2022-10-04T03:02:19Z</dc:date>
  </entry>
  <entry>
    <title>[dflowfm_69918] Silent errors during build</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5274426" />
    <author>
      <name>Veethahavya Kootanoor Sheshadrivasan</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5274426</id>
    <updated>2022-09-02T15:13:16Z</updated>
    <published>2022-09-02T14:55:15Z</published>
    <summary type="html">HI,&lt;br /&gt;&lt;br /&gt;I have been unsuccessfully trying to builf the dflowFM program for a while now. I must confess that I am not familiar with CMake. The furthest I came to building the program is this instance where the script (src/build_gnu.sh) says that the build was finished but in fact, the binaries were not build in src/bin. On inspection of the make logfile, I noticed a few silent errors (complete logfiles can be found as an attachment):&lt;br /&gt;​​​​​​​&lt;br /&gt;```&lt;br /&gt;( \&lt;br /&gt;    cd . ; \&lt;br /&gt;    ./install.sh /home/dflowfm/dflowfm_69918/src \&lt;br /&gt;)&lt;br /&gt;oss-install...&lt;br /&gt;Prefix : /home/dflowfm/dflowfm_69918/src&lt;br /&gt;Target directory : /home/dflowfm/dflowfm_69918/src/bin&lt;br /&gt;Current directory : /home/dflowfm/dflowfm_69918/src&lt;br /&gt;Source root dir : /home/dflowfm/dflowfm_69918/src/scripts_lgpl/linux/../..&lt;br /&gt;Gathering dependent libraries . . .&lt;br /&gt;Gathering libraries for lib/* ...&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;cp: missing destination file operand after &amp;#39;/home/dflowfm/dflowfm_69918/src/lib&amp;#39;&lt;br /&gt;Try &amp;#39;cp --help&amp;#39; for more information.&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;Gathering libraries for bin/* ...&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;cp: missing destination file operand after &amp;#39;/home/dflowfm/dflowfm_69918/src/lib&amp;#39;&lt;br /&gt;Try &amp;#39;cp --help&amp;#39; for more information.&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;	not a dynamic executable&lt;br /&gt;```&lt;br /&gt;&lt;br /&gt;System configuration:&lt;br /&gt;- Ubuntu 22.04 on WSL2 (x64)&lt;br /&gt;- Intel OneAPI 2022.06&lt;br /&gt;&lt;br /&gt;libtool_install.sh is not generated to continue further with the instructions provided.&lt;br /&gt;​​​​​​​&lt;br /&gt;Any help is highly appreciated. I am stuck trying to build (even tried tag:68819 as suggested in the readme) for a couple of weeks now! And yes, I tried to follow the steps mentioned in src/README.md as well (by exporting flags as necessary petsc and netcdf_fortran). I have even tried compiling it on CentOS7 (tag:68819), however, the older version of gfortran packaged on it throws some errors.&lt;br /&gt;&lt;br /&gt;Is there perhaps a dockerised version the program or better documentation someone can point me to? That would be great.&lt;br /&gt;&lt;br /&gt;Thanks in advance!&lt;br /&gt;Cheers,&lt;br /&gt;Veethahavya</summary>
    <dc:creator>Veethahavya Kootanoor Sheshadrivasan</dc:creator>
    <dc:date>2022-09-02T14:55:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error retrieving FM Dll version: Could not find / load dflowfm.dll</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5196427" />
    <author>
      <name>Benedikt Bjarnason</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5196427</id>
    <updated>2022-07-22T20:36:34Z</updated>
    <published>2022-07-22T14:29:59Z</published>
    <summary type="html">The problem is solved. The current &lt;a href="http://build.bat"&gt;build.bat&lt;/a&gt; script only has the build settings for Intel oneAPI 2021. However, Intel has updated the complete oneAPI to a 2022.1 version. Setting the &lt;a href="http://prepare.py"&gt;prepare.py&lt;/a&gt; as described here solved the problem: &lt;a href="https://www.youtube.com/watch?v=Lsk5Kvh_xJo"&gt;Compiling Delft3D FM with Visual Studio 2019 and Intel oneAPI (2021) - YouTube&lt;/a&gt;.  </summary>
    <dc:creator>Benedikt Bjarnason</dc:creator>
    <dc:date>2022-07-22T14:29:59Z</dc:date>
  </entry>
  <entry>
    <title>Error retrieving FM Dll version: Could not find / load dflowfm.dll</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5165076" />
    <author>
      <name>Benedikt Bjarnason</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5165076</id>
    <updated>2022-07-04T11:07:11Z</updated>
    <published>2022-07-04T11:07:10Z</published>
    <summary type="html">I&amp;#39;ve compiled the source code as written in the get started page for FM, without errors and successfully run the example files.&lt;br /&gt;The &amp;#34;build_all&amp;#34; folder with the x64 subdirectory (am using windows 10 enterprise, intel procc.) is created as it should with all the kernel libraries compiled.&lt;br /&gt;&lt;br /&gt;I´ve then copied all the compiled kernels from C:\delft3dfm_rep\build_all\x64\Release into the GUI folder: C:\Program Files\Deltares\Delft3D FM Suite 2022.03 OpenHMWQ\plugins\DeltaShell.Dimr\kernels\x64.&lt;br /&gt;&lt;br /&gt;Still, I am getting the following error when running the FM Suite OpenHMWQ(2022.03) version:&lt;br /&gt;&lt;img src="https://dlt-acc.firelay.cloud/documents/portlet_file_entry/4041089/image--tempRandomSuffix--f2uXFioR.png/8ae289ed-29d4-917a-13da-774abd7e8b8b" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Does anyone have an idea what the problem could be?&lt;br /&gt;&lt;br /&gt;I´ve made sure the dflowfm.dll module is in fact in the directory the error is referring to:&lt;br /&gt;&lt;img src="https://dlt-acc.firelay.cloud/documents/portlet_file_entry/4041089/image--tempRandomSuffix--0Tbw2A0X.png/dfef3afd-b72e-d8c7-2dbb-951268d2d914" /&gt;&lt;br /&gt;&lt;br /&gt;Still I am getting the error when running FM Suite and cannot run a model. Everything else seems to be working fine.</summary>
    <dc:creator>Benedikt Bjarnason</dc:creator>
    <dc:date>2022-07-04T11:07:10Z</dc:date>
  </entry>
  <entry>
    <title>RE: The build scripts stuck at the second last  line of 'install_and_bundle</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5101010" />
    <author>
      <name>Adri Mourits</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5101010</id>
    <updated>2022-05-31T14:06:04Z</updated>
    <published>2022-05-31T14:06:04Z</published>
    <summary type="html">See the &lt;a href="https://oss.deltares.nl/web/delft3d/forum/-/message_boards/message/5100883"&gt;duplicate thread&lt;/a&gt;</summary>
    <dc:creator>Adri Mourits</dc:creator>
    <dc:date>2022-05-31T14:06:04Z</dc:date>
  </entry>
  <entry>
    <title>The build scripts stuck at the second last  line of 'install_and_bundle.'</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5093708" />
    <author>
      <name>Nautilus Chan</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=4041874&amp;messageId=5093708</id>
    <updated>2022-05-27T05:07:53Z</updated>
    <published>2022-05-27T05:02:17Z</published>
    <summary type="html">&lt;ol style="list-style: decimal outside;" start="1"&gt;&lt;li&gt;system: deepin 20.5 (A debian based linux);&lt;/li&gt;&lt;li&gt;compiler: intel oneapi 2021.02.&lt;/li&gt;&lt;li&gt;I add some codes in the &lt;a href="http://build.sh"&gt;build.sh&lt;/a&gt; as below:&lt;/li&gt;&lt;/ol&gt;############add to build.sh after &amp;#34;On Deltares systems only&amp;#34;#######&lt;br /&gt;# Intel compiler:&lt;br /&gt;myconfig=$config&lt;br /&gt;. /opt/intel/oneapi/setvars.sh&lt;br /&gt;. /opt/intel/oneapi/tbb/latest/env/vars.sh&lt;br /&gt;export config=$myconfig&lt;br /&gt; &lt;br /&gt;# Intel MPI:&lt;br /&gt;. /opt/intel/oneapi/mpi/latest/env/vars.sh -ofi_internal=1&lt;br /&gt;&lt;br /&gt;# netcdf、petsc:&lt;br /&gt;export NETCDF=~/oss_dependence&lt;br /&gt;export PKG_CONFIG_PATH=${NETCDF}/pkg_config:$PKG_CONFIG_PATH&lt;br /&gt;&lt;br /&gt;# Metis:&lt;br /&gt;export METIS_DIR=${NETCDF}/metis&lt;br /&gt;&lt;br /&gt;export FC=mpiifort&lt;br /&gt;export CXX=mpiicpc&lt;br /&gt;export CC=mpiicc&lt;br /&gt;echo &amp;#34;FC=$FC&amp;#34;&lt;br /&gt;echo &amp;#34;CXX=$CXX&amp;#34;&lt;br /&gt;echo &amp;#34;CC=$CC&amp;#34;&lt;br /&gt;&lt;br /&gt;#########add code end###########&lt;br /&gt;It seems good, but stucked at the second last  line of &amp;#39;install_and_bundle.cmake&amp;#39;:&lt;br /&gt;&amp;#34;execute_process(COMMAND find &amp;#34;${CMAKE_INSTALL_PREFIX}/lib&amp;#34; -type l -exec echo &amp;#34;remove destination of symlink:&amp;#34; {} \; -exec bash -c &amp;#34;cp --remove-destination $(readlink {}) {};&amp;#34;  {} \; WORKING_DIRECTORY &amp;#34;${CMAKE_INSTALL_PREFIX}/lib&amp;#34; )&amp;#34;&lt;br /&gt;&lt;br /&gt;And , It cannot find the folder &amp;#34;${CMAKE_INSTALL_PREFIX}/share&amp;#34;.&lt;br /&gt;Could you help me? Thanks  very much!</summary>
    <dc:creator>Nautilus Chan</dc:creator>
    <dc:date>2022-05-27T05:02:17Z</dc:date>
  </entry>
</feed>
