# HG changeset patch # User Tatsuki IHA # Date 1517892690 -32400 # Node ID 84f8371ec4867360725911e073ed99064b956337 # Parent 55b4adc8b873439dc7b122707fd478b3168c79b9 Add vs_opnemp diff -r 55b4adc8b873 -r 84f8371ec486 vs_openmp/gears_poweredge --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vs_openmp/gears_poweredge Tue Feb 06 13:51:30 2018 +0900 @@ -0,0 +1,6 @@ +1, 1181.215 +2, 627.914 +4, 324.059 +8, 159.932 +16, 85.518 +32, 51.925 diff -r 55b4adc8b873 -r 84f8371ec486 vs_openmp/graph.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vs_openmp/graph.sh Tue Feb 06 13:51:30 2018 +0900 @@ -0,0 +1,13 @@ +#!/bin/sh +gnuplot << EOF +set title "twice" +set terminal svg enhanced +plot "gears_poweredge" with l lc rgbcolor "blue" +set output "output.svg" +set xlabel "CPUs" +set format x "2^{%L}" +set logscale x 2 +set xrange[1:32] +set ylabel "time(ms)" +replot "openmp_poweredge" with l lc rgbcolor "red" +EOF diff -r 55b4adc8b873 -r 84f8371ec486 vs_openmp/info --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vs_openmp/info Tue Feb 06 13:51:30 2018 +0900 @@ -0,0 +1,4 @@ +example: Twice +length: 2^27 +gears split: 64 +openmp schedule: static diff -r 55b4adc8b873 -r 84f8371ec486 vs_openmp/openmp_poweredge --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vs_openmp/openmp_poweredge Tue Feb 06 13:51:30 2018 +0900 @@ -0,0 +1,6 @@ +1, 322.418 +2, 193.140 +4, 103.394 +8, 52.638 +16, 32.363 +32, 29.772 diff -r 55b4adc8b873 -r 84f8371ec486 vs_openmp/output.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vs_openmp/output.svg Tue Feb 06 13:51:30 2018 +0900 @@ -0,0 +1,160 @@ + + + +Gnuplot +Produced by GNUPLOT 5.2 patchlevel 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + 200 + + + + + 400 + + + + + 600 + + + + + 800 + + + + + 1000 + + + + + 1200 + + + + + 20 + + + + + 21 + + + + + 22 + + + + + 23 + + + + + 24 + + + + + 25 + + + + + + + + + time(ms) + + + + + CPUs + + + + + twice + + + "gears_poweredge" + + + "gears_poweredge" + + + + + + "openmp_poweredge" + + + "openmp_poweredge" + + + + + + + + + + + + + + + + + +