Differences between revisions 20 and 21
Revision 20 as of 2010-12-17 13:54:48
Size: 1564
Editor: SteveLudtke
Comment:
Revision 21 as of 2010-12-17 13:56:03
Size: 1663
Editor: SteveLudtke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:

''As of 12/17/2010 MPI parallelism is now functioning, but still under testing/optimization.''

Parallel Processing in EMAN2

EMAN2 uses a modular strategy for running commands in parallel. That is, you can choose different ways to run EMAN2 programs in parallel, depending on your environment. We now support 3 distinct methods for parallelism, and each has its own page of documentation. Please follow the appropriate link:

  • Threaded - This is for use on a single computer with multiple processors (cores). For example, the Core2Duo processors of a few years ago had 2 cores. In 2010, individual computers often have single or dual processors with 2, 4 or 6 cores each, for a total of up to 12 cores. EMAN2 can make very efficient use of all of these cores, but this mode will ONLY work if you want to run on a single computer.

  • MPI - This is the standard parallelism method used on virtually all large clusters nowadays. It will require a small amount of custom installation for your specific cluster, even if you are using a binary distribution of EMAN2. Follow this link for more details

  • Distributed - This was the original parallelism method developed for EMAN2. It can be used on anything from sets of workstations to multiple clusters, and can dynamically change how many processors it's using during a single run, allowing you, for example, to make use of idle cycles at night on lab workstations, but reduce the load during the day for normal use. It is very flexible, but requires a bit of effort, and a knowledgeable user to configure and use.

As of 12/17/2010 MPI parallelism is now functioning, but still under testing/optimization.

EMAN2/Parallel (last edited 2023-04-15 02:03:25 by SteveLudtke)