Core dumps on write?

Hi,

PyFR started causing core dumps recently. I believe this is the moment the
program begins to write to disk, but that may be misleading. I am attaching a
log file. The same setup worked on exactly the same version before.

There were several updates on this machine like the CUDA driver for instance.
Is there any specific python package I need to reinstall or update?

If you have any other thoughts, please let me know.
Robert

sd7003_n1.out (32.3 KB)

Hi Robert,

The crash is occurring in an MPI Waitall call. This is unlikely to be a
PyFR issue. However, one thing you should try is recompiling mpi4py
from scratch. This can be a bit of a pain (pip likes to cache stuff)
but may solve any issues related to swapping of MPI libraries.

At first glance it does not appear to be disk related.

Regards, Freddie.

Freddie,

Thanks for a quick reply. I retried with compilation of mpi4py but
unfortunately it's the same. I can see a reference to Mellanox libraries too,
so I am checking with admins if there were any recent updates there.

Robert