diff test/read.sh @ 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
children
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