File: parallelization.rst

package info (click to toggle)
openmolcas 25.02-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 170,204 kB
  • sloc: f90: 498,088; fortran: 139,779; python: 13,587; ansic: 5,745; sh: 745; javascript: 660; pascal: 460; perl: 325; makefile: 17
file content (34 lines) | stat: -rw-r--r-- 2,277 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Parallelization efforts for |molcas| modules
============================================

Presented below is a table of modules in |molcas| that *can* benifit from
parallel execution through distribution of work and/or resources. If a module
is not listed in this table, and the module-specific documentation does not
mention anything about parallelization, then you have to assume the module is
not (efficiently) parallelized. This means that even though it will get
executed in parallel, all processes will perform the same serial calculation!
Be aware that for parallel modules with serial components, the use of the
serial components (indirectly or through the use of a keyword) might adversely
affect CPU and memory usage for large calculations. In that case, you might
have to increase the runtime or memory, or avoid/use keywords that
activate/deactivate the serial components.

.. table:: Modules in |molcas| which benefit from parallel processing.
   :name: tab:mpp_effort:

   ================= ============================================== =============================
   Module            Parallel speed-up expected for                 Notable non-parallel parts
   ================= ============================================== =============================
   :program:`seward` | conventional 2-el integrals                  | 1-el integrals
                     | Cholesky vectors                             | Douglas--Kroll--Hess
                                                                    | properties
   :program:`scf`    | orbital optimization                         | properties
   :program:`rasscf` | orbital optimization                         | CI optimization
                                                                    | properties
   :program:`mbpt2`
   :program:`caspt2` | Cholesky vectors                             | conventional 2-el integrals
                                                                    | properties
                                                                    | multi-state interaction
   :program:`alaska` | displacements (if using numerical gradients)
   :program:`geo`    | displacements
   ================= ============================================== =============================