search for: ischild

Displaying 15 results from an estimated 15 matches for "ischild".

Did you mean: schild
2020 Jan 10
2
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...================================================================= --- src/library/parallel/R/unix/mclapply.R (revision 77648) +++ src/library/parallel/R/unix/mclapply.R (working copy) @@ -28,7 +28,7 @@ stop("'mc.cores' must be >= 1") .check_ncores(cores) - if (isChild() && !isTRUE(mc.allow.recursive)) + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) return(lapply(X = X, FUN = FUN, ...)) ## Follow lapply Index: src/library/parallel/R/unix/mcparallel.R ==============================================================...
2020 Jan 10
2
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...============== >> --- src/library/parallel/R/unix/mclapply.R (revision 77648) >> +++ src/library/parallel/R/unix/mclapply.R (working copy) >> @@ -28,7 +28,7 @@ >> stop("'mc.cores' must be >= 1") >> .check_ncores(cores) >> - if (isChild() && !isTRUE(mc.allow.recursive)) >> + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) >> return(lapply(X = X, FUN = FUN, ...)) >> ## Follow lapply >> Index: src/library/parallel/R/unix/mcparallel.R >> ====================...
2020 Jan 11
1
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...77648) >>>>>> +++ src/library/parallel/R/unix/mclapply.R (working copy) >>>>>> @@ -28,7 +28,7 @@ >>>>>> stop("'mc.cores' must be >= 1") >>>>>> .check_ncores(cores) >>>>>> - if (isChild() && !isTRUE(mc.allow.recursive)) >>>>>> + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) >>>>>> return(lapply(X = X, FUN = FUN, ...)) >>>>>> ## Follow lapply >>>>>> Index: src/librar...
2020 Jan 10
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...============================= > --- src/library/parallel/R/unix/mclapply.R (revision 77648) > +++ src/library/parallel/R/unix/mclapply.R (working copy) > @@ -28,7 +28,7 @@ > stop("'mc.cores' must be >= 1") > .check_ncores(cores) > > - if (isChild() && !isTRUE(mc.allow.recursive)) > + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) > return(lapply(X = X, FUN = FUN, ...)) > > ## Follow lapply > Index: src/library/parallel/R/unix/mcparallel.R > ===============================...
2020 Jan 10
6
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...y/parallel/R/unix/mclapply.R (revision 77648) >>>> +++ src/library/parallel/R/unix/mclapply.R (working copy) >>>> @@ -28,7 +28,7 @@ >>>> stop("'mc.cores' must be >= 1") >>>> .check_ncores(cores) >>>> - if (isChild() && !isTRUE(mc.allow.recursive)) >>>> + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) >>>> return(lapply(X = X, FUN = FUN, ...)) >>>> ## Follow lapply >>>> Index: src/library/parallel/R/unix/mcparallel.R...
2019 Apr 15
2
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
On Mon, 15 Apr 2019 at 08:44, Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > On 4/13/19 12:05 PM, I?aki Ucar wrote: > > On Sat, 13 Apr 2019 at 03:51, Kevin Ushey <kevinushey at gmail.com> wrote: > >> I think it's worth saying that mclapply() works as documented > > Mostly, yes. But it says nothing about fork's copy-on-write and memory >
2020 Jan 10
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...-- src/library/parallel/R/unix/mclapply.R (revision 77648) > >> +++ src/library/parallel/R/unix/mclapply.R (working copy) > >> @@ -28,7 +28,7 @@ > >> stop("'mc.cores' must be >= 1") > >> .check_ncores(cores) > >> - if (isChild() && !isTRUE(mc.allow.recursive)) > >> + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) > >> return(lapply(X = X, FUN = FUN, ...)) > >> ## Follow lapply > >> Index: src/library/parallel/R/unix/mcparallel.R > >...
2020 Jan 10
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...y.R (revision 77648) > >>>> +++ src/library/parallel/R/unix/mclapply.R (working copy) > >>>> @@ -28,7 +28,7 @@ > >>>> stop("'mc.cores' must be >= 1") > >>>> .check_ncores(cores) > >>>> - if (isChild() && !isTRUE(mc.allow.recursive)) > >>>> + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) > >>>> return(lapply(X = X, FUN = FUN, ...)) > >>>> ## Follow lapply > >>>> Index: src/library/parallel...
2020 Jan 11
2
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...77648) >>>>>> +++ src/library/parallel/R/unix/mclapply.R (working copy) >>>>>> @@ -28,7 +28,7 @@ >>>>>> stop("'mc.cores' must be >= 1") >>>>>> .check_ncores(cores) >>>>>> - if (isChild() && !isTRUE(mc.allow.recursive)) >>>>>> + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) >>>>>> return(lapply(X = X, FUN = FUN, ...)) >>>>>> ## Follow lapply >>>>>> Index: src/librar...
2020 Jan 10
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...y.R (revision 77648) > >>>> +++ src/library/parallel/R/unix/mclapply.R (working copy) > >>>> @@ -28,7 +28,7 @@ > >>>> stop("'mc.cores' must be >= 1") > >>>> .check_ncores(cores) > >>>> - if (isChild() && !isTRUE(mc.allow.recursive)) > >>>> + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) > >>>> return(lapply(X = X, FUN = FUN, ...)) > >>>> ## Follow lapply > >>>> Index: src/library/parallel...
2020 Jan 11
1
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...77648) >>>>>> +++ src/library/parallel/R/unix/mclapply.R (working copy) >>>>>> @@ -28,7 +28,7 @@ >>>>>> stop("'mc.cores' must be >= 1") >>>>>> .check_ncores(cores) >>>>>> - if (isChild() && !isTRUE(mc.allow.recursive)) >>>>>> + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) >>>>>> return(lapply(X = X, FUN = FUN, ...)) >>>>>> ## Follow lapply >>>>>> Index: src/librar...
2020 Jan 11
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...>>> +++ src/library/parallel/R/unix/mclapply.R (working copy) > >>>>>> @@ -28,7 +28,7 @@ > >>>>>> stop("'mc.cores' must be >= 1") > >>>>>> .check_ncores(cores) > >>>>>> - if (isChild() && !isTRUE(mc.allow.recursive)) > >>>>>> + if (!allowFork() || (isChild() && !isTRUE(mc.allow.recursive))) > >>>>>> return(lapply(X = X, FUN = FUN, ...)) > >>>>>> ## Follow lapply > >>>>>&g...
2014 Mar 07
0
Wine release 1.7.14
...qcap: Fix strf chunk size in AviMuxIn_ReceiveConnection. qcap: Fix some memory leaks in Avi Mux. qcap: Fix uninitialized variable access in Avi Mux. qcap/tests: Add more Avi Mux tests. qcap/tests: Add option to save generated avi file. user32: Check WS_CHILD style in IsChild function. ole32: Change DoDragDrop return value on IDropTarget::Drop call. ole32: Merge OLEDD_TrackMouseMove and OLEDD_TrackStateChange functions. ole32: Fix DROPEFFECT value in OLEDD_TrackStateChange. ole32: Add more DoDragDrop tests. ole32/tests: Fix DoDragDrop tests...
2017 Mar 31
0
Wine release 2.5
...CommitChanges(). d3dx9: Fix a warning output in preshader. Piotr Caban (43): msvcrt: Optimize Concurrency::event implementation. concrt140: Add missing i386 spec file entries. msvcp140: Add {_Schedule,_Reschedule,_Release}_chore implementation. user32: Don't call IsChild with NULL window in EnableWindow. msvcrt: Add Context class static functions stubs. msvcrt: Add ExternalContextBase class stub. msvcrt: Add ExternalContextBase::GetId implementation. msvcrt/tests: Add Context::Id tests. msvcrt: Add scheduler_resource_allocation_error c...
2007 Aug 24
0
Wine release 0.9.44
...32: Fix a few more places that use the wrong get/release function for DCs. winex11: Properly update the hdc in the GL context. winex11: Get rid of get_context_from_GLXContext. server: Validate the parents every time we paint a window instead of only on RDW_UPDATENOW. user32: IsChild must not consider the desktop window. msvcrt: Don't include mbstring.h to avoid conflicts with system headers. Andrew Talbot (9): riched20: Constify some variables. riched20: Constify some variables. riched20: Constify some variables. riched20: Constify some varia...