Skip to content

Instantly share code, notes, and snippets.

View pguthrey's full-sized avatar

Pierson Guthrey pguthrey

  • Lawrence Livermore National Laboratory
View GitHub Profile
@pguthrey
pguthrey / cmakeinstall_superludist
Created July 11, 2020 22:11
Script for installing superlu_dist as a submodule
#!/bin/bash
# Load recent modules
ml gcc/8.1.0
ml cmake/3.14.5
# Update submodules and their dependencies
git submodule update --init --recursive superlu_dist
# Enter superLU and delete previous builds+installs
@pguthrey
pguthrey / cmakeinstall_superludist
Created July 11, 2020 22:11
Script for installing superlu_dist as a submodule
#!/bin/bash
# Load recent modules
ml gcc/8.1.0
ml cmake/3.14.5
# Update submodules and their dependencies
git submodule update --init --recursive superlu_dist
# Enter superLU and delete previous builds+installs