ichthyop / ichthyop

A Lagrangian tool for simulating ichthyoplankton dynamics
http://www.ichthyop.org/
GNU General Public License v3.0
5 stars 7 forks source link

Is Ichthyop parallelized ? #76

Closed xzhou473 closed 10 months ago

xzhou473 commented 11 months ago

Hello,

I was wondering is Ichthyop running parallell or serial ? If it is running parallel, how can I specify the CPUs to run it ?

Sorry, I didn't find this information in the documents.

barriern commented 10 months ago

Hi @xzhou473

So far Ichthyop runs in sequential. However, there is a tool that allows to run multiple simulations in parallel, using a C++ interface.

https://github.com/ichthyop/ichthyop-mpi

Nicolas