summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/acl09-short/code/run.prl
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-27 16:13:19 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-27 16:13:19 +0000
commitfd519b0e45c857b266814994ba8c1421f508e522 (patch)
tree6d50c9b954e3c13e9df627c1ecc25c53544a5f58 /report/pyp_clustering/acl09-short/code/run.prl
parent4c5df460c9da5c935438850ef7993463a9113286 (diff)
preso
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@435 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'report/pyp_clustering/acl09-short/code/run.prl')
-rwxr-xr-xreport/pyp_clustering/acl09-short/code/run.prl8
1 files changed, 8 insertions, 0 deletions
diff --git a/report/pyp_clustering/acl09-short/code/run.prl b/report/pyp_clustering/acl09-short/code/run.prl
new file mode 100755
index 00000000..ac69559c
--- /dev/null
+++ b/report/pyp_clustering/acl09-short/code/run.prl
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+
+for $i (0..5) {
+$beta = 10**$i;
+$cmd = "pygibbs_geom $beta\n";
+print $cmd;
+`$cmd`;
+}