Topic: Someone pls explain Fortran optimising
I have completed a major project. During debugging, I had set optimising to none. On completion, everything worked.
I then tried various optimising levels, and all of them caused malfunctions. Specifically, I found some dynamic arrays were empty.
Can anyone help me understand this, please?
----
John