Open main menu

Changes

Run relax at Google Cloud Computing

7 bytes added, 19:41, 28 November 2015
no edit summary
* This should open a '''browser terminal window'''
== Install packages at server ===== Inspect server === Install these very good server packagesSolve depencies. See alsp [[Installation_linux|Installation linux]]{{#tag:source|sudo apt-get -y install openmpi-bin openmpi-doc libopenmpi-devsudo apt-get -y install htop|lang="bash"}} Then check server{{#tag:source|uptimewhoamilscpuhtop -u `whoami`|lang="bash"}} Then check mpirun{{#tag:source|mpirun --versionmpirun --report-bindings -np 4 echo "hello world"|lang="bash"}} === Get relax and unpack ===
{{#tag:source|
{{#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
}}
== Inspect server ==
===Install these very good server packagesSolve depencies. See alsp [[Installation_linux|Installation linux]]{{#tag:source|sudo apt-get -y install htop|langtrunk of relax==="bash"}}
Then check server
{{#tag:source|
uptime
whoami
lscpu
htop -u `whoami`
|lang="bash"
}}
 
Then check mpirun
{{#tag:source|
mpirun --version
mpirun --report-bindings -np 4 echo "hello world"
mpirun --np 8 relax --multi='mpi4py'
|lang="bash"
}}
 
==Install trunk of relax==
 
=== Solve dependencies. ===
See alsp [[Installation_linux|Installation linux]]
{{#tag:source|
}}
=== Checkout relax and build. ===
{{#tag:source|
svn co svn://svn.gna.org/svn/relax/trunk relax_trunk
# See relax info
relax_trunk -i
 
|lang="bash"
}}
==='''install Minfx==='''
See [[Minfx]]
{{#tag:source|
}}
===install Bmrblib==='''
See [[Bmrblib]]
{{#tag:source|
}}
=='''Check installation of relax=='''
{{#tag:source|
mpirun --np 8 relax_trunk --multi='mpi4py'
relax_trunk --time -x
|lang="bash"