18. Parallelization options

ComFLOW supports shared-memory parallelization by means of OpenMP and parallelization on distributed machine by means of MPI.

18.1. OpenMP parallelization

OpenMP parallelization options can be specified at the command line using the option --nthreads NTHREADS, where NTHREADS has to be replaced by the desired number of threads.

18.2. MPI parallelization

More information will be made available soon.