Displaying 2 results from an estimated 2 matches for "notcreat".
Did you mean:
nocreat
2011 May 27
0
saving multiple arrays from a foreach loop
...uot;y"; stop time
system.time(for(j in 1:n.run) {
z = check(j)
x[,, j] <- z$sme
y[,, j] <- z$test
})
#### trying to do the same with a foreach loop - does not work!!
require(doSMP)
workers <- startWorkers(2) # My computer has 2 cores
registerDoSMP(workers)
notcreative = array(NA,dim=c(4,n.vpn,n.l?ufe))
tempList = list(matrix(NA,4,n.vpn),matrix(NA,4,n.vpn))
system.time(notcreative <- foreach(j=1:n.run) %dopar% {
tempList=check(j)
x[,,j] = tempList$sme
y[,,j] = tempList$test
})
stopWorkers(workers)
--
____________
lic. phil. Nic...
2005 May 24
4
Custom kernel needed for ndiswrapper? (for Linksys WPC54G wireless pcmcia)
Greetings:
I'm just installed Centos-4 on an IBM T-21 laptop. So far so good. Now
I'd like to pop in a wireless lan adapter. I'm looking at a buying a
Linksys WPC54G adapter (although I haven't done so yet).
After doing some searching, it looks like the best way to get this card
working is via ndiswrapper [http://ndiswrapper.sourceforge.net] and then
to use Windoze