Difference between revisions of "Cluster Kurrola"
Line 34: | Line 34: | ||
+ | == | ||
+ | Installation == | ||
− | |||
− | + | == | |
− | sudo apt-get install language-pack-fi language-pack-gnome-fi | + | Finish Language Install Keyboard == |
− | + | ||
+ | |||
+ | sudo apt-get install language-pack-gnome-fi language-pack-fi-base language-pack-gnome-fi-base voikko-fi firefox-locale-fi thunderbird-locale-fi | ||
sudo dpkg-reconfigure console-data | sudo dpkg-reconfigure console-data | ||
+ | sudo dpkg-reconfigure console-setup | ||
sudo dpkg-reconfigure keyboard-configuration | sudo dpkg-reconfigure keyboard-configuration | ||
+ | |||
+ | |||
+ | |||
+ | == MediaWiki == | ||
+ | |||
+ | |||
+ | Running MediaWiki on Ubuntu [http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Ubuntu] | ||
+ | PDF support [http://www.mediawiki.org/wiki/Extension:PDF_Writer] | ||
+ | |||
+ | |||
+ | == Running Server == | ||
+ | |||
+ | |||
+ | == | ||
+ | Starting MPI4YOU elmer == | ||
+ | |||
+ | |||
+ | |||
+ | mpiexec -v -np <how many core> -host <hosts> -ckpointlib blcr -ckpoint-prefix <chekpoint files storage> -ckpoint-interval <chekponting interval seconds> /mpi<mpi4you version>/C<code version>/elmer_<elmer revision>/bin/ElmerSolver_mpi | ||
+ | mpiexec -v -np 3 -host ugh -ckpointlib blcr -ckpoint-prefix /mpi3/chekpoint -ckpoint-interval 10 /mpi3/C2/elmer_6003/bin/ElmerSolver_mpi | ||
+ | |||
+ | |||
+ | == | ||
+ | Server start & stop == | ||
+ | |||
+ | |||
+ | /etc/init.d/networking restart | ||
+ | /etc/init.d/snmpd restart | ||
+ | service bind9 restart | ||
+ | sudo service isc-dhcp-server start | ||
+ | /etc/init.d/apache2 restart |
Revision as of 08:50, 11 October 2013
Connection:
Physical: 4G mobile network Saunanlahti\n Modem : Huawei 398\n \n Protocol stack:\n
DC-HSPA\n ppp
ipv4: rounting, bridge Ubuntu kernel -shorewall, isc-dhcp., bind9
ipv6: System Six IPV6 tunnel over IPV4 network -shorewall6, isc-dhcp, bind9, aiccu
Server mpi2:
ppp0: wvdialD, wvdial, aiccu
br0: eth0 shoreline shoreline6 aiccu raddvd, wlan0 (hostapd)
80 / http, drupal 443 / https, drupal 81 / nominatim-osm-MTK MAPs 8082 / owncloud
/ bind9 / dhcp / dhcp ipv6
3142 / apt-cacher-ng 8080 / calibre 8081 / internal drupal site 7000-7200 / mpi4you mpich3
==
Installation ==
==
Finish Language Install Keyboard ==
sudo apt-get install language-pack-gnome-fi language-pack-fi-base language-pack-gnome-fi-base voikko-fi firefox-locale-fi thunderbird-locale-fi sudo dpkg-reconfigure console-data sudo dpkg-reconfigure console-setup sudo dpkg-reconfigure keyboard-configuration
MediaWiki
Running MediaWiki on Ubuntu [1] PDF support [2]
Running Server
== Starting MPI4YOU elmer ==
mpiexec -v -np <how many core> -host <hosts> -ckpointlib blcr -ckpoint-prefix <chekpoint files storage> -ckpoint-interval <chekponting interval seconds> /mpi<mpi4you version>/C/elmer_<elmer revision>/bin/ElmerSolver_mpi
mpiexec -v -np 3 -host ugh -ckpointlib blcr -ckpoint-prefix /mpi3/chekpoint -ckpoint-interval 10 /mpi3/C2/elmer_6003/bin/ElmerSolver_mpi
==
Server start & stop ==
/etc/init.d/networking restart
/etc/init.d/snmpd restart
service bind9 restart
sudo service isc-dhcp-server start
/etc/init.d/apache2 restart