Skip to content

Instantly share code, notes, and snippets.

@Wajihulhassan
Last active May 27, 2016 18:02
Show Gist options
  • Save Wajihulhassan/bdf4c34617ce19cf360ef2572ccc0004 to your computer and use it in GitHub Desktop.
Save Wajihulhassan/bdf4c34617ce19cf360ef2572ccc0004 to your computer and use it in GitHub Desktop.
sudo apt-get update -qq
sudo apt-get install git
git clone https://github.com/IntelLabs/HPAT.jl.git
if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
sudo apt-get install -qq gcc g++ gfortran cmake openmpi-bin openmpi-common libopenmpi-dev libhdf5-openmpi-dev libblas-dev libopenblas-dev gettext libmagickwand5 libcairo2 libpango1.0-0 tcl8.5 tk8.5
wget https://julialang.s3.amazonaws.com/bin/linux/x64/0.4/julia-0.4.5-linux-x86_64.tar.gz
tar -xvf julia-0.4.5-linux-x86_64.tar.gz
mv julia-2ac304dfba julia
export PATH=/home/wajih_lums/julia/bin/:$PATH
julia -e 'Pkg.clone("CompilerTools")'
julia -e 'Pkg.clone("ParallelAccelerator")'
julia -e 'Pkg.build("ParallelAccelerator")'
julia -e 'Pkg.clone("https://github.com/IntelLabs/HPAT.jl"); Pkg.build("HPAT")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment