mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-21 12:50:58 +08:00
Simple startup script to install necessary software on google compute engine.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#! /bin/bash
|
||||
sudo aptitude -y update
|
||||
sudo aptitude -y upgrade
|
||||
sudo aptitude -y install gcc gfortran git libopenmpi-dev python-pip python-dev
|
||||
sudo aptitude -y install ipython python-scipy python-numpy
|
||||
sudo aptitude -y install python-matplotlib python-nose python-pip
|
||||
sudo aptitude -y install libmumps-ptscotch-4.10.0 libmumps-ptscotch-dev
|
||||
sudo pip install mpi4py
|
||||
sudo pip install pymumps
|
||||
git clone https://dwfmarchant@bitbucket.org/rcockett/simpeg.git
|
||||
cd simpeg/SimPEG/
|
||||
python setup.py
|
||||
cd ~
|
||||
Reference in New Issue
Block a user