#!/bin/bash

# gcc / gfortran / gdb
sudo apt-get install build-essential -y
sudo apt-get install gfortran -y
sudo apt-get install gdb -y

# SCOTCH
sudo apt-get install libscotch-6.1 -y
sudo apt-get install libscotchmetis-dev -y

# OpenBLAS
sudo apt-get install libopenblas-serial-dev -y
