<br><font size=2 face="sans-serif">This command doesn't work:</font>
<br>
<br><font size=2 face="sans-serif">run.cctm |&amp; tee run.cctm.log</font>
<br>
<br><font size=2 face="sans-serif">This command does work:</font>
<br>
<br><font size=2 face="sans-serif">run.cctm &gt; run.cct.log</font>
<br>
<br><font size=2 face="sans-serif">The run.cctm file is the run script.
&nbsp;This is the mpich command in that script:</font>
<br>
<br><font size=2 face="sans-serif">time /usr/local/mpich2/bin/mpirun -v
-machinefile machine8 -np 16 $BASE/$EXEC</font>
<br><font size=2 face="sans-serif"><br>
Andy Holland<br>
Air Quality Modeler<br>
URS Corporation<br>
1600 Perimeter Park Drive<br>
Suite 400<br>
Morrisville, NC 27560<br>
Direct: (303) 796-4694<br>
Cell: (919) 619-4218<br>
Fax: (919) 461-1415<br>
andy_holland@urscorp.com</font>
<br><font size=2 face="sans-serif"><br>
</font>
<table>
<tr>
<td><font size=1 color=#4f4f4f face="sans-serif">This e-mail and any attachments
contain URS Corporation confidential information that may be proprietary
or privileged. If you receive this message in error or are not the intended
recipient, you should not retain, distribute, disclose or use any of this
information and you should destroy the e-mail and any attachments or copies.</font></table>
<br><font size=2 face="sans-serif"><br>
<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=48%><font size=1 face="sans-serif"><b>Darius Buntinas &lt;buntinas@mcs.anl.gov&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: mpich-discuss-bounces@mcs.anl.gov</font>
<p><font size=1 face="sans-serif">04/29/2011 11:14 AM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
mpich-discuss@mcs.anl.gov</font></div></table>
<br>
<br>
<td width=51%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">mpich-discuss@mcs.anl.gov</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: [mpich-discuss] Possible setup problem</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2><br>
Can you send us the command line you're using in both cases (where it works
and where it doesn't)?<br>
<br>
Thanks,<br>
-d<br>
<br>
On Apr 29, 2011, at 10:08 AM, Andy_Holland@URSCorp.com wrote:<br>
<br>
&gt; <br>
&gt; Darius, <br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; There is quite a bit of output from the
program. &nbsp;When I pipe the standard output the actual program never
starts, MPICH messages just fill the screen and keep going and going. &nbsp;It
does work just fine if I redirect the standard output to a file. <br>
&gt; <br>
&gt; Andy Holland<br>
&gt; Air Quality Modeler<br>
&gt; URS Corporation<br>
&gt; 1600 Perimeter Park Drive<br>
&gt; Suite 400<br>
&gt; Morrisville, NC 27560<br>
&gt; Direct: (303) 796-4694<br>
&gt; Cell: (919) 619-4218<br>
&gt; Fax: (919) 461-1415<br>
&gt; andy_holland@urscorp.com <br>
&gt; <br>
&gt; This e-mail and any attachments contain URS Corporation confidential
information that may be proprietary or privileged. If you receive this
message in error or are not the intended recipient, you should not retain,
distribute, disclose or use any of this information and you should destroy
the e-mail and any attachments or copies.<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Darius Buntinas &lt;buntinas@mcs.anl.gov&gt; <br>
&gt; Sent by: mpich-discuss-bounces@mcs.anl.gov<br>
&gt; 04/29/2011 11:04 AM<br>
&gt; Please respond to<br>
&gt; mpich-discuss@mcs.anl.gov<br>
&gt; <br>
&gt; <br>
&gt; To<br>
&gt; Andy_Holland@URSCorp.com, mpich-discuss@mcs.anl.gov<br>
&gt; cc<br>
&gt; Subject<br>
&gt; Re: [mpich-discuss] Possible setup problem<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; [Re-adding mpich-discuss]<br>
&gt; <br>
&gt; Is there a lot of output (e.g., a few pages, or a few MBs)? &nbsp;The
process manager is not designed to handle a lot of stdin/out traffic. &nbsp;If
you have a lot of data it's better to write it directly to a file.<br>
&gt; <br>
&gt; I think you said this was a fortran program. &nbsp;I know there is
some trickiness with buffering I/O in fortran. &nbsp;How do you know the
program is hanging? &nbsp;Does the program not finish in the expected time,
or do you just not see any output in the redirected file when you expect
it. &nbsp;If it's the latter, it could be that the output is being buffered
in which case you might have to wait until the program terminates before
you see the output.<br>
&gt; <br>
&gt; -d<br>
&gt; <br>
&gt; On Apr 29, 2011, at 9:52 AM, Andy_Holland@URSCorp.com wrote:<br>
&gt; <br>
&gt; &gt; <br>
&gt; &gt; The problem only occurs when I pipe the screen output to a log
file. &nbsp;If I don't do that, it runs fine. <br>
&gt; &gt; <br>
&gt; &gt; Andy Holland<br>
&gt; &gt; Air Quality Modeler<br>
&gt; &gt; URS Corporation<br>
&gt; &gt; 1600 Perimeter Park Drive<br>
&gt; &gt; Suite 400<br>
&gt; &gt; Morrisville, NC 27560<br>
&gt; &gt; Direct: (303) 796-4694<br>
&gt; &gt; Cell: (919) 619-4218<br>
&gt; &gt; Fax: (919) 461-1415<br>
&gt; &gt; andy_holland@urscorp.com <br>
&gt; &gt; <br>
&gt; &gt; This e-mail and any attachments contain URS Corporation confidential
information that may be proprietary or privileged. If you receive this
message in error or are not the intended recipient, you should not retain,
distribute, disclose or use any of this information and you should destroy
the e-mail and any attachments or copies.<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; Darius Buntinas &lt;buntinas@mcs.anl.gov&gt;<br>
&gt; &gt; 04/28/2011 05:15 PM <br>
&gt; &gt; <br>
&gt; &gt; To<br>
&gt; &gt; Andy_Holland@URSCorp.com<br>
&gt; &gt; cc<br>
&gt; &gt; Subject<br>
&gt; &gt; Re: [mpich-discuss] Possible setup problem<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; It looks like the test program worked. &nbsp;<br>
&gt; &gt; <br>
&gt; &gt; Check whether your app works on one node. &nbsp;Also try other
applications to see if they work over two nodes.<br>
&gt; &gt; <br>
&gt; &gt; -d<br>
&gt; &gt; <br>
&gt; &gt; On Apr 28, 2011, at 3:38 PM, Andy_Holland@URSCorp.com wrote:<br>
&gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; We have modified some files on the machines and now when
I do 'host s051rhlapp01' it gives me the actual IP address of the machine.
&nbsp;I've attached the log file for your simple test after this correction.
&nbsp;I think it completed successfully, but wanted to check with you.
<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; The model I'm trying to run using MPICH starts off fine
now, but then hangs at a certain point, not sure if this there is still
a problem or not. <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; Thanks, <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; Air Quality Modeler<br>
&gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; 1600 Perimeter Park Drive<br>
&gt; &gt; &gt; Suite 400<br>
&gt; &gt; &gt; Morrisville, NC 27560<br>
&gt; &gt; &gt; Direct: (303) 796-4694<br>
&gt; &gt; &gt; Cell: (919) 619-4218<br>
&gt; &gt; &gt; Fax: (919) 461-1415<br>
&gt; &gt; &gt; andy_holland@urscorp.com <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; This e-mail and any attachments contain URS Corporation
confidential information that may be proprietary or privileged. If you
receive this message in error or are not the intended recipient, you should
not retain, distribute, disclose or use any of this information and you
should destroy the e-mail and any attachments or copies.<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; Darius Buntinas &lt;buntinas@mcs.anl.gov&gt;<br>
&gt; &gt; &gt; 04/27/2011 05:13 PM <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; To<br>
&gt; &gt; &gt; Andy_Holland@URSCorp.com<br>
&gt; &gt; &gt; cc<br>
&gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; Re: [mpich-discuss] Possible setup problem<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; The problem is that machine A is unable to determine what
it's IP address is from it's hostname. &nbsp;So if you do a<br>
&gt; &gt; &gt; &nbsp; &nbsp;hostname<br>
&gt; &gt; &gt; from machine A, it should return A (or A.foo.com). &nbsp;Then
you should be able to do<br>
&gt; &gt; &gt; &nbsp; &nbsp;host A <br>
&gt; &gt; &gt; (or &quot;host A.foo.com&quot;) and get the IP address of
the machine. &nbsp;It looks like your machines are returning the loopback
address. &nbsp;It's possible that you just need to make sure that the /etc/hosts
file on each machine has _its_own_ name in there (the one returned by hostname)
and that its set to the machine's actual IP address (and not 127.0.0.1).<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; I'm not an expert in configuring networks, so I can't really
be more specific. &nbsp;Sorry.<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; -d <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; On Apr 27, 2011, at 4:06 PM, Andy_Holland@URSCorp.com wrote:<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; The /etc/hosts file only has the short names in it.
&nbsp;I'm not exactly sure what the networking issue is that I need to
let the sysadmin know about. &nbsp;Can you please explain it to me? <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; Thanks, <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; &gt; Air Quality Modeler<br>
&gt; &gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; &gt; 1600 Perimeter Park Drive<br>
&gt; &gt; &gt; &gt; Suite 400<br>
&gt; &gt; &gt; &gt; Morrisville, NC 27560<br>
&gt; &gt; &gt; &gt; Direct: (303) 796-4694<br>
&gt; &gt; &gt; &gt; Cell: (919) 619-4218<br>
&gt; &gt; &gt; &gt; Fax: (919) 461-1415<br>
&gt; &gt; &gt; &gt; andy_holland@urscorp.com <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; This e-mail and any attachments contain URS Corporation
confidential information that may be proprietary or privileged. If you
receive this message in error or are not the intended recipient, you should
not retain, distribute, disclose or use any of this information and you
should destroy the e-mail and any attachments or copies.<br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; Darius Buntinas &lt;buntinas@mcs.anl.gov&gt;<br>
&gt; &gt; &gt; &gt; 04/27/2011 04:53 PM <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; To<br>
&gt; &gt; &gt; &gt; Andy_Holland@URSCorp.com<br>
&gt; &gt; &gt; &gt; cc<br>
&gt; &gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; &gt; Re: [mpich-discuss] Possible setup problem<br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; How are the machines getting the IP address when using
the fill name? &nbsp;If they're in /etc/hosts, then I would go ahead and
add the short names there. &nbsp;Otherwise, while adding the short names
there will work, there's another network configuration problem that's causing
this and may give you trouble in the future, so it might be worth it to
find a sysadmin to help you (I'm lucky enough to have great sysadmins here,
so I don't (have to) know too much about configuring networking.).<br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; -d<br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; On Apr 27, 2011, at 3:46 PM, Andy_Holland@URSCorp.com
wrote:<br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; I just tried doing the host command with the full
name of the machine including the domain and it is returning the correct
IP address for each machine. &nbsp;The /etc/hosts files on the machines
do not include the domain in the machine name. &nbsp;Maybe they should?
<br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; &gt; &gt; Air Quality Modeler<br>
&gt; &gt; &gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; &gt; &gt; 1600 Perimeter Park Drive<br>
&gt; &gt; &gt; &gt; &gt; Suite 400<br>
&gt; &gt; &gt; &gt; &gt; Morrisville, NC 27560<br>
&gt; &gt; &gt; &gt; &gt; Direct: (303) 796-4694<br>
&gt; &gt; &gt; &gt; &gt; Cell: (919) 619-4218<br>
&gt; &gt; &gt; &gt; &gt; Fax: (919) 461-1415<br>
&gt; &gt; &gt; &gt; &gt; andy_holland@urscorp.com <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; This e-mail and any attachments contain URS Corporation
confidential information that may be proprietary or privileged. If you
receive this message in error or are not the intended recipient, you should
not retain, distribute, disclose or use any of this information and you
should destroy the e-mail and any attachments or copies.<br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; Darius Buntinas &lt;buntinas@mcs.anl.gov&gt;<br>
&gt; &gt; &gt; &gt; &gt; 04/27/2011 02:58 PM <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; To<br>
&gt; &gt; &gt; &gt; &gt; Andy_Holland@URSCorp.com<br>
&gt; &gt; &gt; &gt; &gt; cc<br>
&gt; &gt; &gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; &gt; &gt; Re: [mpich-discuss] Possible setup problem<br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; I think I found the problem. &nbsp;I should have
checked this earlier. &nbsp;It looks like your machines are set up to return
127.0.0.1 (the loopback address) when resolving their own hostname, rather
than their actual IP address.<br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; Try this on s051rhlapp01:<br>
&gt; &gt; &gt; &gt; &gt; &nbsp;hostname<br>
&gt; &gt; &gt; &gt; &gt; It should return s051rhlapp01. &nbsp;Then try:<br>
&gt; &gt; &gt; &gt; &gt; &nbsp;host s051rhlapp01<br>
&gt; &gt; &gt; &gt; &gt; It should NOT return 127.0.0.1. &nbsp;Then try
the same thing on s051rhlapp01 (using it's own name).<br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; If you don't get what you should, it indicates
a problem with your network configuration.<br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; -d<br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; On Apr 26, 2011, at 5:04 PM, Andy_Holland@URSCorp.com
wrote:<br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; Here ya go. <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; &gt; &gt; &gt; Air Quality Modeler<br>
&gt; &gt; &gt; &gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; &gt; &gt; &gt; 1600 Perimeter Park Drive<br>
&gt; &gt; &gt; &gt; &gt; &gt; Suite 400<br>
&gt; &gt; &gt; &gt; &gt; &gt; Morrisville, NC 27560<br>
&gt; &gt; &gt; &gt; &gt; &gt; Direct: (303) 796-4694<br>
&gt; &gt; &gt; &gt; &gt; &gt; Cell: (919) 619-4218<br>
&gt; &gt; &gt; &gt; &gt; &gt; Fax: (919) 461-1415<br>
&gt; &gt; &gt; &gt; &gt; &gt; andy_holland@urscorp.com <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; This e-mail and any attachments contain URS
Corporation confidential information that may be proprietary or privileged.
If you receive this message in error or are not the intended recipient,
you should not retain, distribute, disclose or use any of this information
and you should destroy the e-mail and any attachments or copies.<br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; Darius Buntinas &lt;buntinas@mcs.anl.gov&gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; 04/26/2011 05:56 PM <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; To<br>
&gt; &gt; &gt; &gt; &gt; &gt; Andy_Holland@URSCorp.com<br>
&gt; &gt; &gt; &gt; &gt; &gt; cc<br>
&gt; &gt; &gt; &gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; &gt; &gt; &gt; Re: [mpich-discuss] Possible setup problem<br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; Oops I forgot to mention that you need to
recompile the simple_test file:<br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &nbsp;mpicc simple_test.c -o simple_test<br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; Can you try it again?<br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; &gt; &gt; &gt; -d<br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; On Apr 26, 2011, at 3:45 PM, Andy_Holland@URSCorp.com
wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Ok, I applied the patch and rebuilt
both installations and reran your test program. &nbsp;Attached is the log
file. <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Thank you, <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Air Quality Modeler<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; 1600 Perimeter Park Drive<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Suite 400<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Morrisville, NC 27560<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Direct: (303) 796-4694<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Cell: (919) 619-4218<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Fax: (919) 461-1415<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; andy_holland@urscorp.com <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; This e-mail and any attachments contain
URS Corporation confidential information that may be proprietary or privileged.
If you receive this message in error or are not the intended recipient,
you should not retain, distribute, disclose or use any of this information
and you should destroy the e-mail and any attachments or copies.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Darius Buntinas &lt;buntinas@mcs.anl.gov&gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; 04/26/2011 02:20 PM <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; To<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Andy_Holland@URSCorp.com<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; cc<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Re: [mpich-discuss] Possible setup problem<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Hmm. &nbsp;I found a bug with error
reporting. &nbsp;While this won't directly fix your problem, it may help
with identifying it.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Can you apply this patch, then rebuild
and re-install mpich2 on both machines?<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp;(from the mpich2 source
directory)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp;patch -p0 &lt; errno.patch<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp;make clean<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp;make<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp;make install<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Then try the simple_test.c again and
send us the log.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; -d<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; [attachment &quot;errno.patch&quot;
deleted by Andy Holland/Denver/URSCorp] <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; On Apr 26, 2011, at 11:28 AM, Andy_Holland@URSCorp.com
wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Ok, I turned iptables off on both
machines and reran it. &nbsp;Attached is the log file. <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Air Quality Modeler<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 1600 Perimeter Park Drive<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Suite 400<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Morrisville, NC 27560<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Direct: (303) 796-4694<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Cell: (919) 619-4218<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Fax: (919) 461-1415<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; andy_holland@urscorp.com <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; This e-mail and any attachments
contain URS Corporation confidential information that may be proprietary
or privileged. If you receive this message in error or are not the intended
recipient, you should not retain, distribute, disclose or use any of this
information and you should destroy the e-mail and any attachments or copies.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Darius Buntinas &lt;buntinas@mcs.anl.gov&gt;
<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent by: mpich-discuss-bounces@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 04/26/2011 11:13 AM<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Please respond to<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; cc<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Re: [mpich-discuss] Possible setup
problem<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; For some reason, it's not showing
the specific socket error, but it's happening when a process on s051rhlapp02
tries to send a message to a process on s051rhlapp01. &nbsp;Can you try
disabling the firewalls on the machines and try it again?<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; -d<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Apr 25, 2011, at 5:39 PM, Andy_Holland@URSCorp.com
wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Yeah, I put it in the wrong
directory. &nbsp;Ok, I reran in a shared area and I've attached the log
file. <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks, <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Air Quality Modeler<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 1600 Perimeter Park Drive<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Suite 400<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Morrisville, NC 27560<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Direct: (303) 796-4694<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Cell: (919) 619-4218<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Fax: (919) 461-1415<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; andy_holland@urscorp.com <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; This e-mail and any attachments
contain URS Corporation confidential information that may be proprietary
or privileged. If you receive this message in error or are not the intended
recipient, you should not retain, distribute, disclose or use any of this
information and you should destroy the e-mail and any attachments or copies.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Darius Buntinas &lt;buntinas@mcs.anl.gov&gt;
<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent by: mpich-discuss-bounces@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 04/25/2011 05:45 PM<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Please respond to<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; cc<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Re: [mpich-discuss] Possible
setup problem<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Andy,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Looking through the log file,
I see a line that says:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; [proxy:0:1@s051rhlapp02] launch_procs
(/usr/local/mpich2-1.3.2p1/src/pm/hydra/pm/pmiserv/pmip_cb.c:639): unable
to change wdir to /home/andy_holland/mpich_test (No such file or directory)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Can you check that you can
access /home/andy_holland/mpich_test from s051rhlapp02 ?<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; If not, put simple_test into
a directory that's accessible from both machines, and try it again.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; -d<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Apr 25, 2011, at 3:55 PM,
Andy_Holland@URSCorp.com wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Daruis, <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp;
&nbsp; Thanks. &nbsp;If I had just thought for a second longer I would
have had it. &nbsp;Attached is the log file for your test program. <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Air Quality Modeler<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 1600 Perimeter Park Drive<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Suite 400<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Morrisville, NC 27560<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Direct: (303) 796-4694<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Cell: (919) 619-4218<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Fax: (919) 461-1415<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; andy_holland@urscorp.com
<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; This e-mail and any attachments
contain URS Corporation confidential information that may be proprietary
or privileged. If you receive this message in error or are not the intended
recipient, you should not retain, distribute, disclose or use any of this
information and you should destroy the e-mail and any attachments or copies.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Darius Buntinas &lt;buntinas@mcs.anl.gov&gt;
<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent by: mpich-discuss-bounces@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 04/25/2011 04:32 PM<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Please respond to<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; cc<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Re: [mpich-discuss] Possible
setup problem<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sorry. &nbsp;Just run:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp;mpicc simple_test.c
-o simple_test<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; If you needed to specify
the full path for mpiexec, use the same path for mpicc. &nbsp;This will
generate the executable called simple_test.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; -d<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Apr 25, 2011, at 3:26
PM, Andy_Holland@URSCorp.com wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Darius, <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp;
&nbsp; Thanks for your help with this. &nbsp;You'll have to forgive me
though, I'm a Fortran programmer and I'm not exactly sure how to compile
the program you sent me. &nbsp;I have gcc by the way. <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks, <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Air Quality Modeler<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 1600 Perimeter Park
Drive<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Suite 400<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Morrisville, NC
27560<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Direct: (303) 796-4694<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Cell: (919) 619-4218<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Fax: (919) 461-1415<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; andy_holland@urscorp.com
<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; This e-mail and
any attachments contain URS Corporation confidential information that may
be proprietary or privileged. If you receive this message in error or are
not the intended recipient, you should not retain, distribute, disclose
or use any of this information and you should destroy the e-mail and any
attachments or copies.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Darius Buntinas
&lt;buntinas@mcs.anl.gov&gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent by: mpich-discuss-bounces@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 04/25/2011 03:19
PM<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Please respond to<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; cc<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Re: [mpich-discuss]
Possible setup problem<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; OK, can you try
the attached test program with the same number of processes and machine
file, but also add the -l option to mpiexec (to label the lines of output
with the rank).<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; -d<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; [attachment &quot;simple_test.c&quot;
deleted by Andy Holland/Denver/URSCorp] <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Apr 25, 2011,
at 2:00 PM, Andy_Holland@URSCorp.com wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I've attached
the log for running cpi using the same machinefile. <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thank you,
<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Air Quality
Modeler<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 1600 Perimeter
Park Drive<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Suite 400<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Morrisville,
NC 27560<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Direct: (303)
796-4694<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Cell: (919)
619-4218<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Fax: (919)
461-1415<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; andy_holland@urscorp.com
<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; This e-mail
and any attachments contain URS Corporation confidential information that
may be proprietary or privileged. If you receive this message in error
or are not the intended recipient, you should not retain, distribute, disclose
or use any of this information and you should destroy the e-mail and any
attachments or copies.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Darius Buntinas
&lt;buntinas@mcs.anl.gov&gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent by: mpich-discuss-bounces@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 04/25/2011
02:51 PM<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Please respond
to<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; cc<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Re: [mpich-discuss]
Possible setup problem<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; </font></tt>
<br><tt><font size=2>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
&gt; &gt; Hi Andy,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Can you try
running cpi from the examples directory of the MPICH2 source tree with
the same number of processes and the same machine file? &nbsp;Let us know
if that works, and, if not, send us the output, please.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; -d<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Apr 25,
2011, at 1:30 PM, Andy_Holland@URSCorp.com wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; It was
suggested that I send out all the error messages. &nbsp;I've attached a
log file from the model. <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thank
you, <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Andy Holland<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Air Quality
Modeler<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; URS Corporation<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 1600 Perimeter
Park Drive<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Suite
400<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Morrisville,
NC 27560<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Direct:
(303) 796-4694<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Cell:
(919) 619-4218<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Fax: (919)
461-1415<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; andy_holland@urscorp.com
<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; This e-mail
and any attachments contain URS Corporation confidential information that
may be proprietary or privileged. If you receive this message in error
or are not the intended recipient, you should not retain, distribute, disclose
or use any of this information and you should destroy the e-mail and any
attachments or copies.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Dave Goodell
&lt;goodell@mcs.anl.gov&gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent by:
mpich-discuss-bounces@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 04/25/2011
02:22 PM<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Please
respond to<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; cc<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Re: [mpich-discuss]
Possible setup problem<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Apr
25, 2011, at 12:59 PM CDT, Andy_Holland@URSCorp.com wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; When
I run from either machine using CPUs from both machines the run stops with
many mpi messages. &nbsp;Below is the last message in the list: <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; main
(/usr/local/mpich2-1.3.2p1/src/pm/hydra/ui/mpich/mpiexec.c:404): process
manager error waiting for completion <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Can you
send us all of the error messages? &nbsp;Typically the first error messages
are the most useful/relevant; the last ones often are just messages announcing
some sort of cleanup or secondary error caused by the original error.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; -Dave<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss
mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &lt;run.cctm.parallel.txt&gt;_______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss
mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss
mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &lt;cpi_log.txt&gt;_______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss
mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss mailing
list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss mailing
list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss mailing
list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &lt;simple_test_log.txt&gt;_______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss mailing
list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &lt;simple_test_log.txt&gt;_______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; mpich-discuss@mcs.anl.gov<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &lt;simple_test_log.txt&gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &lt;simple_test_log.txt&gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; &gt; &lt;simple_test_log.txt&gt;<br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; &lt;simple_test_log.txt&gt;<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list<br>
&gt; mpich-discuss@mcs.anl.gov<br>
&gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list<br>
&gt; mpich-discuss@mcs.anl.gov<br>
&gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
<br>
_______________________________________________<br>
mpich-discuss mailing list<br>
mpich-discuss@mcs.anl.gov<br>
https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>
</font></tt>
<br>