mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
Sketch parsec build
This commit is contained in:
14
parsec
Executable file
14
parsec
Executable file
@@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
wget http://parsec.cs.princeton.edu/download/3.0/parsec-3.0.tar.gz
|
||||||
|
tar -xvzf parsec-3.0.tar.gz
|
||||||
|
cd parsec-3.0
|
||||||
|
. env.sh
|
||||||
|
parsecmgmt -a build -p streamcluster
|
||||||
|
parsecmgmt -a run -p streamcluster
|
||||||
|
|
||||||
|
parsecmgmt -a build -p all
|
||||||
|
|
||||||
|
wget http://parsec.cs.princeton.edu/download/3.0/parsec-3.0-input-sim.tar.gz
|
||||||
|
tar -xzf parsec-3.0-input-sim.tar.gz
|
||||||
|
parsecmgmt -a run -p streamcluster -i simsmall
|
||||||
|
parsecmgmt -a run -p streamcluster -i simlarge -n 2
|
||||||
Reference in New Issue
Block a user