Good morning.
I have a hybrid OpenMP/MPI code.
It compiles and runs successfully. I compile with:
mpiifort -qopenmp -mt_mpi
When I use option: -check stack, I get:
Boundary Run-Time Check Failure for variable 'cluster_$MMODEL'
forrtl: error (76): Abort trap signal
What is this telling me?
Do you need to see the source file? The complete error trace?
Thank you very much.