Hi,
I need to run my simulation with a cluster of 4 computers.
Right now, i'm working on 2, in order to find how that works but i've a little problem.
I got 2 hosts : canal_dell2 and canal_dell5
The mpi_telemac.conf contains this :
# Nombre de processeurs :
2
#
# Pour chaque host :
#
# nom_du_host nombre_de_processeurs_sur_ce_host
#
canal_dell2 1
canal_dell5 1
The systel.ini file contains :
#- réseau de PCs
RUN_MPI="mpiexec -file mpirun.txt"
The other lines are commented ( with # )
On both computers, smpd is running. Both users are registered ( mpiexec -validate -> SUCCESS ).
The files for the simulation are on both computers in the same directory ( C:\cas2000\ ), and both hard drives C: are shared on the network.
But when I run the simulation (from the host canal_dell2) here is the problem i get :
That is to say, the firewall is disabled.
Do you have any suggestion to solve this problem ?
Thanks,
Alexandre