<?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 Re: How to use VT_PROCESS in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1218345#M7238</link>
    <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reporting the error.&lt;/P&gt;
&lt;P&gt;Could you please provide the following details?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;the mpirun command line you were using.&lt;/LI&gt;
&lt;LI&gt;On how many nodes you were launching?&lt;/LI&gt;
&lt;LI&gt;Your environmental details? (cpuinfo, Interconnect, FI_PROVIDER)&lt;/LI&gt;
&lt;LI&gt;The output of ulimit -a&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, we have observed that the metrics you were trying to collect were very high-level. In this case, APS tool is a lightweight alternative to ITAC.&lt;/P&gt;
&lt;P&gt;To use APS to analyse MPI follow the bellow steps:&lt;/P&gt;
&lt;P&gt;1) Set up the aps environment&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;source /opt/intel/performance_snapshots/apsvars.sh&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;export APS_STAT_LEVEL=6&lt;BR /&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2) Run the following command to collect data about your MPI application:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;&amp;lt;mpi launcher&amp;gt; &amp;lt;mpi parameters&amp;gt; aps &amp;lt;my app&amp;gt; [&amp;lt;app parameters&amp;gt;]&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;eg: &lt;STRONG&gt;&lt;I&gt;mpirun -np 20 aps ./reduce&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt; &lt;/I&gt;A folder will be created with aps_result_[date]&lt;/P&gt;
&lt;P&gt;3)Run aps command to generated the result (a HTML file will be created).&lt;/P&gt;
&lt;P&gt;aps --report=aps_result_&amp;lt;date&amp;gt;&lt;/P&gt;
&lt;P&gt;4) To generate specific reports like function profiling or collective profiling you can provide flags to aps-report command.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;aps-report ./aps_result_&amp;lt;postfix&amp;gt; -f # prints the function summary&lt;/LI&gt;
&lt;LI&gt;aps-report ./aps_result_&amp;lt;postfix&amp;gt; -c #prints time each rank spent in MPI collective operations&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For more info on how to use APS please refer to &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/application-snapshot-user-guide/top/analyzing-applications.html" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/documentation/application-snapshot-user-guide/top/analyzing-applications.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2020 08:55:59 GMT</pubDate>
    <dc:creator>PrasanthD_intel</dc:creator>
    <dc:date>2020-10-19T08:55:59Z</dc:date>
    <item>
      <title>How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1215179#M7213</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to collect MPI execution time data using ITAC.&lt;BR /&gt;I only want the whole time and I want only about the collective. &lt;BR /&gt;I don't want the results on a per-process basis.&lt;BR /&gt;&lt;BR /&gt;As the number of processes increases, the number of files increases, and it is difficult to obtain results. Therefore, I want to make only one process write the result value using the environment variable VT_PROCESS, but it does not work properly.&lt;BR /&gt;&lt;BR /&gt;I would appreciate it if you could see if the option I used had any problems.&lt;BR /&gt;This is my scripts.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;source /opt/intel/20.0/itac/2020.0.015/bin/itacvar.sh&lt;BR /&gt;export VT_CHECKING_TRACING=ON&lt;BR /&gt;export VT_STATISTICS=OFF&lt;BR /&gt;export VT_LOGFILE-FORMAT=STFSINGLE&lt;BR /&gt;&lt;STRONG&gt;export VT_PROCESS="0:N off"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;export VT_PROCESS="0 on"&lt;/STRONG&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;STRONG&gt;export VT_PROCESS="1:N off"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;mpiexec -trace -trace-collectives -genvall ./exec_file&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you in advance,&lt;BR /&gt;Kihang&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 07:48:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1215179#M7213</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2020-10-06T07:48:19Z</dc:date>
    </item>
    <item>
      <title>Re:How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1215182#M7214</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting in Intel Forums.&lt;/P&gt;&lt;P&gt;We are moving this query to Intel oneAPI HPC Forum for adequate response.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raeesa&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2020 08:07:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1215182#M7214</guid>
      <dc:creator>RaeesaM_Intel</dc:creator>
      <dc:date>2020-10-06T08:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1215482#M7216</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us!&lt;/P&gt;
