<?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>On linux Intel 2023 adds errors</title>
  <link rel="self" href="https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=4041874&amp;threadId=5559685" />
  <subtitle>On linux Intel 2023 adds errors</subtitle>
  <id>https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=4041874&amp;threadId=5559685</id>
  <updated>2026-05-12T15:03:43Z</updated>
  <dc:date>2026-05-12T15:03:43Z</dc:date>
  <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>
</feed>
