home *** CD-ROM | disk | FTP | other *** search
/ ftp.parl.clemson.edu / 2015-02-07.ftp.parl.clemson.edu.tar / ftp.parl.clemson.edu / pub / pvfs2 / orangefs-2.8.3-20110323.tar.gz / orangefs-2.8.3-20110323.tar / orangefs / test / io / bmi / test-bw.plt < prev    next >
Text File  |  2003-02-11  |  480b  |  14 lines

  1. set data style lines
  2. set title 'aggregate bandwidth'
  3. set xlabel 'Message Size'
  4. set ylabel 'bandwidth (MB/sec)'
  5. set term post eps color "Times-Roman" 20
  6. set size 1.4,1.4
  7. set key right bottom
  8. set pointsize 2
  9. set output "test-bw.eps"
  10. plot     "mpi_server.ave" using 1:2 title "MPI server" with lines, \
  11.      "mpi_client.ave" using 1:2 title "MPI client" with lines, \
  12.      "bmi_server.ave" using 1:2 title "BMI server" with lines, \
  13.      "bmi_client.ave" using 1:2 title "BMI client" with lines
  14.