Seth Morton

Results 68 comments of Seth Morton

@espoelstra It is already using `str.format`. Sending a datetime object through `str.format` requires the old-style `%` formatting within the format string - see https://stackoverflow.com/a/22842734/1399279. So, in my above example, something...

I'll give this a thought. Thanks for the offer.

@emanspeaks It's been so long since you opened that PR, and realistically I am no longer in the Fortran or CMake game, so I don't want any lag on my...

I notice that all of the handling for MPI and OpenMP have been removed, and seem to be replaced with Threads. Is there a reason?

I also notice that the section on Fortran compile flags has been removed. You mentioned that things are different in modern CMake, but it's hard for me to see where/how...

Also, thanks for taking the time to do this!

> OpenMP and MPI are now natively supported for Fortran by CMake, so the code in the original template is no longer necessary. That's pretty great. It was a pretty...

I think that in a few days I will try to make a commit to master that adds a changelog or something. That way when this gets merged there will...

@emanspeaks This is really starting to look good! I *will* make that commit in the near future, I promise... I have a newborn at home so getting the time to...

I have pushed a change where I added a CHANGELOG and also referenced it in the README. I think it would be nice if this update specified what changed in...