Revision 599878e9c0a01cb3fec81ef6fe2e63641d4df049 authored by Roberto Di Cosmo on 11 October 2014, 09:00:42 UTC, committed by Roberto Di Cosmo on 11 October 2014, 09:00:42 UTC
Init/finalize functions not called by parmapfold, parfold, and array_float_parmap.
2 parent s aa2270a + 997ca99
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