ChenWeiyan / LandSCENT

Landscape Single Cell Entropy
19 stars 6 forks source link

Windows does not support 'mc.cores' > 1 #16

Closed changtongwa closed 9 months ago

changtongwa commented 9 months ago

Used in version R-4.3.2,While running

SR.o <- CompSRana(Integration.l, local = TRUE, mc.cores = 8)

Windows does not support 'mc.cores' > 1

Is it possible for me to use 8 cores for me to run the programe?

ChenWeiyan commented 9 months ago

The parallel mode in LandSCENT is performed by mclapply, which is not supported by Windows.

So you probably need to use Linux system or Mac to run 8 cores. Perhaps you can build up a virtual machine on your computer to achieve such goal.

Hope this helps!

changtongwa commented 9 months ago

Thank you. Can I still get the final result if I run with Windows single core?

ChenWeiyan commented 9 months ago

Sure you can. The time shall depend on the cell number.