Hi Rajeev<br><br>Thanks for looking into this for me.<br><br>--divide does not seem to be an acceptable parameter . When I type in configure --help it is not listed and it fails when I try using it.<br><br>I tried:<br>./configure CFLAGS=-Wa,--divide --prefix=/usr/local/bin/mpich2-install 2&gt;&amp;1 | tee c.txt<br>
./configure CFLAGS=-Wa,--divide <br>./configure --divide<br><br>So I followed up with running:<br>./configure CFLAGS=-Wa, --prefix=/usr/local/bin/mpich2-install 2&gt;&amp;1 | tee c.txt<br><br>And this fails in the same way as I explained. Seems to configure ok but then the make fails.<br>
<br>FYI I have been using make clean and deleting the install directory after each attempt.<br><br>Thanks<br>Tim <br><br><div class="gmail_quote">On Thu, Jun 3, 2010 at 1:57 PM, Rajeev Thakur <span dir="ltr">&lt;<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Try configuring with CFLAGS=-Wa,--divide . See also this ticket: <a href="http://trac.mcs.anl.gov/projects/mpich2/ticket/548" target="_blank">http://trac.mcs.anl.gov/projects/mpich2/ticket/548</a><br>

<br>
Rajeev<br>
<br>
________________________________<br>
<br>
        From: <a href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</a> [mailto:<a href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</a>] On Behalf Of Timothy LeBlanc<br>

        Sent: Wednesday, June 02, 2010 5:25 PM<br>
        To: <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
        Subject: [mpich-discuss] Problems install MPICH2 on Solaris 10 i386_64<br>
<div><div></div><div class="h5"><br>
<br>
        Hello<br>
<br>
        I&#39;m new to Solaris and I have been trying to install MPICH2 on Solaris 10 I have set up a VMimage and installed Solaris 10<br>
and also all the packages on the companion cd.<br>
<br>
        To install mpich2 I ran<br>
<br>
        ./configure --prefix=/usr/local/bin/mpich2-install 2&gt;&amp;1 | tee c.txt<br>
<br>
         output:<br>
             [...]<br>
            config.status: creating include/mpitestconf.h<br>
            config.status: executing default-1 commands<br>
            config.status: executing default-2 commands<br>
            config.status: executing default-3 commands<br>
            Configuration completed.<br>
<br>
        I then tried to build MPICH2 with:<br>
<br>
        make 2&gt;&amp;1 | tee m.txt<br>
<br>
        and got the following errors:<br>
<br>
          CC              dataloop.c<br>
        /var/tmp//ccHcN5Kf.s: Assembler messages:<br>
        /var/tmp//ccHcN5Kf.s:395: Error: suffix or operands invalid for `mov&#39;<br>
        /var/tmp//ccHcN5Kf.s:403: Error: suffix or operands invalid for `mov&#39;<br>
        *** Error code 1<br>
        The following command caused the error:<br>
        gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/work/mpich2/mpich2-1.2.1p1/src/include -I/work/mpich2/mpich2-1.2.1p1/src/include -O2<br>
-I/work/mpich2/mpich2-1.2.1p1/src/openpa/src -I/work/mpich2/mpich2-1.2.1p1/src/openpa/src -DUSE_PROCESS_LOCKS<br>
-I/work/mpich2/mpich2-1.2.1p1/src/mpid/ch3/include -I/work/mpich2/mpich2-1.2.1p1/src/mpid/ch3/include<br>
-I/work/mpich2/mpich2-1.2.1p1/src/mpid/common/datatype -I/work/mpich2/mpich2-1.2.1p1/src/mpid/common/datatype<br>
-I/work/mpich2/mpich2-1.2.1p1/src/mpid/common/locks -I/work/mpich2/mpich2-1.2.1p1/src/mpid/common/locks<br>
-I/work/mpich2/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/include<br>
-I/work/mpich2/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/include<br>
-I/work/mpich2/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/nemesis/include<br>
-I/work/mpich2/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/nemesis/include<br>
-I/work/mpich2/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor<br>
-I/work/mpich2/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor<br>
-I/work/mpich2/mpich2-1.2.1p1/src/mpid/common/locks -I/work/mpich2/mpich2-1.2.1p1/src/mpid/common/locks<br>
-I/work/mpich2/mpich2-1.2.1p1/src/util/wrappers -I/work/mpich2/mpich2-1.2.1p1/src/util/wrappers -c dataloop.c<br>
        make: Fatal error: Command failed for target `dataloop.o&#39;<br>
        Current working directory /work/mpich2/mpich2-1.2.1p1/src/mpid/common/datatype/dataloop<br>
        *** Error code 1<br>
        The following command caused the error:<br>
        (cd dataloop &amp;&amp; make all )<br>
        make: Fatal error: Command failed for target `all-redirect&#39;<br>
        Current working directory /work/mpich2/mpich2-1.2.1p1/src/mpid/common/datatype<br>
        *** Error code 1<br>
        The following command caused the error:<br>
<br>
        I have read through many of your post and could not find anything to relate to my issue.<br>
<br>
<br>
        Any help would be greatly appreciated. I&#39;m including my c.txt file m.txt file and my config file to help<br>
<br>
        Thanks<br>
        Tim<br>
<br>
<br>
<br>
        --<br>
        The information contained in this E-mail message is privileged, confidential, and may be protected from disclosure; please<br>
be aware that any other use, printing, copying, disclosure or dissemination<br>
        of this communication may be subject to legal restriction or sanction. If you think that you have received this E-mail<br>
message in error, please reply to the sender and delete it from your computer. Thank you.<br>
<br>
<br>
<br>
</div></div>_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>The information contained in this E-mail message is privileged, confidential, and may be protected from disclosure; please be aware that any other use, printing, copying, disclosure or dissemination<br>
of this communication may be subject to legal restriction or sanction. If you think that you have received this E-mail message in error, please reply to the sender and delete it from your computer. Thank you.<br>