search for: paralleljob

Displaying 2 results from an estimated 2 matches for "paralleljob".

Did you mean: paralleljit
2015 Jun 20
2
Listing all spawned jobs/processed after parallel::mcparallel()?
...m with parallel::mcparallel()? For example, if I launch 3 jobs using: > library(parallel) > f <- lapply(1:3, FUN=mcparallel) then I can inspect them as: > str(f) List of 3 $ :List of 2 ..$ pid: int 142225 ..$ fd : int [1:2] 8 13 ..- attr(*, "class")= chr [1:3] "parallelJob" "childProcess" "process" $ :List of 2 ..$ pid: int 142226 ..$ fd : int [1:2] 10 15 ..- attr(*, "class")= chr [1:3] "parallelJob" "childProcess" "process" $ :List of 2 ..$ pid: int 142227 ..$ fd : int [1:2] 12 17 ..- att...
2015 Jun 21
0
Listing all spawned jobs/processed after parallel::mcparallel()?
...jobs using: > >> library(parallel) >> f <- lapply(1:3, FUN=mcparallel) > > then I can inspect them as: > >> str(f) > List of 3 > $ :List of 2 > ..$ pid: int 142225 > ..$ fd : int [1:2] 8 13 > ..- attr(*, "class")= chr [1:3] "parallelJob" "childProcess" "process" > $ :List of 2 > ..$ pid: int 142226 > ..$ fd : int [1:2] 10 15 > ..- attr(*, "class")= chr [1:3] "parallelJob" "childProcess" "process" > $ :List of 2 > ..$ pid: int 142227...