branch, master, updated. a613bd92fcbe599a994c7162e52d45a3c50c0005
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, master has been updated via a613bd92fcbe599a994c7162e52d45a3c50c0005 (commit) from d8b48bf1faf88e678fe853b149d946ead48f9310 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a613bd92fcbe599a994c7162e52d45a3c50c0005 Author: Dries Kimpe <[email protected]> Date: Sun Sep 30 22:56:57 2012 -0500 Disable color in per-block conflict graph ----------------------------------------------------------------------- Summary of changes: papers/conditional-write/figs/conflicts.plt | 32 +++++++++++++------------- papers/conditional-write/paper.tex | 3 +- 2 files changed, 17 insertions(+), 18 deletions(-) Diff of changes: diff --git a/papers/conditional-write/figs/conflicts.plt b/papers/conditional-write/figs/conflicts.plt index 79cbb63..9a5ee23 100644 --- a/papers/conditional-write/figs/conflicts.plt +++ b/papers/conditional-write/figs/conflicts.plt @@ -12,19 +12,19 @@ set yrange [0:*] set xtics rotate by -45 set xlabel "Server number" set ylabel "Maximum consecutive conditional failures by block" -plot 'conflicts.dat' using 2:xtic(1) notitle, \ - '' using 3:xtic(1) notitle, \ - '' using 4:xtic(1) notitle, \ - '' using 5:xtic(1) notitle, \ - '' using 6:xtic(1) notitle, \ - '' using 7:xtic(1) notitle, \ - '' using 8:xtic(1) notitle, \ - '' using 9:xtic(1) notitle, \ - '' using 10:xtic(1) notitle, \ - '' using 11:xtic(1) notitle, \ - '' using 12:xtic(1) notitle, \ - '' using 13:xtic(1) notitle, \ - '' using 14:xtic(1) notitle, \ - '' using 15:xtic(1) notitle, \ - '' using 16:xtic(1) notitle, \ - '' using 17:xtic(1) notitle +plot 'conflicts.dat' using 2:xtic(1) notitle lc 1, \ + '' using 3:xtic(1) notitle lc 1, \ + '' using 4:xtic(1) notitle lc 1, \ + '' using 5:xtic(1) notitle lc 1, \ + '' using 6:xtic(1) notitle lc 1, \ + '' using 7:xtic(1) notitle lc 1, \ + '' using 8:xtic(1) notitle lc 1, \ + '' using 9:xtic(1) notitle lc 1, \ + '' using 10:xtic(1) notitle lc 1, \ + '' using 11:xtic(1) notitle lc 1, \ + '' using 12:xtic(1) notitle lc 1, \ + '' using 13:xtic(1) notitle lc 1, \ + '' using 14:xtic(1) notitle lc 1, \ + '' using 15:xtic(1) notitle lc 1, \ + '' using 16:xtic(1) notitle lc 1, \ + '' using 17:xtic(1) notitle lc 1 diff --git a/papers/conditional-write/paper.tex b/papers/conditional-write/paper.tex index 94463b0..6b80a31 100644 --- a/papers/conditional-write/paper.tex +++ b/papers/conditional-write/paper.tex @@ -512,8 +512,7 @@ outperforms the lock-based approach by a factor of 17. \centering \includegraphics[width=3in]{conflicts} \caption{Maximum consecutive conditional write failures per block with 32 - servers, 32 clients, and random updates to 512 blocks. -Color indicates client number.} + servers, 32 clients, and random updates to 512 blocks.} \label{fig:consec-conflicts} \vspace{-.1in} \end{figure} hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov