You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
625 B
11 lines
625 B
#!/bin/csh
|
|
|
|
prism csma.nm collisions.pctl -const K=2,COL=4 -aroptions refine=all,nopre,opt
|
|
prism csma.nm collisions.pctl -const K=2,COL=8 -aroptions refine=all,nopre,opt
|
|
prism csma.nm collisions.pctl -const K=4,COL=4 -aroptions refine=all,nopre,opt
|
|
prism csma.nm collisions.pctl -const K=4,COL=8 -aroptions refine=all,nopre,opt
|
|
|
|
#prism csma.nm time.pctl -const K=1,COL=0 -aroptions refine=all,nopre,opt
|
|
#prism csma.nm time.pctl -const K=2,COL=0 -aroptions refine=all,nopre,opt
|
|
#prism csma.nm time.pctl -const K=3,COL=0 -aroptions refine=all,nopre,opt
|
|
#prism csma.nm time.pctl -const K=4,COL=0 -aroptions refine=all,nopre,opt
|