Displaying 13 results from an estimated 13 matches for "77648".
Did you mean:
7648
2020 Jan 10
2
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...:
Forked processing is not allowed per option ?fork.allowed? or
environment variable ?R_FORK_ALLOWED?
>
The patch is:
Index: src/library/parallel/R/unix/forkCluster.R
===================================================================
--- src/library/parallel/R/unix/forkCluster.R (revision 77648)
+++ src/library/parallel/R/unix/forkCluster.R (working copy)
@@ -30,6 +30,7 @@
newForkNode <- function(..., options = defaultClusterOptions, rank)
{
+ allowFork(assert = TRUE)
options <- addClusterOptions(options, list(...))
outfile <- getClusterOption("outfile",...
2020 Jan 10
2
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...per option ?fork.allowed? or
>> environment variable ?R_FORK_ALLOWED?
>> The patch is:
>> Index: src/library/parallel/R/unix/forkCluster.R
>> ===================================================================
>> --- src/library/parallel/R/unix/forkCluster.R (revision 77648)
>> +++ src/library/parallel/R/unix/forkCluster.R (working copy)
>> @@ -30,6 +30,7 @@
>> newForkNode <- function(..., options = defaultClusterOptions, rank)
>> {
>> + allowFork(assert = TRUE)
>> options <- addClusterOptions(options, list(...))
>&g...
2020 Jan 10
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...ot allowed per option ?fork.allowed? or
> environment variable ?R_FORK_ALLOWED?
>
> The patch is:
>
> Index: src/library/parallel/R/unix/forkCluster.R
> ===================================================================
> --- src/library/parallel/R/unix/forkCluster.R (revision 77648)
> +++ src/library/parallel/R/unix/forkCluster.R (working copy)
> @@ -30,6 +30,7 @@
>
> newForkNode <- function(..., options = defaultClusterOptions, rank)
> {
> + allowFork(assert = TRUE)
> options <- addClusterOptions(options, list(...))
> outfile...
2020 Jan 10
6
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...t;> environment variable ?R_FORK_ALLOWED?
>>>> The patch is:
>>>> Index: src/library/parallel/R/unix/forkCluster.R
>>>> ===================================================================
>>>> --- src/library/parallel/R/unix/forkCluster.R (revision 77648)
>>>> +++ src/library/parallel/R/unix/forkCluster.R (working copy)
>>>> @@ -30,6 +30,7 @@
>>>> newForkNode <- function(..., options = defaultClusterOptions, rank)
>>>> {
>>>> + allowFork(assert = TRUE)
>>>> options <...
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 11
1
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...ORK_ALLOWED?
>>>>>> The patch is:
>>>>>> Index: src/library/parallel/R/unix/forkCluster.R
>>>>>> ===================================================================
>>>>>> --- src/library/parallel/R/unix/forkCluster.R (revision 77648)
>>>>>> +++ src/library/parallel/R/unix/forkCluster.R (working copy)
>>>>>> @@ -30,6 +30,7 @@
>>>>>> newForkNode <- function(..., options = defaultClusterOptions, rank)
>>>>>> {
>>>>>> + allowFork(assert...
2020 Jan 10
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...? or
> >> environment variable ?R_FORK_ALLOWED?
> >> The patch is:
> >> Index: src/library/parallel/R/unix/forkCluster.R
> >> ===================================================================
> >> --- src/library/parallel/R/unix/forkCluster.R (revision 77648)
> >> +++ src/library/parallel/R/unix/forkCluster.R (working copy)
> >> @@ -30,6 +30,7 @@
> >> newForkNode <- function(..., options = defaultClusterOptions, rank)
> >> {
> >> + allowFork(assert = TRUE)
> >> options <- addClusterOpti...
2020 Jan 10
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...ariable ?R_FORK_ALLOWED?
> >>>> The patch is:
> >>>> Index: src/library/parallel/R/unix/forkCluster.R
> >>>> ===================================================================
> >>>> --- src/library/parallel/R/unix/forkCluster.R (revision 77648)
> >>>> +++ src/library/parallel/R/unix/forkCluster.R (working copy)
> >>>> @@ -30,6 +30,7 @@
> >>>> newForkNode <- function(..., options = defaultClusterOptions, rank)
> >>>> {
> >>>> + allowFork(assert = TRUE)
> &...
2020 Jan 11
2
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...ORK_ALLOWED?
>>>>>> The patch is:
>>>>>> Index: src/library/parallel/R/unix/forkCluster.R
>>>>>> ===================================================================
>>>>>> --- src/library/parallel/R/unix/forkCluster.R (revision 77648)
>>>>>> +++ src/library/parallel/R/unix/forkCluster.R (working copy)
>>>>>> @@ -30,6 +30,7 @@
>>>>>> newForkNode <- function(..., options = defaultClusterOptions, rank)
>>>>>> {
>>>>>> + allowFork(assert...
2020 Jan 10
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...ariable ?R_FORK_ALLOWED?
> >>>> The patch is:
> >>>> Index: src/library/parallel/R/unix/forkCluster.R
> >>>> ===================================================================
> >>>> --- src/library/parallel/R/unix/forkCluster.R (revision 77648)
> >>>> +++ src/library/parallel/R/unix/forkCluster.R (working copy)
> >>>> @@ -30,6 +30,7 @@
> >>>> newForkNode <- function(..., options = defaultClusterOptions, rank)
> >>>> {
> >>>> + allowFork(assert = TRUE)
> &...
2020 Jan 11
1
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...ORK_ALLOWED?
>>>>>> The patch is:
>>>>>> Index: src/library/parallel/R/unix/forkCluster.R
>>>>>> ===================================================================
>>>>>> --- src/library/parallel/R/unix/forkCluster.R (revision 77648)
>>>>>> +++ src/library/parallel/R/unix/forkCluster.R (working copy)
>>>>>> @@ -30,6 +30,7 @@
>>>>>> newForkNode <- function(..., options = defaultClusterOptions, rank)
>>>>>> {
>>>>>> + allowFork(assert...
2020 Jan 11
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...t;>>>>> The patch is:
> >>>>>> Index: src/library/parallel/R/unix/forkCluster.R
> >>>>>> ===================================================================
> >>>>>> --- src/library/parallel/R/unix/forkCluster.R (revision 77648)
> >>>>>> +++ src/library/parallel/R/unix/forkCluster.R (working copy)
> >>>>>> @@ -30,6 +30,7 @@
> >>>>>> newForkNode <- function(..., options = defaultClusterOptions, rank)
> >>>>>> {
> >>>>>&...
2005 May 26
2
Random Early Detection
I''m streaming audio over a WAN that is 1.5Mbit/s. The audio has to go
both ways and can be over tcp or udp. The manufacturers recommend udp
as it has less overhead but has a higher chance of dropping out. The
audio requires 130-200kbit/s in each direction for a combined
260-400kbit/s. I have two transparent bridges on either side of the WAN
to do traffic control. I split it so