> On Feb 9, 2017, at 8:49 PM, Matthew Knepley <[email protected]> wrote: > > 1) Has anyone else noticed a considerable increase in compile time due to the > new Fortran code?
No, the compile time is the same, it is the time to generate the module files that is much larger because 1) the module files are much larger because we do much more type checking (and I suspect that gfotran has nonscalable code in generating module files) and 2) gfortran does not use multiple threads to generate module files. Though the module generation time is a pain I blame it on gfortran and think it is a good tradeoff since we will get many viewer "bug reports" when people forget the ,ierr argument. > > 2) I have lost the ability to read Fortran arguments. I believe I have > reconfigured, but will try again. Did this happen to anyone else? Do you mean command line arguments? I haven't seen this, send us details so we can reproduce. Barry > > Matt > > > -- > What most experimenters take for granted before they begin their experiments > is infinitely more interesting than any results to which their experiments > lead. > -- Norbert Wiener
