Author Topic: 999999 (..\..\src\mpsystem.c@1210): mpt_read: failed: errno = 10054  (Read 32156 times)

Offline infocfd

  • Newbie
  • *
  • Posts: 45
  • Reputation: +0/-0
  • Searching for solution
    • View Profile
Advertisement
I get the following when I load the case and data file:

999999 (..\src\mpsystem.c@1149): mpt_read: failed: errno = 10054

999999: mpt_read: error: read failed trying to read 4 bytes: No such file or directory
MPI Application rank 0 exited before MPI_Finalize() with status -1073741819
 The Parallel FLUENT process could not be started.


Can any one give suggestion?

Thanks.

Offline william

  • Full Member
  • ***
  • Posts: 159
  • Reputation: +15/-0
  • Know it, share it.
    • View Profile
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.