Hi,
I am using MDAnalysis on my Windows 10 laptop and was trying to run a clustering method on 4 cores as shown below. However, it only runs on a single core. What am I overlooking?
ces1, details1 = encore.ces([u1], select='index 0:55', clustering_method=clustering_method, ncores=4)
Thank you,
Jerry
Hi,
I am using MDAnalysis on my Windows 10 laptop and was trying to run a clustering method on 4 cores as shown below. However, it only runs on a single core. What am I overlooking?
ces1, details1 = encore.ces([u1], select='index 0:55', clustering_method=clustering_method, ncores=4)
Thank you,
Jerry