forked from firemodels/smv
-
Notifications
You must be signed in to change notification settings - Fork 0
pi64 notes
Glenn Forney edited this page Jan 25, 2018
·
9 revisions
- sudo apt-get update
- sudo apt-get install vim
- sudo apt-get install git
- clone fds/smokeview repos in the usual way
- sudo adduser gforney sudo (this allows gforney to use the sudo command )
- apt-get install openssh-client (may already be installed)
- apt-get install openssh-server
- generate ssh key on pi64 using ssh-keygen -t rsa
- add this ssh key to github
- sudo apt-get install build-essential (this installs make and the gnu compilers)
- sudo apt-get install openmpi-bin libopenmpi-dev
- sudo apt-get install gfortran