We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
インストール&ライセンス

インストール&ライセンス

PUMAメッシュアダプションでVOFからDPMへのシミュレーションを実行していますが、HDF5ファイルの書き込みに問題があります。

    • FAQFAQ
      Participant

      HDF5ファイルの書き込み時に、以下のようなファイルアクセスエラーが散発的に発生します。 HDF5-DIAG: Error detected in HDF5 (1.10.5) MPI-process 0: #000: H5F.c line 509 in H5Fopen(): unable to open file major: File accessibilty minor: Unable to open file #001: H5Fint.c line 1567 in H5F_open(): unable to lock the file major: File accessibilty minor: Unable to open file #002: H5FD.c line 1640 in H5FD_lock(): driver lock request failed major: Virtual File Layer minor: Can’t update object #003: H5FDsec2.c line 959 in H5FD_sec2_lock(): unable to lock file, errno = 11, error message = ‘Resource temporarily unavailable’ major: File accessibilty minor: Bad file ID accessed Error at Node 0: HDF Error occurred! at IO/Hdf/src/HdfFile_impl.hpp:163 during a call to HDF5 library function H5Fopen The fluent process could not be started. MPI / HDF5(バージョン1.10.1)のh5fopen_f関数には、サードパーティによる不具合があり、Fluent 2020 R1に影響します。 この不具合によりファイルロックが発生するため、ファイルにアクセスできず、エラーになります。 Fluent 2021 R1で修正される予定で、新しいバージョンのHDF5が使用されます。 回避策として、ファイルロックを無効にする以下の環境変数を設定します。 export HDF5_USE_FILE_LOCKING=”FALSE” 必要なコマンドは、OS/シェルによって異なる場合があります。値の”FALSE”は大文字で記述する必要があります。二重引用符は省略可能です(C Shellの場合)。