Skip to content

Commit

Permalink
merged MaJu's changes, renamed the csv file and add pdf gen script
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas William committed May 10, 2012
1 parent 03e660d commit 579e887
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions features.cvs → features.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Supported platforms
IBM BlueGene ; yes (L/P) ; yes (L not tested)
Cray XT ; yes ; no (maybe in 1.1)
Linux IBM AIX ; yes ;
IBM SP & BladeCenter ; ; yes
IBM SP & BladeCenter ; maybe (not tested) ; yes
SGI ; yes ; yes
Sun ; yes ;
Mac OS X ; yes ; probably (no one tested it)
NEC SX series ; yes ; no (last known issue: compiler dies on our code)
ARM ; ; 1.1
ARM ; no ; 1.1

Source instrumentation

Expand Down Expand Up @@ -76,13 +76,13 @@ Management
Filtering ; yes ; yes
Grouping ; yes ; not needed, will probably be handled directly by vampir
Rewind ; yes ; 1.1
Selective tracing ; ; yes
Selective tracing ; yes (VT_ON/OFF) ; yes



Scalable unification ; ; yes
Scalable unification ; no ; yes
Matched messages ; yes ; no
Periscope Online Access ; ; yes
Periscope Online Access ; no ; yes


Storage
Expand Down
5 changes: 5 additions & 0 deletions makepdf.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/dash
csv2latex --separator s features.csv >featuretable.tex
pdflatex featuretable.tex
rm featuretable.aux featuretable.log featuretable.tex

0 comments on commit 579e887

Please sign in to comment.