Parallelism
From Planets
What is parallelism?
Parallel computing is a type of computation in which many calculations or processes are carried out simultaneously. Large problems can often be divided into smaller ones, which can then be solved at the same time.
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