Mudanças entre as edições de "Minicluster:Fortran"
De WikiLICC
m (→Compilando e rodando um programa em paralelo) |
m (→Inicializando o cluster) |
||
Linha 42: | Linha 42: | ||
MPD_SECRETWORD=mr45-j9z | MPD_SECRETWORD=mr45-j9z | ||
into the file. (Of course use some other secret word than 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 00h05min de 7 de julho de 2010
Configurações
- Mude para o seu diretório home
[usuario@um] cd
- Crie um arquivo .mpd.conf
[usuario@um] vi .mpd.conf
informando uma palavra chave para o MPD
MPD_SECRETWORD=senhaparampi
- Mude o acesso para o arquivo
[usuario@um] chmod 600 .mpd.conf
- Crie um arquivo .mpd.hosts
[usuario@um] vi .mpd.hosts
informando o nome das máquinas que formam o cluster
um.phantom dois.phantom tres.phantom quatro.phantom
- 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
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.)