<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi, <BR>&nbsp;<BR>i tried to do like you told me ( save the port name into a text file and read it back&nbsp;as an alternative for mpi_publish/lookup_name) but i encountred a problem,&nbsp;when i&nbsp;run the program&nbsp;it gives me the message:&nbsp;"job aborted" ! and when i&nbsp;observed the operation i found that the file pointer on fopen is&nbsp;NULL,&nbsp;so, i'm confused what the problem could be?<BR>&nbsp;<BR>one more thing,&nbsp;when i was reading some documentation, i found that we could specify a range for MPI_Open_port with the envirenment variable MPI_PORT_RANGE&nbsp;so i&nbsp;thought maybe i could fix the port using this variable as an example : 2033..2033 in order to have the port 2033 but i don't know how to do that!<BR>&nbsp;<BR>thanks &amp; regards,<BR>Toufik&nbsp;<br>&nbsp;<BR><div>&gt; Date: Mon, 2 Apr 2012 14:44:22 -0500<br>&gt; From: jayesh@mcs.anl.gov<br>&gt; To: h_toufik7@hotmail.fr<br>&gt; CC: mpich-discuss@mcs.anl.gov<br>&gt; Subject: Re: [mpich-discuss] client server application on windows7<br>&gt; <br>&gt; Hi,<br>&gt;  Please install MPICH2 on all the machines/nodes where your job (MPI processes) is launched and run your job (Specify the list of nodes using a machine file - See Windows developers guide,http://www.mcs.anl.gov/research/projects/mpich2/documentation/index.php?s=docs, for details).<br>&gt; <br>&gt; Regards,<br>&gt; Jayesh<br>&gt; <br>&gt; ----- Original Message -----<br>&gt; From: "toufik hadjazi" &lt;h_toufik7@hotmail.fr&gt;<br>&gt; To: jayesh@mcs.anl.gov<br>&gt; Sent: Monday, April 2, 2012 12:41:14 PM<br>&gt; Subject: RE: [mpich-discuss] client server application on windows7<br>&gt; <br>&gt; <br>&gt; Hi Jayesh, <br>&gt; thanks for your answer, but the problem is my application will be used in a cluster so the client and the server won't be on the same pc. so, i'm wondering if there is another implmentation of MPI that support this functionnality? <br>&gt; <br>&gt; <br>&gt; <br>&gt; &gt; Date: Mon, 2 Apr 2012 12:27:49 -0500 <br>&gt; &gt; From: jayesh@mcs.anl.gov <br>&gt; &gt; To: mpich-discuss@mcs.anl.gov <br>&gt; &gt; CC: h_toufik7@hotmail.fr <br>&gt; &gt; Subject: Re: [mpich-discuss] client server application on windows7 <br>&gt; &gt; <br>&gt; &gt; Hi, <br>&gt; &gt; The process manager with MPICH2 on Windows (SMPD) does not support publish/lookup across different jobs. You will have to publish/lookup the port name yourself (Write port string from MPI_Open_port() to a text file and read it etc.). <br>&gt; &gt; <br>&gt; &gt; Regards, <br>&gt; &gt; Jayesh <br>&gt; &gt; <br>&gt; &gt; ----- Original Message ----- <br>&gt; &gt; From: "toufik hadjazi" &lt;h_toufik7@hotmail.fr&gt; <br>&gt; &gt; To: mpich-discuss@mcs.anl.gov <br>&gt; &gt; Sent: Monday, April 2, 2012 11:54:13 AM <br>&gt; &gt; Subject: [mpich-discuss] client server application on windows7 <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Hi guys, <br>&gt; &gt; <br>&gt; &gt; I am trying to build a simple client/server application on windows 7 using Visual Studio where the server and the client are run by two different mpiexec and it worked well, but when i introduced mpi_publish_name and mpi_lookup_name the client couldn't find the port associated with the name service, knowing that these tow functions work well when they are in the same programme, i thought that maybe there is a kind of scope for those functions. <br>&gt; &gt; so, could any body help me with it. <br>&gt; &gt; <br>&gt; &gt; and thanks. <br>&gt; &gt; _______________________________________________ <br>&gt; &gt; mpich-discuss mailing list mpich-discuss@mcs.anl.gov <br>&gt; &gt; To manage subscription options or unsubscribe: <br>&gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss <br></div>                                               </div></body>
</html>