Skip to content

Specifying multiple GPUs (e.g., -g 0,1,2,3) still uses only a single GPU #20

@jair-pereira

Description

@jair-pereira

I ran the following command on the test dataset:

deepmasc -f examples/Class3D/job016/run_it025_class*.mrc -g 0,1,2,3 -o output

However, I believe the script is still using only one GPU:

  • The running time is essentially the same as when using -g 0.
  • nvidia-smi shows activity only on a single GPU during execution.

It appears that providing multiple GPU IDs with -g is not enabling multi-GPU usage as expected.

This issue does not happen when running through the Relion External tab.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions