Sean Ballinger
Sean Ballinger
The light mode interface is also looking a bit messed up in Mojave.  It looks ok when it starts up but gets...
Ah, sorry if this broke your workflow. This was an intentional change in version 3.6. It could be a switch in the next version if you were a fan. I...
Noticed that in the above output, `iersl` is set to 1 after subroutine `solpk` finishes, indicating that "the krylov solver suffered a breakdown, and so the solution x is undefined."...
Just checked and found that `-O3 -fstack-arrays` has the same behavior as `-Ofast` in this case.
(Just keeping this issue up to date.) I put the following code at the end of subroutine `pandf1` in `oderhs.m`: ```fortran do iv=1,neq if (isnan(yldot(iv))) then stop endif enddo ```...
Maybe we could get you a temporary PSFC account? We have totalview. I am also happy to debug over Zoom as I have it all set up. I am using...
Shift+enter and command+enter do different things, and opening a note would just be enter without modifiers. Which one do you mean?
Unfortunately this has been requested before and is not currently possible unless you do GUI scripting to open the new note, do "open note in new window", then go back...
Thanks for the pull request, will test drive!