<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi guys.<br>
    I have a question regarding this situation.<br>
    <br>
    I have two machines, PC32 and PC64.<br>
    PC32 is a machine with a 32-bit OS installed , whereas PC64 has a
    64-bit OS.<br>
    <br>
    <br>
    My script is<br>
    <br>
    mpiexec -hosts 2 PC32 PC64 myapp.exe<br>
    <br>
    myapp.exe is the my application compiled for 32-bit on the first
    machine and for 64 bit on the second one.<br>
    <br>
    Is it possible to launch correctly the application? Or on the second
    machine the application must be compiled for 32-bit as well.<b><br>
      <br>
    </b>Thanks,<br>
    Valerio<br>
    <b><br>
    </b>
  </body>
</html>