Skip to content

Atropos single-threaded? #537

Open
Open
@effigies

Description

@effigies

Watching htop, I don't think Atropos is ever spawning extra processes the way antsRegistration does, and its CPU usage never tops 100%.

Does someone else have any evidence to justify claiming these cores?

atropos = pe.Node(
Atropos(
dimension=3,
initialization="KMeans",
number_of_tissue_classes=in_segmentation_model[0],
n_iterations=3,
convergence_threshold=0.0,
mrf_radius=[1, 1, 1],
mrf_smoothing_factor=0.1,
likelihood_model="Gaussian",
use_random_seed=use_random_seed,
),
name="01_atropos",
n_procs=omp_nthreads,
mem_gb=mem_gb,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions