Skip to content

Running

Matheus C. Santos edited this page Jan 17, 2015 · 3 revisions

Faster wraps OpenMPI interfaces. THe easyest way to run it is to use MPI's runtime commands.

Example (inside faster's build directory):

mpirun --hostfile hosts.txt ./example/fexample-int

Pagerank

mpirun --hostfile hosts.txt ./example/pagerank ../res/graph1000.al

Clone this wiki locally