search for: wmin

Displaying 3 results from an estimated 3 matches for "wmin".

Did you mean: min
2012 Apr 09
2
Help with Book example of Matrix application
...9 33 0 The code is #returns the minimum value of d[i,j], i !=j and the row attaining #the minimum, for square symmetric d; no special policy on ties mind <- function(d) { n <- nrow(d) # add a column to identify row number for apply() dd <- cbind(d,1:n) wmins <- apply(dd[-n,],1,imin) # wins will be 2 X n, 1st row being indices and 2nd being values i <- which.min(wmins[2,]) j <- wmins[1,i] return(c(d[i,j],i,j)) } #this finds the location, value of the minimum in a row x imin <- function(x) { lx <- length(x) i...
2009 Jul 20
0
CFP for special session on Virtualisation in Distributed Systems - PDP2010 - deadline extended to 27th July.
...****** PDP 2010 - The 18th Euromicro International Conference on Parallel, Distributed and Network-Based Computing. 17-19 February 2010, Pisa, Italy, http://www.pdp2010.org <http://www.pdp2010.org/> Special Session on "Virtualization in Distributed Systems" http://www.cpc.wmin.ac.uk/vds10 Paper submission deadline: July, 27th, 2009 Virtualization technologies in the distributed systems community are raising significant interest. The widespread deployment and the native support for hardware-assisted virtualization in the AMD and Intel processors available in today...
2006 Sep 25
4
Re: [openib-general] problems with lustre o2ib module & ofed
...6.16.21-0.8-default i''m now searching why lustre thinks my kernel is 2.6.16.21-0.8-default and not 2.6.16.21-0.8-smp Thierry. On Mon, 25 Sep 2006, Thierry Delaitre wrote: > > On Mon, 25 Sep 2006, Michael S. Tsirkin wrote: > > > Quoting r. Thierry Delaitre <delaitt@cpc.wmin.ac.uk>: > > > > > > I''ve set the o2ib path to /usr/local/ofed/src/openib-1.1 as shown in the > > > lustre''s configure line below. Lustre''s configure script looks for a > > > driver/infiniband directory which only seems to exist under...