If you are looking for an easy way to prepare the environment to use MPSoCBench, we suggest that you use a Virtual Machine. So, you can test this infrastructure before installing MPSoCBench in your system (host).
The following tools must be installed and properly configured:
$ dpkg -i vagrant_1.5.4_x86_64.deb
$ cd vagrant
$ vagrant up
$ vagrant ssh
$ cd /opt/MPSoCBench
After installing all tools, start you virtual machine and go to the MPSoCBench folder:
$ vagrant ssh
$ cd /opt/MPSoCBench
Build your first multicore platform (example: quad-core MIPS with power estimation, connected by a router, able for running dijkstra
$ cd /opt/MPSoCBench
$ ./MPSoCBench -p=mips -pw -s=dijkstra -i=router.lt -n=4 -b
Simulate your first multicore platform:
$ ./MPSoCBench -p=mips -pw -s=dijkstra -i=router.lt -n=4 -r
Go to How To Use to see other examples of this benchmark.
After using, you can stop the vagrant machine with:
$ vagrant halt