delarosatrevin / scipion

Scipion is an image processing framework to obtain 3D models of macromolecular complexes using Electron Microscopy (3DEM)
http://scipion.cnb.csic.es
Other
1 stars 1 forks source link

Some updates on top of v1.2rc #12

Closed delarosatrevin closed 6 years ago

delarosatrevin commented 6 years ago
azazellochg commented 6 years ago

Hi @delarosatrevin , could you tell me what the following means?

delarosatrevin commented 6 years ago

Sure.

azazellochg commented 6 years ago

Thank you!

  1. So, basically it works like MPI with a master thread on CPU and the "slaves" on the gpus (alternating). This is somewhat similar to relion2:

The option 'Which GPUs to use' can be used to specify which MPI process is run on which card, e.g. "0:1:2:3" means that the slaves 1-4 will run on cards 0-3. Note that the master (mpi-rank 0) will not use any GPU: it will merely orchestrate the calculations

  1. Aha! That's nice if picking time is almost the same for 1 or 3-4 mics. For Gautomatch this is not useful, since picking takes a fraction of second, also re-run is not needed always (here)

I will check relion/motioncor2 changes and tell you, mask protocol labels looks ok :)