Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mc.cores > 1 not supported on windows #29

Open
lucas02061 opened this issue Feb 12, 2024 · 2 comments
Open

mc.cores > 1 not supported on windows #29

lucas02061 opened this issue Feb 12, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@lucas02061
Copy link

Hi,

I just updated to 1.1.2 and get the following message:

mc.cores > 1 not supported on windows

I have read that people have managed to get it working with multiple cores on windows 11. Is this a windows 11 vs 10 problem? Or am I doing something wrong? I am running the exact code from the tutorial on spatial transcriptomics except with the change of using k = 100 and usebam = TRUE.

Best,
Lucas

@SONGDONGYUAN1994
Copy link
Owner

Hi Lucas,
Could you try the following settings?
BPPARAM = BiocParallel::SnowParam()
parallelization = "bpmapply"
Do you mean you can run it without the warning in version before 1.1.2? If yes, I will double check it I made anything wrong. We have a vignette discussing it: https://songdongyuan1994.github.io/scDesign3/docs/articles/scDesign3-parallelization-vignette.html .
Please let me know if it works, thank you!

Best,
Dongyuan

@lucas02061
Copy link
Author

Hi Dongyuan,

After using those parameters it seems it works fine. Thank you very much for your quick response!

Best,
Lucas

@SONGDONGYUAN1994 SONGDONGYUAN1994 added the good first issue Good for newcomers label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants