<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to run program on cluster? in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790313#M548</link>
    <description>Hi Zhanghong,&lt;BR /&gt;&lt;BR /&gt;I'm glad you found the error. For your reference, the final error you received (process 95 exited without calling finalize) indicates that process 95 died in some manner and did not call MPI_Finalize. Was the array bounds error related to MPI? What language are you using?&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools</description>
    <pubDate>Fri, 06 Apr 2012 14:07:56 GMT</pubDate>
    <dc:creator>James_T_Intel</dc:creator>
    <dc:date>2012-04-06T14:07:56Z</dc:date>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790302#M537</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I have a cluster with 10 nodes (the names are n01, n02, ..., n10) and on every node the Windows 7 and Intel MPI 4.0.3.009 is installed. On every node, I can run the program by:&lt;BR /&gt;mpiexec -n 24 \\\\n01\\debug\\test&lt;BR /&gt;&lt;BR /&gt;and on the node n01, I acn run the program by:&lt;BR /&gt;mpiexec -hosts 2 n02 24 n03 24 \\\\n01\\debug\\test&lt;BR /&gt;or&lt;BR /&gt;mpiexec -hosts 9 n02 24 n03 24 n04 24 n05 24 n06 24 n07 24 n08 24 n09 24 n10 24 \\\\n01\\debug\\test&lt;BR /&gt;&lt;BR /&gt;However, the program hangs there if the node n01 is added, for example:&lt;BR /&gt;mpiexec -hosts 2 n01 24 n02 24 \\\\n01\\debug\\test&lt;BR /&gt;or &lt;BR /&gt;mpiexec -hosts 2 n02 24 n01 24 \\\\n01\\debug\\test&lt;BR /&gt;&lt;BR /&gt;Could anyone help me to check this problem? How to launch the program to let it work on every node?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Mar 2012 09:57:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790302#M537</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2012-03-17T09:57:20Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790303#M538</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;Further tests show that when the program on n0i (for example, it is on \\n03\debug\de) and the mpiexec run on n0j (for example, run the mpiexec on n04), where i, j=1,2,..,10, then when hosts include any of n0i or n0j, the program will always hangs, however, if the n0i and n0j are not included in the hosts list, the program can run successfully. Could anyone tell me how should I configure the cluster and Intel MPI on the cluster?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Mar 2012 02:06:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790303#M538</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2012-03-18T02:06:53Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790304#M539</link>
      <description>Hi Zhanghong,&lt;BR /&gt;&lt;BR /&gt;Are you running the basic MPI test program? Please try running with the -delegate option to mpiexec. If this does not work, please run with&lt;BR /&gt;&lt;BR /&gt;[plain]-env I_MPI_DEBUG 5[/plain]&lt;BR /&gt;And give me the output from that.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools</description>
      <pubDate>Mon, 19 Mar 2012 13:52:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790304#M539</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2012-03-19T13:52:04Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790305#M540</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your kindly reply. I have two tests run on the node n01:&lt;BR /&gt;1) run by&lt;BR /&gt;mpiexec -delegate -env I_MPI_DEBUG 5 -wdir \\n01\debug\ -hosts 3 n02 24 n01 24 n03 24 \\n01\debug\de &amp;gt;out1.txt&lt;BR /&gt;&lt;BR /&gt;The program existed soon and the output results are shown in out1.txt.&lt;BR /&gt;&lt;BR /&gt;2) run by &lt;BR /&gt;mpiexec -env I_MPI_DEBUG 5 -wdir \\n01\debug\ -hosts 3 n02 24 n01 24 n03 24 \\n01\debug\de &amp;gt;out2.txt&lt;BR /&gt;&lt;BR /&gt;The program hangs there and the output results are shown in out2.txt.&lt;BR /&gt;&lt;BR /&gt;Could you please help me to check it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang</description>
      <pubDate>Mon, 19 Mar 2012 15:04:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790305#M540</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2012-03-19T15:04:39Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790306#M541</link>
      <description>Hi Zhangong,&lt;BR /&gt;&lt;BR /&gt;How is your cluster set up? Are the nodes joined to a domain? Have you tried running with the file stored in a local folder on each computer (with the same path)? Is the program you are running the MPI test included in the installation?&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools</description>
      <pubDate>Mon, 19 Mar 2012 15:16:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790306#M541</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2012-03-19T15:16:16Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790307#M542</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Thank you very mucn for your kindly reply. The cluster is just the collection of 10 nodes with Windows 7 64 bit OS installed on every node. It seems that I can't create a domain in windows 7 system (is there any method to create a domain for the cluster?).&lt;BR /&gt;&lt;BR /&gt;I have also tried to run the files which are stored in a local folder as you said, the results are exactly the same as I said in the first two posts.&lt;BR /&gt;&lt;BR /&gt;I have even tested a simple program which also has the same problem.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;&lt;BR /&gt;PS: the simple code I tested&lt;BR /&gt;&lt;BR /&gt;include'mpif.h'&lt;BR /&gt;&lt;BR /&gt;integer myid,numprocs,ierr&lt;BR /&gt;&lt;BR /&gt;call MPI_INIT(ierr)&lt;BR /&gt;call MPI_COMM_RANK(MPI_COMM_WORLD,myid,ierr)&lt;BR /&gt;call MPI_COMM_SIZE(MPI_COMM_WORLD,numprocs,ierr)&lt;BR /&gt;write(*,*)myid&lt;BR /&gt;call MPI_FINALIZE(ierr)&lt;BR /&gt;end&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Mar 2012 23:35:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790307#M542</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2012-03-19T23:35:02Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790308#M543</link>
      <description>Hi Zhanghong,&lt;BR /&gt;&lt;BR /&gt;Creating a domain requires a domain controller. Don't worry about a domain, as long as the username and password matches across all of the computers, that should be sufficient.&lt;BR /&gt;&lt;BR /&gt;What are the firewall settings on the computers? If you are leaving the firewall on, each computershould haveexceptions for mpiexec, smpd, and the program you are running. The easiest (though obviously much less secure) method is to turn the firewalls off completely.&lt;BR /&gt;&lt;BR /&gt;What happens if you use mpiexec to run hostname?&lt;BR /&gt;&lt;BR /&gt;What are your environment variables (specifically those starting with I_MPI)?&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools</description>
      <pubDate>Tue, 20 Mar 2012 13:40:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790308#M543</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2012-03-20T13:40:54Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790309#M544</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your kindly reply. &lt;BR /&gt;&lt;BR /&gt;Just as you said, after I turned off the windows firewall, the program works fine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang</description>
      <pubDate>Tue, 20 Mar 2012 23:38:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790309#M544</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2012-03-20T23:38:09Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790310#M545</link>
      <description>Hi Zhanghong,&lt;BR /&gt;&lt;BR /&gt;I'm glad to hear everything is working now.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools</description>
      <pubDate>Wed, 21 Mar 2012 13:20:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790310#M545</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2012-03-21T13:20:26Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790311#M546</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Now I have another problem in running the program. I have tens of models to be simulated at the same time and so I parallelized the code. The code can run successfully when running without the mpiexec (single process). However, when running by the following command line:&lt;BR /&gt;&lt;BR /&gt;mpiexec -wdir \\n01\debug -hosts 4 n01 24 n02 24 n03 24 n04 24 \\n01\debug\de&lt;BR /&gt;&lt;BR /&gt;The following error displayed:&lt;BR /&gt;job aborted:&lt;BR /&gt;rank: node: exit code[: error message]&lt;BR /&gt;0: N01: 123&lt;BR /&gt;1: N01: 123&lt;BR /&gt;2: N01: 123&lt;BR /&gt;3: N01: 123&lt;BR /&gt;4: N01: 123&lt;BR /&gt;5: N01: 123&lt;BR /&gt;6: N01: 123&lt;BR /&gt;7: N01: 123&lt;BR /&gt;8: N01: 123&lt;BR /&gt;9: N01: 123&lt;BR /&gt;10: N01: 123&lt;BR /&gt;11: N01: 123&lt;BR /&gt;12: N01: 123&lt;BR /&gt;13: N01: 123&lt;BR /&gt;14: N01: 123&lt;BR /&gt;15: N01: 123&lt;BR /&gt;16: N01: 123&lt;BR /&gt;17: N01: 123&lt;BR /&gt;18: N01: 123&lt;BR /&gt;19: N01: 123&lt;BR /&gt;20: N01: 123&lt;BR /&gt;21: N01: 123&lt;BR /&gt;22: N01: 123&lt;BR /&gt;23: N01: 123&lt;BR /&gt;24: n02: 123&lt;BR /&gt;25: n02: 123&lt;BR /&gt;26: n02: 123&lt;BR /&gt;27: n02: 123&lt;BR /&gt;28: n02: 123&lt;BR /&gt;29: n02: 123&lt;BR /&gt;30: n02: 123&lt;BR /&gt;31: n02: 123&lt;BR /&gt;32: n02: 123&lt;BR /&gt;33: n02: 123&lt;BR /&gt;34: n02: 123&lt;BR /&gt;35: n02: 123&lt;BR /&gt;36: n02: 123&lt;BR /&gt;37: n02: 123&lt;BR /&gt;38: n02: 123&lt;BR /&gt;39: n02: 123&lt;BR /&gt;40: n02: 123&lt;BR /&gt;41: n02: 123&lt;BR /&gt;42: n02: 123&lt;BR /&gt;43: n02: 123&lt;BR /&gt;44: n02: 123&lt;BR /&gt;45: n02: 123&lt;BR /&gt;46: n02: 123&lt;BR /&gt;47: n02: 123&lt;BR /&gt;48: n03: 123&lt;BR /&gt;49: n03: 123&lt;BR /&gt;50: n03: 123&lt;BR /&gt;51: n03: 123&lt;BR /&gt;52: n03: 123&lt;BR /&gt;53: n03: 123&lt;BR /&gt;54: n03: 123&lt;BR /&gt;55: n03: 123&lt;BR /&gt;56: n03: 123&lt;BR /&gt;57: n03: 123&lt;BR /&gt;58: n03: 123&lt;BR /&gt;59: n03: 123&lt;BR /&gt;60: n03: 123&lt;BR /&gt;61: n03: 123&lt;BR /&gt;62: n03: 123&lt;BR /&gt;63: n03: 123&lt;BR /&gt;64: n03: 123&lt;BR /&gt;65: n03: 123&lt;BR /&gt;66: n03: 123&lt;BR /&gt;67: n03: 123&lt;BR /&gt;68: n03: 123&lt;BR /&gt;69: n03: 123&lt;BR /&gt;70: n03: 123&lt;BR /&gt;71: n03: 123&lt;BR /&gt;72: n04: 123&lt;BR /&gt;73: n04: 123&lt;BR /&gt;74: n04: 123&lt;BR /&gt;75: n04: 123&lt;BR /&gt;76: n04: 123&lt;BR /&gt;77: n04: 123&lt;BR /&gt;78: n04: 123&lt;BR /&gt;79: n04: 123&lt;BR /&gt;80: n04: 123&lt;BR /&gt;81: n04: 123&lt;BR /&gt;82: n04: 123&lt;BR /&gt;83: n04: 123&lt;BR /&gt;84: n04: 123&lt;BR /&gt;85: n04: 123&lt;BR /&gt;86: n04: 123&lt;BR /&gt;87: n04: 123&lt;BR /&gt;88: n04: 123&lt;BR /&gt;89: n04: 123&lt;BR /&gt;90: n04: 123&lt;BR /&gt;91: n04: 123&lt;BR /&gt;92: n04: 123&lt;BR /&gt;93: n04: 123&lt;BR /&gt;94: n04: 123&lt;BR /&gt;95: n04: -1073740940: process 95 exited without calling finalize&lt;BR /&gt;&lt;BR /&gt;I also checked with the following command line:&lt;BR /&gt;mpiexec -env I_MPI_DEBUG 5 -wdir \\n01\debug -hosts 4 n01 24 n02 24 n03 24 n04 24 \\n01\debug\de&lt;BR /&gt;&lt;BR /&gt;The error information is the same. &lt;BR /&gt;&lt;BR /&gt;Could you please help me to check the problem?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang</description>
      <pubDate>Fri, 06 Apr 2012 04:23:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790311#M546</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2012-04-06T04:23:55Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790312#M547</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;The problem is solved. It is because of out of array bound. However, it is strange that no further error messsage displayed when the program crashed, even I build the project by /check:all option.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2012 14:03:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790312#M547</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2012-04-06T14:03:44Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790313#M548</link>
      <description>Hi Zhanghong,&lt;BR /&gt;&lt;BR /&gt;I'm glad you found the error. For your reference, the final error you received (process 95 exited without calling finalize) indicates that process 95 died in some manner and did not call MPI_Finalize. Was the array bounds error related to MPI? What language are you using?&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools</description>
      <pubDate>Fri, 06 Apr 2012 14:07:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790313#M548</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2012-04-06T14:07:56Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790314#M549</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your kindly reply.&lt;BR /&gt;&lt;BR /&gt;I use Fortran in my program. The array bounds error is not related to MPI, I set different blocks of an array to different process and then some process will access the array out of range. This also explain why the program can run with only one process.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2012 23:16:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790314#M549</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2012-04-06T23:16:14Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790315#M550</link>
      <description>Hi Zhanghong,&lt;BR /&gt;&lt;BR /&gt;Are your arrays statically sized at compile time? If they are dynamic, it can be difficult, if not impossible, for the compiler to determine if there will be an out-of-bounds error.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools</description>
      <pubDate>Mon, 09 Apr 2012 13:24:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790315#M550</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2012-04-09T13:24:10Z</dc:date>
    </item>
    <item>
      <title>How to run program on cluster?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790316#M551</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;The arrays are just dynamic, so it took me some time to find out this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang</description>
      <pubDate>Mon, 09 Apr 2012 13:32:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-run-program-on-cluster/m-p/790316#M551</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2012-04-09T13:32:53Z</dc:date>
    </item>
  </channel>
</rss>

