Difference between revisions of "MPI calculations with Cerberus"

From Kraken Wiki
Jump to: navigation, search
(Created page with " == Required installation == Cerberus uses the mpi4py Python-package for MPI functionality. It can be installed with pip. Notice, however that mpi4py will get compiled with...")
 
(Required installation)
Line 3: Line 3:
 
== Required installation ==
 
== Required installation ==
  
Cerberus uses the mpi4py Python-package for MPI functionality. It can be installed with pip. Notice, however that mpi4py will get compiled with whichever MPI-libraries you have available during the pip installation, which means that it is best to run the pip installation in an environment, where the correct MPI-libraries have been loaded.
+
Cerberus uses the mpi4py Python-package for MPI functionality. It can be installed with pip.  
 +
 
 +
Notice, however that mpi4py will get compiled with whichever MPI-libraries you have available during the pip installation, which means that it is best to run the pip installation in an environment, where the correct MPI-libraries have been loaded.
  
 
== Running calculations ==
 
== Running calculations ==

Revision as of 08:54, 2 June 2022


Required installation

Cerberus uses the mpi4py Python-package for MPI functionality. It can be installed with pip.

Notice, however that mpi4py will get compiled with whichever MPI-libraries you have available during the pip installation, which means that it is best to run the pip installation in an environment, where the correct MPI-libraries have been loaded.

Running calculations