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

De WikiLICC
Ir para: navegação, pesquisa
m (Configurações)
m (Configurações)
Linha 8: Linha 8:
 
   tres.phantom usuario
 
   tres.phantom usuario
 
   quatro.phantom usuario
 
   quatro.phantom usuario
 
Inicie o serviço ''mpd'' caso não esteja ativo.
 
[user] $ mpd &
 
 
A file named .mpd.conf file must be present in the user's home
 
directory (/etc/mpd.conf if root) with read and write access
 
only for the user, and must contain at least a line with:
 
MPD_SECRETWORD=<secretword>
 
One way to safely create this file is to do the following:
 
  cd $HOME
 
  touch .mpd.conf
 
  chmod 600 .mpd.conf
 
and then use an editor to insert a line like
 
  MPD_SECRETWORD=mr45-j9z
 
into the file.  (Of course use some other secret word than mr45-j9z.)
 
  
 
==Veja também==
 
==Veja também==
 
* http://en.wikibooks.org/wiki/Fortran/Fortran_simple_input_and_output
 
* http://en.wikibooks.org/wiki/Fortran/Fortran_simple_input_and_output

Edição das 00h06min de 7 de julho de 2010

Configurações

  • Crie um arquivo .rhosts
 [usuario@um] vi .rhosts

com o nome das máquinas que formam o cluster e o seu nome de usuario informando que esse usuário pode ter acesso a sua conta através de rsh

 um.phantom usuario
 dois.phantom usuario
 tres.phantom usuario
 quatro.phantom usuario

Veja também