Parallelism
From Planets
Revision as of 09:07, 11 May 2022 by Romain.vande (talk | contribs)
What is parallelism?
How to compile in parallel
To compile the model in parallel use the same command as in sequential (CITE HOW TO COMPILE) and add the following option :
-parallel
Then there is two choices for parallelism :
-parallel mpi -parallel mpi_omp
How to run in parallel
- Run interactively
- Run with a job scheduler