How to Build the list ranking code on a 64-bit Linux SMP: *) compile SIMPLE available from http://www.cc.gatech.edu/~bader/code.html *) In the SIMPLE package, edit the file src/Makefile.var and in the LINUX64_SMP platform module, edit the path to the C compiler and the POSIX threads library *) Run GNU Make ("gmake") in the SIMPLE root directory. *) In the list ranking code directory, edit Makefile.orig and set the path to the SIMPLE directory. *) Compile the list ranking code by going to the list ranking code directory and run make on the Makefile.org makefile by typing "gmake -f Makefile.org" We generate two types of lists for experiments, random and ordered. For a detailed discussion, please refer the List Ranking paper at http://www.cc.gatech.edu/~bader/papers/ListRankMTA.html