Open fanzheng10 opened 6 years ago
@fanzheng10 thanks for reporting this issue. Sincerely sorry for late response. However, it's not clear to identify root cause based on what you've provided.
Could you: 1) provide a complete MWE that I can run on my end; 2) list your R environment, OS info, etc..?
Would be more than happy to debug? Thanks!
This package has been quite useful for my research and thank the author for writing it. However, sometimes I experienced the following problem:
In short words, I have a function which calls
biglasso
, and I was trying to usemclapply
function in the packageparallel
to have multiple cores to run lasso with same X (created bysetupX
) and different y.Here is my function, I think procedures other than
biglasso
are unimportant:Then I use
beta_max_all <- mclapply(1:(batch_size+1), bottleneck, mc.cores=n_cores, mc.cleanup=TRUE)
for multi-core jobs.I'd be appreciate if the author can help me figure out what causes the problem. I cannot see any rules about when such issue happens; it seem to occur randomly and sometimes the script just runs smoothly. I run my computing on an Sun Grid Engine Cluster.
Here is all the error message.