<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      For this one, you just need to install MPICH 3 or configure ADLB
      with --enable-mpi-2 .  I will put a configure test for this in
      there.<br>
      <br>
      On 03/06/2013 05:58 PM, Dustin Shahidehpour wrote:<br>
    </div>
    <blockquote
      cite="mid:E290B882-C495-4238-B2F1-188C070CBF80@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div>Currently, I'm running on an machine with openSUSE linux. I
        was using MPICH2 3.0.2, I recompiled it with the following
        flags, </div>
      <div><span style="color: rgb(0, 96, 0); font-family: monospace;
          font-size: 13px; line-height: 13px; text-align: left;
          background-color: rgb(239, 239, 239); ">./configure
          --prefix=...</span><br style="color: rgb(0, 96, 0);
          font-family: monospace; font-size: 13px; line-height: 13px;
          text-align: left; background-color: rgb(239, 239, 239); ">
        <span style="color: rgb(0, 96, 0); font-family: monospace;
          font-size: 13px; line-height: 13px; text-align: left;
          background-color: rgb(239, 239, 239); ">           
          --enable-shared </span><br style="color: rgb(0, 96, 0);
          font-family: monospace; font-size: 13px; line-height: 13px;
          text-align: left; background-color: rgb(239, 239, 239); ">
        <span style="color: rgb(0, 96, 0); font-family: monospace;
          font-size: 13px; line-height: 13px; text-align: left;
          background-color: rgb(239, 239, 239); ">           
          --enable-lib-depend </span><br style="color: rgb(0, 96, 0);
          font-family: monospace; font-size: 13px; line-height: 13px;
          text-align: left; background-color: rgb(239, 239, 239); ">
        <span style="color: rgb(0, 96, 0); font-family: monospace;
          font-size: 13px; line-height: 13px; text-align: left;
          background-color: rgb(239, 239, 239); ">           
          --with-mpe </span><br style="color: rgb(0, 96, 0);
          font-family: monospace; font-size: 13px; line-height: 13px;
          text-align: left; background-color: rgb(239, 239, 239); ">
        <span style="color: rgb(0, 96, 0); font-family: monospace;
          font-size: 13px; line-height: 13px; text-align: left;
          background-color: rgb(239, 239, 239); ">           
          CFLAGS=-fPIC CXXFLAGS=-fPIC MPI_CFLAGS=-fPIC</span></div>
      <div style="text-align: left;"><br>
      </div>
      <div style="text-align: left;">and then I was able to successfully
        run the exm-setup.zsh that is available in exm-0.2.0. After
        performing this, I was able to run some programs successfully
        using Turbine, but more often than not, I would get some error
        referring to adlb. I had a feeling it had something to do with
        MPE.</div>
      <div style="text-align: left;"><br>
      </div>
      <div style="text-align: left;">I took Scott's suggestion and
        installed MPICH2 1.5 on my machine, and reinstalled ADLB, and
        turbine so that they referenced MICH2 1.5. Now, when I try to
        run a Hello World program using Turbine, I get the following
        error: </div>
      <div style="text-align: left;"><br>
      </div>
      <div style="text-align: left;">
        <div>dustin@fusion:~/swift_test> turbine -n 4 test2.tcl </div>
        <div>couldn't load file
          "/home/dustin/sfw/exm-install/turbine/lib/libtclturbine.so":
          /home/dustin/sfw/exm-install/lb/lib/libadlb.so: undefined
          symbol: MPI_Comm_create_group</div>
        <div>    while executing</div>
        <div>"load
          /home/dustin/sfw/exm-install/turbine/lib/libtclturbine.so"</div>
        <div>    ("package ifneeded turbine 0.1.0" script)</div>
        <div>    invoked from within</div>
        <div>"package require turbine 0.1.0"</div>
        <div>    (file "test2.tcl" line 41)</div>
        <div>couldn't load file
          "/home/dustin/sfw/exm-install/turbine/lib/libtclturbine.so":
          /home/dustin/sfw/exm-install/lb/lib/libadlb.so: undefined
          symbol: MPI_Comm_create_group</div>
        <div>    while executing</div>
        <div>"load
          /home/dustin/sfw/exm-install/turbine/lib/libtclturbine.so"</div>
        <div>    ("package ifneeded turbine 0.1.0" script)</div>
        <div>    invoked from within</div>
        <div>"package require turbine 0.1.0"</div>
        <div>    (file "test2.tcl" line 41)</div>
        <div>couldn't load file
          "/home/dustin/sfw/exm-install/turbine/lib/libtclturbine.so":
          /home/dustin/sfw/exm-install/lb/lib/libadlb.so: undefined
          symbol: MPI_Comm_create_group</div>
        <div>    while executing</div>
        <div>"load
          /home/dustin/sfw/exm-install/turbine/lib/libtclturbine.so"</div>
        <div>    ("package ifneeded turbine 0.1.0" script)</div>
        <div>    invoked from within</div>
        <div>"package require turbine 0.1.0"</div>
        <div>    (file "test2.tcl" line 41)</div>
        <div>couldn't load file
          "/home/dustin/sfw/exm-install/turbine/lib/libtclturbine.so":
          /home/dustin/sfw/exm-install/lb/lib/libadlb.so: undefined
          symbol: MPI_Comm_create_group</div>
        <div>    while executing</div>
        <div>"load
          /home/dustin/sfw/exm-install/turbine/lib/libtclturbine.so"</div>
        <div>    ("package ifneeded turbine 0.1.0" script)</div>
        <div>    invoked from within</div>
        <div>"package require turbine 0.1.0"</div>
        <div>    (file "test2.tcl" line 41)</div>
        <div><br>
        </div>
        <div>===================================================================================</div>
        <div>=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES</div>
        <div>=   EXIT CODE: 1</div>
        <div>=   CLEANING UP REMAINING PROCESSES</div>
        <div>=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES</div>
        <div>===================================================================================</div>
      </div>
      <div style="text-align: left;"><br>
      </div>
      <div style="text-align: left;"><br>
      </div>
      <div style="text-align: left;">Has anyone seen this error before?</div>
      <div style="text-align: left;">Thanks again for the help, I
        appreciate it!</div>
      <div style="text-align: left;"><br>
      </div>
      <div style="text-align: left;">Dustin </div>
      <div style="text-align: left;"><br>
      </div>
      <div>===================</div>
      <div><br>
      </div>
      Hi Dustin<br>
         I haven't seen that one before.  Just guessing here: Which
      MPICH version are you using? Are you sure your MPICH installation
      works?  Are you sure you compiled against the same MPICH that is
      running here?<br>
         Justin<br>
      <div>
        <div>On Mar 5, 2013, at 8:57 PM, Dustin Shahidehpour <<a
            moz-do-not-send="true" href="mailto:Dshahidehpour@gmail.com">Dshahidehpour@gmail.com</a>>
          wrote:</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite">
          <div dir="ltr">Hello all, 
            <div><br>
            </div>
            <div>I am running into a peculiar when trying to run the
              "Hello World" example code. Here is the error:</div>
            <div><br>
            </div>
            <div>
              <div>dustin@fusion:> turbine -n 4 program.tcl </div>
              <div><br>
              </div>
              <div>couldn't load file
                "/home/dustin/sfw/exm/turbine/lib/libtclturbine.so":
                /home/dustin/sfw/mpich-install/lib/libmpich.so.10:
                undefined symbol: PMIU_Set_rank</div>
              <div>    while executing</div>
              <div>"load
                /home/dustin/sfw/exm/turbine/lib/libtclturbine.so"</div>
              <div>    ("package ifneeded turbine 0.1.0" script)</div>
              <div>    invoked from within</div>
              <div>"package require turbine 0.1.0"</div>
              <div>    (file "program.tcl" line 41)</div>
              <div>couldn't load file
                "/home/dustin/sfw/exm/turbine/lib/libtclturbine.so":
                /home/dustin/sfw/mpich-install/lib/libmpich.so.10:
                undefined symbol: PMIU_Set_rank</div>
              <div>    while executing</div>
              <div>"load
                /home/dustin/sfw/exm/turbine/lib/libtclturbine.so"</div>
              <div>    ("package ifneeded turbine 0.1.0" script)</div>
              <div>    invoked from within</div>
              <div>"package require turbine 0.1.0"</div>
              <div>    (file "program.tcl" line 41)</div>
              <div>couldn't load file
                "/home/dustin/sfw/exm/turbine/lib/libtclturbine.so":
                /home/dustin/sfw/mpich-install/lib/libmpich.so.10:
                undefined symbol: PMIU_Set_rank</div>
              <div>    while executing</div>
              <div>"load
                /home/dustin/sfw/exm/turbine/lib/libtclturbine.so"</div>
              <div>    ("package ifneeded turbine 0.1.0" script)</div>
              <div>    invoked from within</div>
              <div>"package require turbine 0.1.0"</div>
              <div>    (file "program.tcl" line 41)</div>
              <div>couldn't load file
                "/home/dustin/sfw/exm/turbine/lib/libtclturbine.so":
                /home/dustin/sfw/mpich-install/lib/libmpich.so.10:
                undefined symbol: PMIU_Set_rank</div>
              <div>    while executing</div>
              <div>"load
                /home/dustin/sfw/exm/turbine/lib/libtclturbine.so"</div>
              <div>    ("package ifneeded turbine 0.1.0" script)</div>
              <div>    invoked from within</div>
              <div>"package require turbine 0.1.0"</div>
              <div>    (file "program.tcl" line 41)</div>
              <div><br>
              </div>
              <div>===================================================================================</div>
              <div>=   BAD TERMINATION OF ONE OF YOUR APPLICATION
                PROCESSES</div>
              <div>=   EXIT CODE: 1</div>
              <div>=   CLEANING UP REMAINING PROCESSES</div>
              <div>=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES</div>
              <div>===================================================================================</div>
            </div>
            <div><br>
            </div>
            <div><br>
            </div>
            <div style="">Any ideas? </div>
            <div style=""><br>
            </div>
            <div style="">Thanks,</div>
            <div style=""><br>
              Dustin Shahidehpour </div>
          </div>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
ExM-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ExM-user@lists.mcs.anl.gov">ExM-user@lists.mcs.anl.gov</a>
<a class="moz-txt-link-freetext" href="https://lists.mcs.anl.gov/mailman/listinfo/exm-user">https://lists.mcs.anl.gov/mailman/listinfo/exm-user</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Justin M Wozniak
</pre>
  </body>
</html>