changeset 28:c1ad4362093d default tip

add script files
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Fri, 07 Feb 2014 20:19:32 +0900
parents 0f4f017616cb
children
files test/read.sh test/write.sh
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/read.sh	Fri Feb 07 20:19:32 2014 +0900
@@ -0,0 +1,4 @@
+for i in `seq 1 12`; do
+    echo "N=${i}"
+    ./ParRead +RTS -K1G -N${i} -qa
+done    
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/write.sh	Fri Feb 07 20:19:32 2014 +0900
@@ -0,0 +1,4 @@
+for i in `seq 1 12`; do
+    echo "N=${i}"
+    ./ParWrite2 +RTS -K1G -N${i} -qa
+done