Added message for finished clust
This commit is contained in:
parent
c6bd2c74a6
commit
23ea2f6f92
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ results <- parallel::mclapply(seq_len(nrow(conditions)), function(idx) {
|
|||
paste0("c_", idx, "_on_", nrow(conditions), ".Rds")
|
||||
)
|
||||
)
|
||||
message("Finished condition ", idx)
|
||||
out
|
||||
},
|
||||
mc.cores = parallelly::availableCores(omit = 1L)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue