#!/bin/csh

foreach N (4 5)
  foreach K (4) # 5 6 7 8)
    prism peer2peer"$N"_"$K".sm peer2peer.csl -fixdl -const T=1.1
  end
end


