Program with offset
[anna.git] / example / diameter / launcher / resources / scripts / clone.sh
index 099aa7f..318e681 100755 (executable)
@@ -131,7 +131,7 @@ clone() {
   rm $wkdir/testcase.txt.$sequence
 
   # Population:
-  if [ -n "$POPULATION_FILE" ]
+  if [ -n "$POPULATION" ]
   then
     parse_file $sequence $POPULATION_FILE $CLONE_WKDIR/${POPULATION}.$sequence
     cat $CLONE_WKDIR/${POPULATION}.$sequence >> $POPULATION_ALL
@@ -188,7 +188,7 @@ fi
 GROUPS_SIZE=$((N_ITEMS/N_GROUPS))
 if [ "$GROUPS_SIZE" -eq 0 ]
 then
-  echo "Assuming minimum allowed number of groups: $N_ITEMS"
+  echo "Assuming minimum allowed number of groups (one group per item): $N_ITEMS"
   GROUPS_SIZE=1
   N_GROUPS=$N_ITEMS
 fi