Minicluster
De WikiLICC
- Projeto Minicluster LICC enviado a CAPES.
- Minicluster:Hardware, detalhes das máquinas HP.
- Minicluster:Linux, instalação do Linux Fedora.
- Minicluster:Firewall, (off no momento)
- Minicluster:NFS
- Minicluster:NIS
- Minicluster:DRBL
- Minicluster:PXE
- Minicluster:Ssh, ssh ou rsh sem senha.
- Minicluster:Mpich, configuração do Mpich, testes iniciais.
- Minicluster:Compilando MPI, criando, compilando e rodando MPI.
- Minicluster:Fortran, rodando.
- Minicluster:Resultados, futuros, obviamente.
- Minicluster:Gerenciamento
Índice
Desabilitando IPv6
Veja
- Abra um terminal.
- Desabilite ipv6 de ser rodado:
su -c 'echo "install ipv6 /bin/true blacklist ipv6" > /etc/modprobe.d/blacklist-ipv6.conf'
- NOTE: The first line install ipv6 /bin/true will stop the system from calling the ipv6 module while running: whenever the system needs to load the ipv6 module, it is forced to execute the command true instead of actually loading the module. Since /bin/true does absolutely nothing, the module never gets loaded. The second line blacklist ipv6 stops the the kernel stack from loading the ipv6 module during boot.
- Pare o servico ip6tables:
su -c 'service ip6tables stop && chkconfig ip6tables off'
- Reinicialize o sistema.
Veja também
Filesystem
Outros
- MPI e MPE
- Jumpshot: Ferramenta gráfica para visualização de comunicações.
Dúvidas
- Menor Latency (Software, Configuração, Rede...)
Referências
Cluster
- http://debianclusters.org/index.php/Main_Page
- http://bccd.net/ Bootable Cluster
- http://www.linux.org/docs/ldp/howto/Beowulf-HOWTO/index.html, Simples Beowulf
- http://www.phy.duke.edu/~rgb/brahma//beowulf_book/node68.html Beowulf book
- http://www.ibiblio.org/pub/Linux/docs/HOWTO/Beowulf-HOWTO
- http://www.ibiblio.org/pub/Linux/docs/HOWTO/Parallel-Processing-HOWTO
- http://www.ibiblio.org/pub/Linux/docs/HOWTO/SMP-HOWTO
- http://www.mcsr.olemiss.edu/bookshelf/articles/how_to_build_a_cluster.html book
Rede
- http://www.yolinux.com/TUTORIALS/LinuxTutorialNetworking.html e vários outros tutoriais
- http://home.comcast.net/~lafeyette_management/KludgeKollection/rsh-rlogin_enable-LINUX.HOWTO rsh e ssh
Gerenciamento
- http://www.ibm.com/developerworks/linux/library/l-11sysadtips/index.html Dicas gerenciamento
- http://www.dataplow.com/ Software gerenciamento arquivos
- http://www.perceus.org/portal/documentation, Manutenção e administração.
Outros Projetos
- if.usp
- Projeto Delyra do IF da USP.
- Manual ABAX
- ABAX for dummies