/
sparsehash

sparsehash

Introduction:

An extremely memory-efficient hash_map implementation
This software is required by abyss.

Source: http://code.google.com/p/sparsehash/

Modulefile Usage:

 module load bioinformatics/sparsehash/2.0.2

Installation

module purge
cd /sw/bioinformatics/sparsehash/2.0.2/src
./configure --prefix=/sw/bioinformatics/sparsehash/2.0.2 CC=gcc 2>&1 | tee configure_sparseharsh.txt
make  2>&1 | tee make_sparseharsh.txt
make check 2>&1 | tee make_check_sparseharsh.txt
make install 2>&1 | tee make_install_sparseharsh.txt
make installcheck