Paralleization fails on linux system
Hello, Thank you for such a useful package. I am however having difficulty running some of these functions in sequence, producing the following error:
Error in RegParallel(data = rlddata, formula = "[*] ~ Lineage1", FUN = function(formula, : An unknown error has occurred. Please report on Bioconductor support site: https://support.bioconductor.org/t/Latest/ In addition: Warning messages: 1: In mclapply(argsList, FUN, mc.preschedule = preschedule, mc.set.seed = set.seed, : scheduled cores 2, 5, 7, 12, 16, 21, 24, 28, 30, 31, 38, 40, 41, 42, 43, 44, 46, 50, 54, 55, 56, 61, 64 did not deliver results, all values of the jobs will be affected 2: In unique(res$Variable) == variables : longer object length is not a multiple of shorter object length Execution halted
Is there a solution to this?