The Atlantic: Monsters in the Market

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News The Atlantic: Monsters in the Market
# 1  
Old 06-17-2010
The Atlantic: Monsters in the Market

Tim Bass
06-17-2010 07:30 AM


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. What is on Your Mind?

Job market in Seattle/Spokane?

Hi All.... I'm a Canadian Unix sysadmin thinking of doing contract work in Washington State. What's the job market like in Seattle/Spokane? What are good job sites that Americans use to search for opportunities? Thank you, akbar. Update: If you can recommend any better... (3 Replies)
Discussion started by: akbar
3 Replies

2. UNIX for Dummies Questions & Answers

New bee in the market.

Hi everyone , I'm a fresh graduate in computer science ,looking to make career in the field of unix.Being fresher i'm bit frustrated since i havnt got any good opurtunities or a break into the field:mad:.I'm reading books on unix and practicing the commands on ubuntu from past 7 months and still... (4 Replies)
Discussion started by: jimmy666
4 Replies

3. AIX

How big is the AIX market?

Does anyone have any info on the actual size of the global AIX market is in terms of physical machines (RS/6000, pSeries, System p, IBMp)? Any leads would be appreciated. Thanks (8 Replies)
Discussion started by: Elias
8 Replies

4. UNIX for Dummies Questions & Answers

A question on the unix market

Does anyone have an idea of what the installed base of UNIX servers is? I'm especially interested in UNIX email servers. If anyone knows where I can go to get this sort of information, I'd really appreciate it. Thanks (1 Reply)
Discussion started by: tshore
1 Replies
Login or Register to Ask a Question
MM2GV(1)						      General Commands Manual							  MM2GV(1)

NAME
mm2gv - Matrix Market-DOT converters SYNOPSIS
mm2gv [ -cluv? ] [ -ooutfile ] [ file ] DESCRIPTION
mm2gv converts a sparse matrix of the Matrix Market format to a graph in the GV (formerly DOT) format. OPTIONS
The following options are supported: -c This flag causes mm2gv to assign colors to the edges. The matrix element is scaled to the range [0,1] depending on where it lies between the minimum and maximum set matrix values. This scaled value is used as the "wt" attribute of the corresponding edge. In addition, this scalar value is mapped to an RGB value, which is stored as the edge "color". -l If set, mm2gv attaches a label to the graph indicating the base name of the input file, and the number of nodes and edges. -u If specified, the graph is assumed to be undirected. By default, the graph generated is directed. -v This flag causes mm2gv to store the matrix values as the "len" attribute of the corresponding edge. -ooutfile Prints output to the file outfile. If not given, mm2gv uses stdout. OPERANDS The following operand is supported: file Name of the file in MatrixMarket format. If no file operand is specified, the standard input will be used. RETURN CODES
Return 0 if there were no problems during conversion; and non-zero if any error occurred. AUTHORS
Yifan Hu <yifanhu@research.att.com> Emden R. Gansner <erg@research.att.com> ADDITIONAL INFO
See http://math.nist.gov/MatrixMarket/ for description of the format and http://www.cise.ufl.edu/research/sparse/matrices/ for a large col- lection of sparse matrices in this format. 31 July 2008 MM2GV(1)