Posted by: william
« on: July 11, 2012, 06:28:50 PM »When reading in a large mesh or case file on 2 or more computers this error may appear:
999999 (..\..\src\mpsystem.c@1210): mpt_read: failed: errno = 10054
999999: mpt_read: error: read failed trying to read 4 bytes: No such file or directory
The problem is usually because you ran out of memory.
By default, the partitioner in FLUENT is "principal axis" which uses up a lot of memory. You can set a different partitioning method before reading the mesh or case file. If you are using MPICH as the communicator we recommend using the Metis partitioner.
Start FLUENT in network parallel with 4 or more processors and plenty of memory.
1.In FLUENT select the "Parallel" menu
2.Choose "Auto Partition"
3.Unselect "Case File"
4.Select "Metis" as the partition method
5.Choose OK
You should now be able to load the mesh or case file without memory problems.
999999 (..\..\src\mpsystem.c@1210): mpt_read: failed: errno = 10054
999999: mpt_read: error: read failed trying to read 4 bytes: No such file or directory
The problem is usually because you ran out of memory.
By default, the partitioner in FLUENT is "principal axis" which uses up a lot of memory. You can set a different partitioning method before reading the mesh or case file. If you are using MPICH as the communicator we recommend using the Metis partitioner.
Start FLUENT in network parallel with 4 or more processors and plenty of memory.
1.In FLUENT select the "Parallel" menu
2.Choose "Auto Partition"
3.Unselect "Case File"
4.Select "Metis" as the partition method
5.Choose OK
You should now be able to load the mesh or case file without memory problems.