&lt;P&gt;Could you please let us know what you exactly mean by &lt;STRONG&gt;&lt;I&gt;not working properly&lt;/I&gt;&lt;/STRONG&gt;? Can you give more details?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share screenshots and error logs of your case? They will help us debug the issue better.&lt;/P&gt;
&lt;P&gt;We are attaching a sample ITAC screenshot similar to your case in which only P0 trace is collected, for your reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 07:41:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1215482#M7216</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-10-07T07:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1215485#M7217</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Prasanth,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Let me write a little more about what doesn't work.&lt;BR /&gt;First of all, even if I set to trace only P0, the following problems exist.&lt;/P&gt;
&lt;P&gt;- I am running with 17,280 mpi processors, and stf.f.$num, stf.f.$num.anc files come out each 17,280 and write them in the result file.&lt;/P&gt;
&lt;P&gt;- When using 17,280 processors, it takes a lot of time to write a large number of result files (over 1 hour). If I use 1,728 processors, it takes around 1 minute.&lt;/P&gt;
&lt;P&gt;What I'm really looking for is to get the result in the case of 17,280 used.&lt;/P&gt;
&lt;P&gt;I only use P0 to write 2 result files (stf.f.0, stf.f.0.anc), or I want all processes to finish quickly even if they write down all files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Kihang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;+In addition, error details that happen when I use a lot of processors are also attached.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 06:30:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1215485#M7217</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2020-10-08T06:30:06Z</dc:date>
    </item>
    <item>
      <title>Re:How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1215901#M7223</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you set the environment variable &lt;B&gt;VT_LOGFILE_FORMAT=SINGLESTF, &lt;/B&gt;the itac groups all the .stf files into a single file.&lt;/P&gt;&lt;P&gt;From your question, I can see that you are already using that variable. But we can observe a mistake in the variable (replace the -hyphen with _ underscore in VT_LOGFILE-FORMAT=STFSINGLE). Maybe that is the reason you are not getting a single stf file.&lt;/P&gt;&lt;P&gt;Yes, the time taken for the 17280 processes will be larger than in 1728 since the relationship is non-linear.&lt;/P&gt;&lt;P&gt;When you set VT_PROCESS="1:N off" only the trace of process 0 will be collected. Let us know if you observe any unusual behavior.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2020 10:11:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1215901#M7223</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-10-08T10:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re:How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1217068#M7230</link>
      <description>&lt;P&gt;As you said, when I use "VT_LOGFILE_FOMAT", it is properly created in one file.&lt;/P&gt;
