diff --git a/README.md b/README.md index 0cc52eb..d062182 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,10 @@ Below is a modified instruction from the 'Writing Your Own Apps' section for Gos 2. on multiple machines, you could run GossipMap by using "mpiexec" command. All of the machines should be installed GraphLab PowerGraph and MPI. - [Usage] > mpiexec -f machines /path/to/GossipMap --graph --thresh --maxiter --maxspiter --trials <# trials> --mode <1 or 2> --outmode <1 or 2> --ncpus - - 'machines' is a file which contains the hostnames of the machines used for running GossipMap. - The command will generate 1 process on each machine represented in 'machines' unless specified. - If you want to specify the number of MPI processes, you can add '-n ' options, such as "mpiexec -n 4 -f machines ..." - We recommend use the number of less than or equal to the number of machines for value when you use '-n' option for better performance. + - The command will generate 1 process on each machine represented in 'machines' unless specified. + - If you want to specify the number of MPI processes, you can add '-n ' options, such as "mpiexec -n 4 -f machines ..." + - We recommend to use the number of less than or equal to the number of machines for value when you use '-n' option for better performance. The arguments for GossipMap are following: @@ -97,4 +96,5 @@ If you want to contact us about GossipMap, you can contact us at: * Seung-Hee Bae: shbae@cs.washington.edu * Bill Howe: billhowe@cs.washington.edu + Copyright (C) since 2014, Seung-Hee Bae, Bill Howe, Database Group at the University of Washington