Return code = 0, signaled with Killed

Dear Pylith team,

I have encountered the following mistake when I compute Green’s functions. I don’t know how to solve it. Any suggestions or help will be greatly appreciated.

Nick

You might be running out of memory. The best way to diagnose this is to run a system monitoring application like top or something similar and watch the memory usage while PyLith is running. The PyLith processes are shown as nemesis or mpinemesis.

If you are running out of memory, then the options are:

  1. Run on a machine with more memory.
  2. Run on a cluster and make sure you distribute the job among a sufficient number of processors.
  3. Reduce the size of your mesh.