Displaying 2 results from an estimated 2 matches for "createfield".
2016 May 19
2
[PATCH] gpu/nouveau/nouveau_acpi.c: Fix Type Mismatch ACPI warning
Hello Marcos,
I sent a serie a year ago to fix some of the ACPI handling in Nouveau and add
runtime pm support for laptops with an Apple GMUX (see [0], and especially [1]
and [2]). I was told that a more generic work for the runtime pm was in the
work, so I let the whole serie slip away. I was thinking of resubmitting the
serie without the runtime pm additions, to at least fix those warning/error
2011 Jul 22
0
Mclapply prints once
...de that works in paraller (and is pretty fast actually)
The only problem I still have is that every core just prints only once.
dimz<-1000
Shadowlist<-mclapply(1:dimz, function(i) {
????????????????????????????? print(sprintf('Creating the %d map',i));
????????????????????????????? createField(x=x, y=y, model=model, grid=TRUE,param=c(mean,variance,nugget,scale))
??????????????????????????? }
??????????? )
In a four core system you will only receive four print messages while this works for 1000 iterations
What might be causing this one time printing?
BR
Alex