flatironinstitute / FMM3D

Flatiron Institute Fast Multipole Libraries --- This codebase is a set of libraries to compute N-body interactions governed by the Laplace and Helmholtz equations, to a specified precision, in three dimensions, on a multi-core shared-memory machine.
https://fmm3d.readthedocs.io
Other
91 stars 36 forks source link

Small typo in makefile io #21

Closed ghost closed 2 years ago

ghost commented 3 years ago

Hi everybody,

I have compiled the library myself for the first time this week. Great work!

I am not sure, not a native English speaker, but I think this information to the user about the use of the makefile:

https://github.com/flatironinstitute/FMM3D/blob/e42473a8091d33a83cbdb631cff4660ce7f94a96/makefile#L177

should say something like:

"...for using vectorized kernel and multi-threaded evaluation" "...for using vectorized kernel evaluation and multi-threading"

Best regards from Germany, Paul

askhamwhat commented 2 years ago

Fixed by 7ba20d6bfefeca9e2e6675411a3249b6b832b1f6

askhamwhat commented 2 years ago

Thank you, @paullunk for pointing it out