&lt;P&gt;One problem is that there is still a segmentation fault while collecting the results.&lt;/P&gt;
&lt;P&gt;Depending on the number of processes used, it seems to occur and not, but is there any part of the environment setting (e.g., ulimit) that you need to care about?&lt;/P&gt;
&lt;P&gt;The error message is the same as the image in the previous post.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Caught signal 11 (Segmentation fault: address not mapped to object at address)&lt;/P&gt;
&lt;P&gt;==== backtrace (tid: 133995) ====&lt;/P&gt;
&lt;P&gt;VT_LogInitClock()&lt;/P&gt;
&lt;P&gt;VT_LogInitClock()&lt;/P&gt;
&lt;P&gt;VT_MergeExecute()&lt;/P&gt;
&lt;P&gt;VT_LogMergeAndWrite()&lt;/P&gt;
&lt;P&gt;VT_Finalize()&lt;/P&gt;
&lt;P&gt;mpi_finalize_()&lt;/P&gt;
&lt;P&gt;cpl_parallelmp_fin_global_()&lt;/P&gt;
&lt;P&gt;MAIN__()&lt;/P&gt;
&lt;P&gt;main()&lt;/P&gt;
&lt;P&gt;__libc_start_main()&lt;/P&gt;
&lt;P&gt;_start()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 05:56:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1217068#M7230</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2020-10-13T05:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1218345#M7238</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reporting the error.&lt;/P&gt;
&lt;P&gt;Could you please provide the following details?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;the mpirun command line you were using.&lt;/LI&gt;
&lt;LI&gt;On how many nodes you were launching?&lt;/LI&gt;
&lt;LI&gt;Your environmental details? (cpuinfo, Interconnect, FI_PROVIDER)&lt;/LI&gt;
&lt;LI&gt;The output of ulimit -a&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, we have observed that the metrics you were trying to collect were very high-level. In this case, APS tool is a lightweight alternative to ITAC.&lt;/P&gt;
&lt;P&gt;To use APS to analyse MPI follow the bellow steps:&lt;/P&gt;
&lt;P&gt;1) Set up the aps environment&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;source /opt/intel/performance_snapshots/apsvars.sh&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;export APS_STAT_LEVEL=6&lt;BR /&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2) Run the following command to collect data about your MPI application:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;&amp;lt;mpi launcher&amp;gt; &amp;lt;mpi parameters&amp;gt; aps &amp;lt;my app&amp;gt; [&amp;lt;app parameters&amp;gt;]&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;eg: &lt;STRONG&gt;&lt;I&gt;mpirun -np 20 aps ./reduce&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt; &lt;/I&gt;A folder will be created with aps_result_[date]&lt;/P&gt;
&lt;P&gt;3)Run aps command to generated the result (a HTML file will be created).&lt;/P&gt;
&lt;P&gt;aps --report=aps_result_&amp;lt;date&amp;gt;&lt;/P&gt;
&lt;P&gt;4) To generate specific reports like function profiling or collective profiling you can provide flags to aps-report command.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;aps-report ./aps_result_&amp;lt;postfix&amp;gt; -f # prints the function summary&lt;/LI&gt;
&lt;LI&gt;aps-report ./aps_result_&amp;lt;postfix&amp;gt; -c #prints time each rank spent in MPI collective operations&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For more info on how to use APS please refer to &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/application-snapshot-user-guide/top/analyzing-applications.html" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/documentation/application-snapshot-user-guide/top/analyzing-applications.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 08:55:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1218345#M7238</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-10-19T08:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1218963#M7245</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Prasanth,&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the mpirun command line you were using.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; source ~/intel/20.0/itac/2020.0.015/bin/itacvars.sh&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; export VT_CHECK_TRACING=ON&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; export VT_STATISTICS=OFF&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; export VT_LOGFILE_FORMAT=SINGLESTF&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; export VT_PROCESS="1:N off"&lt;BR /&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; mpiexec -trace -trace-collectives -genvall ./EXECUTE&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;On how many nodes you were launching?&lt;BR /&gt;The number of nodes I want to use in the end is 17280 and it seems to be slowing down from over 13000 (not sure)&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Your environmental details? (cpuinfo, Interconnect, FI_PROVIDER)&lt;BR /&gt;cpuinfo : Intel Xeon Platinum 8268&lt;BR /&gt;interconnect : Infiniband&lt;BR /&gt;FI_PROVIDER : ofi&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;The output of ulimit -a&lt;BR /&gt;core file size&amp;nbsp; 0&lt;BR /&gt;data seg size unlimited&lt;BR /&gt;scheduling priority 0&lt;BR /&gt;file size unlimitied&lt;BR /&gt;pending signals 2317934&lt;BR /&gt;max locked memory unlimited&lt;BR /&gt;max memory size unlimited&lt;BR /&gt;open files 1048576&lt;BR /&gt;pipe size 8&lt;BR /&gt;POSIX message queues 819200&lt;BR /&gt;real-time priority 0&lt;BR /&gt;stack size 1048576&lt;BR /&gt;cpu time unlimited&lt;BR /&gt;max user processes 300&lt;BR /&gt;virtual memory 16777216&lt;BR /&gt;file locks unlimited&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Kihang&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 09:27:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1218963#M7245</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2020-10-19T09:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1222750#M7262</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;From your reply, we are not able to figure out how many processes you were launching on how many nodes. Since in you command line there were no -n -r -ppn arguments.&lt;/LI&gt;
&lt;LI&gt;You have mentioned that you were using over 13000 nodes. In this context what do you mean by nodes?&lt;/LI&gt;
&lt;LI&gt;I have provided a sample diagram describing our notation of nodes, sockets, CPU.&lt;/LI&gt;
&lt;LI&gt;We want to know how many processes you were launching on each node and total how many processes you were launching.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 06:49:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1222750#M7262</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-10-26T06:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1223083#M7270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Prasanth,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry to make you confused.&lt;/P&gt;
&lt;P&gt;Before running an MPI program, I set the options related to a job scheduler (LSF). &lt;BR /&gt;So, I don't need to set the options related to processing like "-n -r -ppn" arguments.&lt;BR /&gt;My exact runtime options are as follows:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;mpiexec -n 17280 -pin 48&amp;nbsp;-trace -trace-collectives -genvall ./EXECUTE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I am not sure why segfault occurs is the number of processors or insufficient installation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Kihang&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 00:21:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1223083#M7270</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2020-10-27T00:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1223085#M7271</link>
      <description>It's not "-pin", it's "-ppn".</description>
      <pubDate>Tue, 27 Oct 2020 00:33:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1223085#M7271</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2020-10-27T00:33:21Z</dc:date>
    </item>
    <item>
      <title>Re:How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1223178#M7272</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for providing the info we have asked for. &lt;/P&gt;&lt;P&gt;From your command line, we can see that you were launching 17280 processes with 48 processes per each node. &lt;/P&gt;&lt;P&gt;Since you haven't provided any hostfile or machinefile as an input, mpi will take the node names from the job scheduler.&lt;/P&gt;&lt;P&gt;Could you please specify how many nodes you were using? &lt;/P&gt;&lt;P&gt;Since you were using LSF, you can get the nodes info from $LSB_HOSTS environment variable.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Oct 2020 07:55:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1223178#M7272</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-10-27T07:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re:How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1223198#M7274</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Prasanth,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I am currently using 360 nodes.&lt;BR /&gt;Is important how many nodes I used?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Thanks&lt;BR /&gt;Kihang&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 08:58:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1223198#M7274</guid>
      <dc:creator>youn__kihang</dc:creator>
      <dc:date>2020-10-27T08:58:39Z</dc:date>
    </item>
    <item>
      <title>Re:How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1223810#M7283</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The main reason I have asked for node info and the number of processes is to reproduce the issue. I am not able to reproduce the error before but since now I have the information I will get back to you soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2020 12:48:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1223810#M7283</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-10-29T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re:How to use VT_PROCESS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1225418#M7296</link>
      <description>&lt;P&gt;Hi Kihang,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have tried to reproduce your issue using multiple nodes and never got the error you have reported.&lt;/P&gt;&lt;P&gt;I am now escalating this issue to the concerned team for better support.&lt;/P&gt;&lt;P&gt;Thanks for being patient we will get back to you soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2020 12:02:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-VT-PROCESS/m-p/1225418#M7296</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-11-04T12:02:26Z</dc:date>
    </item>
  </channel>
</rss>

