Skip to content

Instantly share code, notes, and snippets.

View eritpchy's full-sized avatar
🤩
out of work.

Jason eritpchy

🤩
out of work.
View GitHub Profile
@eritpchy
eritpchy / install.md
Created July 7, 2021 12:30 — forked from rmcgibbo/install.md
Scientific Python From Source, with MKL

Scientific Python From Source

This document will walk you through compiling your own scientific python distribution from source, without sudo, on a linux machine. The core numpy and scipy libraries will be linked against Intel MKL for maximum performance.

This procedure has been tested with Rocks Cluster Linux 6.0 (Mamba) and CentOS 6.3.

Compiling Python From Source