Frederic Tessier

Results 161 comments of Frederic Tessier

This branch needs a good cleanup to synchronize with the current `develop` tip. @edoerner are you ok with me pushing the update to your `feature-mpi-support` branch to bring it in...

Rebased on develop, and fixed a few conflicts accrued over the last 3 years. Adjusted commit messages, removed EOL whitespace. This branch needs to be tested more thoroughly before merging.

I have not tested it on macOS. This needs more testing, will be merged into `develop` just _after_ the 2022 release.

Yes, as far as I know they are, let see what @blakewalters says 😄

The Taylor expansion is indeed: $$\large \log \left(1+\frac{1}{x}\right) \approx \dfrac{0.5-x}{x^2}$$ so I would agree with you at first glance.

This is most likely related to the gcc limitation in addressing. The default memory model is "small", with a limit of 2 GB for local static objects. If you have...

Can you specify what compiler versions you have installed? @blakewalters can you take a look at this?

@crcrewso any work around you can propose or test will certainly prove useful. Thank you!

Squashed the commits and fix typo in commit message. No code change.