diff --git a/docs/parallel/benchmarking.rst b/docs/parallel/benchmarking.rst index f03d432d..884518c4 100644 --- a/docs/parallel/benchmarking.rst +++ b/docs/parallel/benchmarking.rst @@ -112,20 +112,3 @@ Weak scaling from the same data set is shown here :height: 40ex :align: center :alt: Weak scaling for some SiC supercells. - - -Distributed memory parallelism -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -This section coming soon! - -Topics to be discussed: - -* Parallel scaling of simple examples. - -* Parallel efficiency. - -* Use of the `Groups` keyword in DFTB+ to improve scaling and efficiency for - calculations with spin polarisation and/or k-points. - -* Effects of latency on code performance. diff --git a/docs/parallel/index.rst b/docs/parallel/index.rst index 8df6d54c..9516ea35 100644 --- a/docs/parallel/index.rst +++ b/docs/parallel/index.rst @@ -11,3 +11,4 @@ Parallel usage of DFTB+ amdahl.rst compiling.rst benchmarking.rst + mpi.rst diff --git a/docs/parallel/mpi.rst b/docs/parallel/mpi.rst new file mode 100644 index 00000000..2bfaf026 --- /dev/null +++ b/docs/parallel/mpi.rst @@ -0,0 +1,14 @@ +MPI parallel calculations +========================= + + +Groups +------ + +* Use of the `Groups` keyword in DFTB+ to improve scaling and efficiency for + calculations with spin polarisation and/or k-points. + + +ELSI solvers +------------ +