HPCSys-Lab / simwave

Simulates the propagation of the acoustic wave using the finite difference method in 2D and 3D domains.
GNU General Public License v3.0
40 stars 13 forks source link

example on how to use parallelism #34

Open krober10nd opened 3 years ago

krober10nd commented 3 years ago
jaimesouza commented 3 years ago

Good point. Tomorrow I am gonna work on the code (new density implementation, warnings, examples, tests, etc) and improve documentation.

krober10nd commented 3 years ago

Some systems (like mine) don't come automatically with openmp functionality installed and this leads to errors in compilation.

Could we can show how to install this package in the case it's used?

jaimesouza commented 3 years ago

I think we could add it to the read.me documentation.