You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
17/10/2022
Known problem with openMPI 4.1:
Using MPI for input and output, the 'internal' MPI data representation gives wrong file size.
File reading is affected as well (wrong input file read).
Clusters affected by the problem:
-Discoverer. The problem involes the standalone version of openMPI, the one included in the Nvidia hpc-sdk suite is not affected by the problem (Inded, the openMPI version included in hpc-sdk 22.7 should be the 4.0).
-VSC-5, Same problem as in Discoverer, using openMPI 4.1, the resulting input/output are not read/written correctly.
Fix (to be included in the compile.sh):
Use the 'native' data format insetad of 'internal'.
Suborutines that need to be modified:
-write_output.f90
-read_fields.90
24/07/2024
Problems solved, all MPI I/O operations are performed in Native mode.
This discussion was converted from issue #23 on July 24, 2024 08:59.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
17/10/2022
Known problem with openMPI 4.1:
Using MPI for input and output, the 'internal' MPI data representation gives wrong file size.
File reading is affected as well (wrong input file read).
Clusters affected by the problem:
-Discoverer. The problem involes the standalone version of openMPI, the one included in the Nvidia hpc-sdk suite is not affected by the problem (Inded, the openMPI version included in hpc-sdk 22.7 should be the 4.0).
-VSC-5, Same problem as in Discoverer, using openMPI 4.1, the resulting input/output are not read/written correctly.
Fix (to be included in the compile.sh):
Use the 'native' data format insetad of 'internal'.
Suborutines that need to be modified:
-write_output.f90
-read_fields.90
24/07/2024
Problems solved, all MPI I/O operations are performed in Native mode.
Beta Was this translation helpful? Give feedback.
All reactions