Topic: Error message: Segmentation fault
I compiled the code sucessfully, but I got the following error message shortly after I launched it.
---------------------------------------------------------------------------------------------------
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 fffffffff
---------------------------------------------------------------------------------------------------
I think that this error message is related with the big matrix I defined as a real.
the size of the matrix is 6400*6400.
Before I introduced this big matrix, the code run well.
How can I solve the problem while using the big matrix?