view main/sparsersb/doc/README @ 12539:b8f0148a86f1 octave-forge

./configure --help will show extra info about relevant *RSB* variables. doc update.
author michelemartone
date Mon, 20 Oct 2014 08:43:49 +0000
parents c4bd5fcdafee
children fe288ae1e8d9
line wrap: on
line source


================================================================================
This is a plugin to interface the "librsb" sparse matrix library to Octave.
Author: Michele Martone
================================================================================

Build instructions:

sh autogen.sh
./configure
make
make check

If you desire, you can pass some options to configure; e.g.: 
./configure CXXFLAGS="-O3  "
./configure CXXFLAGS="-O3  " LIBRSB_CONFIG=/opt/librsb-optimized/bin/librsb-config 
./configure SPARSERSB_LIBS="-lmpi++"
./configure 

More options:
./configure --help

Usage instructions:
# go in the directory where sparsersb.oct is located and run octave.
octave
# you can use the sparsersb function, starting with 
 > help sparsersb.

================================================================================