Open main menu

Changes

User:Troels Emtekær Linnet

912 bytes added, 13:46, 28 November 2015
source $HOME/.bashrc
|lang="bash"
}}
 
Solve depencies. See alsp [[Installation_linux|Installation linux]]
{{#tag:source|
sudo apt-get -y install python-numpy
}}
 
Then test relax
{{#tag:source|
relax -i
}}
 
Then install other packages
Solve depencies. See alsp [[Installation_linux|Installation linux]]
{{#tag:source|
sudo apt-get -y install python-scipy python-matplotlib python-pip
sudo apt-get -y install openmpi-bin openmpi-doc libopenmpi-dev
sudo pip install mpi4py
sudo pip install epydoc
 
# Check installation
relax -i
}}
 
== Inspect server and test relax installation ==
 
Install these very good server packages
Solve depencies. See alsp [[Installation_linux|Installation linux]]
{{#tag:source|
sudo apt-get -y install htop
}}
 
Then check server
{{#tag:source|
uptime
whoami
lscpu
htop -u `whoami`
}}
 
Then check mpirun
{{#tag:source|
mpirun --version
mpirun --report-bindings -np 4 echo "hello world"
mpirun --np 8 relax --multi='mpi4py'
}}