Displaying 2 results from an estimated 2 matches for "processorid".
Did you mean:
processor_id
2011 Apr 11
1
Mclapply and print statement
...output of the form
Shadowlist<-mclapply(1:dimz, function(i) {
print(sprintf('Creating the %d map',i));
GaussRF(x=x, y=y, model=model, grid=TRUE,param=c(mean,variance,nugget,scale,Whit.alpha))
}
)
'I am the processor %d and I work with the task %d',processorid,i
So far I get not output from my print(sprintf(... function.
What do you think I should try out?
Best Regards
Alex
2012 Jul 03
0
Wine release 1.5.8
..._VideoController.
wbemprox: Implement IWbemServices::GetObject.
wbemprox: Support IClientSecurity on the class enumerator object;.
wbemprox: Add reference counting to the query object.
wbemprox: Implement IEnumWbemClassObject::Clone.
wbemprox: Implement Win32_Processor.ProcessorId.
wbemprox: Fix returned variant type and flavor for system properties.
wbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned.
wbemprox: Return 64-bit property values as strings.
wbemprox: Avoid an exception when tracing the principal name in IClientSecurity::SetBlanket....