@OPERATION
 void clusterSetCows(Cow[] c, int H, int W) {
   logger.info("HHHH ->>>setting cows" + c.length);
   model.setCows(c, H, W);
 }