Mudanças entre as edições de "Minicluster"

De WikiLICC
Ir para: navegação, pesquisa
m (Desabilitando IPv6)
m
 
(12 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
 
* [[Projeto Minicluster]] LICC enviado a CAPES.
 
* [[Projeto Minicluster]] LICC enviado a CAPES.
 
* [[Minicluster:Hardware]], detalhes das máquinas HP.
 
* [[Minicluster:Hardware]], detalhes das máquinas HP.
 +
* [[Minicluster:HardwareTemp]], detalhes das máquinas Dell (projeto temporário).
 
* [[Minicluster:Linux]], instalação do Linux Fedora.
 
* [[Minicluster:Linux]], instalação do Linux Fedora.
 +
* [[Minicluster:Rede]], configuracão da Rede.
 
* [[Minicluster:Firewall]], (off no momento)
 
* [[Minicluster:Firewall]], (off no momento)
 
* [[Minicluster:NFS]]
 
* [[Minicluster:NFS]]
Linha 10: Linha 12:
 
* [[Minicluster:Ssh]], ssh ou rsh sem senha.
 
* [[Minicluster:Ssh]], ssh ou rsh sem senha.
 
* [[Minicluster:Mpich]], configuração do Mpich, testes iniciais.
 
* [[Minicluster:Mpich]], configuração do Mpich, testes iniciais.
 +
* [[Minicluster:Torque]], instalação e configuração do scheduler e do queue.
 +
* [[Minicluster:Mpich com torque]]
 
* [[Minicluster:Compilando MPI]], criando, compilando e rodando MPI.
 
* [[Minicluster:Compilando MPI]], criando, compilando e rodando MPI.
 
* [[Minicluster:Fortran]], rodando.
 
* [[Minicluster:Fortran]], rodando.
Linha 16: Linha 20:
 
* [[Minicluster:Resultados]], futuros, obviamente.
 
* [[Minicluster:Resultados]], futuros, obviamente.
 
* [[Minicluster:Gerenciamento]]
 
* [[Minicluster:Gerenciamento]]
 +
* [[Minicluster:Testes]]: Funcionamento dos arquivos de testes.
 +
* [[Minicluster:Desabilitando IPV6]]:
  
 
+
* [[Minicluster:Usuários]]: Dicas e testes.
==Desabilitando IPv6==
 
Veja
 
* http://fedorasolved.org/network-solutions/disable-ipv6
 
# 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.
 
 
 
* http://www.g-loaded.eu/2008/05/12/how-to-disable-ipv6-in-fedora-and-centos/
 
  
 
==Veja também==
 
==Veja também==

Edição atual tal como às 15h25min de 26 de julho de 2017


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

Rede

Gerenciamento

Outros Projetos

Programacão