Re: Error message

2022-10-17 Thread Salvatore Filippone via Fortran
It was indeed a case of misalignment of compiled files (in my case, make install going to one location, and the code to be compiled picking up from a different one) Thanks to all, Salvatore On Mon, Oct 17, 2022 at 4:42 PM Andrew Benson wrote: > Hi Salvatore, > > I've run into similar error mess

Re: Error message

2022-10-17 Thread Andrew Benson via Fortran
Hi Salvatore, I've run into similar error messages occasionally. I've never been able to fully track down the cause, but it seems to happen if I change the content of a derived type (e.g. add some new variable to it), recompile the module containing it, but don't recompile some other module tha