Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 668 Bytes

File metadata and controls

33 lines (23 loc) · 668 Bytes

GraphBLAS solution

Prerequisites

Install CMake (the package in Ubuntu 18.04 satisfies the minimum version requirements):

sudo apt install -y cmake

Grab and compile dependencies

export JOBS=$(nproc)

git clone --branch v4.0.3 https://github.com/DrTimothyAldenDavis/GraphBLAS/
cd GraphBLAS
make && sudo make install && sudo ldconfig
cd ..

curl -L https://github.com/GraphBLAS/LAGraph/archive/99ad4114cd6b3116195e9599fb9709780e06fc9d.tar.gz | tar zxv
cd LAGraph-*
make && sudo make install && sudo ldconfig
cd ..

Configurations

JSON snippet:

"Tools": ["GBq1-Batch", "GBq1-Incr", "GBq2-Batch", "GBq2-Incr-Comment"],