Revision 400fd7137cda13f54e758c6aaccb2422485580d4 authored by Roberto Di Cosmo on 23 February 2017, 00:36:09 UTC, committed by GitHub on 23 February 2017, 00:36:09 UTC
added get_rank so that worker processes can know at which rank
2 parent s af9691e + 8204dbb
Raw File
INSTALL
To install this program, just type

./configure; make; make install

To uninstall, type

make uninstall

To compile from git, do this first :

aclocal -I m4
autoconf
autoheader
./configure
make
back to top