head	1.1;
access;
symbols
	charm6_1:1.1
	charm_6_0_1:1.1
	charm6_0_1:1.1
	charm6_0:1.1
	ChaNGa_1-0:1.1
	charm5_9:1.1;
locks; strict;
comment	@# @;


1.1
date	2004.09.15.19.43.04;	author bohm;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial checkin of move from pgms
@
text
@strategies="neighbor random greedy metis refine greedyref randref comm recbf"
for t in ring mesh2d
do
  for i in $strategies
  do
   cmd="./charmrun +p4 ./lb_test 4000 100 4 16 1000 10000 $i $t"
   echo $cmd
   $cmd > out.$i.$t
  done
done 
@
