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.

How do I turn off PETSc signal handling so I can use the -C option on xlF?

handling option petsc signal turn
0
Posted

How do I turn off PETSc signal handling so I can use the -C option on xlF?

0

Immediately after calling PetscInitialize() call PetscPopSignalHandler() Some Fortran compilers including the IBM xlf, xlF etc compilers have a compile option (-C for IBM’s) that causes all array access in Fortran to be checked that they are in-bounds. This is a great feature but does require that the array dimensions be set explicitly, not with a *.

Related Questions

What is your question?

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

Experts123