Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My job runs ok in small scale, but fails with segmentation fault when it goes to larger scale. What may be wrong?

0
Posted

My job runs ok in small scale, but fails with segmentation fault when it goes to larger scale. What may be wrong?

0

As you scale out, MPI is going to need more memory for buffers [depending on your communication pattern]. The application may also need more memory at scale. You may try some tests with ppn=6 or ppn=4 instead of ppn=8, or specify the himem resource so that each process can access more memory.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123