Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jshun committed Apr 9, 2015
1 parent 4045b3f commit b645616
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
News: The code for Ligra+, which supports graph compression, has been added!
--------

Ligra (and Ligra+)
===========================
A Lightweight Graph Processing Framework for Shared Memory
Ligra (and Ligra+): A Lightweight Graph Processing Framework for Shared Memory
======================

Organization
Expand All @@ -25,11 +23,8 @@ and one for Ligra+. The file for the desired backend should be
linked/copied into a file named "Makefile". For example:

```
$ ln -s Makefile.ligra Makefile
```
or
```
$ ln -s Makefile.ligra+ Makefile
$ ln -s Makefile.ligra Makefile #if using Ligra
$ ln -s Makefile.ligra+ Makefile #if using Ligra+
```

Recommended environment
Expand Down Expand Up @@ -67,16 +62,13 @@ After the appropriate environment variables are set, to compile,
simply run

```
$ make -j 16
$ make -j 16 #compiles with 16 threads (thread count can be changed)
```

This is to compile and build with 16 threads in parallel (you can
change the number of threads as you like).

The following commands cleans the directory:
```
$ make clean //removes all executables
$ make cleansrc //removes all executables and linked files from the ligra/ or ligra+/ directory
$ make clean #removes all executables
$ make cleansrc #removes all executables and linked files from the ligra/ or ligra+/ directory
```

Running code in Ligra
Expand Down

0 comments on commit b645616

Please sign in to comment.