<?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 Mike, It worked for me on in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Execution-error-using-the-Educator-Intel-Parallel-Studio-XE/m-p/1134858#M5734</link>
    <description>&lt;P&gt;Mike, it worked for me on Windows. I can also try on Ubuntu, but I suspect your results stem from your environment not being set up correctly. Check these links for setup instructions:&lt;BR /&gt;&lt;A href="https://software.intel.com/en-us/mpi-developer-reference-linux-mpiexec-hydra" target="_blank"&gt;https://software.intel.com/en-us/mpi-developer-reference-linux-mpiexec-hydra&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://software.intel.com/en-us/articles/using-intel-mkl-mpi-wrapper-with-the-intel-mkl-cluster-functions" target="_blank"&gt;https://software.intel.com/en-us/articles/using-intel-mkl-mpi-wrapper-with-the-intel-mkl-cluster-functions&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Also, if you are not aware of the Link Line Advisor, it can be very helpful in knowing how to construct the compile line: &lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;Here is the compile line I used and my results:&lt;/EM&gt;&lt;BR /&gt;icl&amp;nbsp; /DMKL_ILP64 -I"%MKLROOT%"\include&amp;nbsp;&amp;nbsp; mkl_intel_ilp64.lib mkl_tbb_thread.lib mkl_core.lib mkl_blacs_intelmpi_ilp64.lib impi.lib tbb.lib testFile.c&lt;BR /&gt;Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.0.0.117 Build 20180804&lt;BR /&gt;Copyright (C) 1985-2018 Intel Corporation.&amp;nbsp; All rights reserved.&lt;/P&gt;&lt;P&gt;testFile.c&lt;BR /&gt;Microsoft (R) Incremental Linker Version 14.15.26730.0&lt;BR /&gt;Copyright (C) Microsoft Corporation.&amp;nbsp; All rights reserved.&lt;/P&gt;&lt;P&gt;-out:testFile.exe&lt;BR /&gt;mkl_intel_ilp64.lib&lt;BR /&gt;mkl_tbb_thread.lib&lt;BR /&gt;mkl_core.lib&lt;BR /&gt;mkl_blacs_intelmpi_ilp64.lib&lt;BR /&gt;impi.lib&lt;BR /&gt;tbb.lib&lt;BR /&gt;testFile.obj&lt;/P&gt;&lt;P&gt;C:\Users\\Downloads&amp;gt;mpiexec.hydra testFile.exe&lt;BR /&gt;account (domain\user):&lt;BR /&gt;password:&lt;BR /&gt;confirm password:&lt;BR /&gt;rank:0 Hello World.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Pamela&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jan 2019 23:18:00 GMT</pubDate>
    <dc:creator>Pamela_H_Intel</dc:creator>
    <dc:date>2019-01-25T23:18:00Z</dc:date>
    <item>
      <title>Execution error using  the Educator Intel Parallel Studio XE Cluster Development tools for Linux UBUNTU 18.04</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Execution-error-using-the-Educator-Intel-Parallel-Studio-XE/m-p/1134857#M5733</link>
      <description>&lt;P&gt;I just loaded the Educator Intel Parallel Studio XE Cluster Development tools for Linux UBUNTU 18.04. It compiles and runs C, C++ and Fortran files fine, but when I used the iMPi library I get the error free(): invalid next size (fast) error.&amp;nbsp; It appears that most of the documented errors are due to memory allocation errors, but not in my case since I don't explicitly allocate memory .&amp;nbsp;&amp;nbsp; The source code I tested with is the hello world program for mpi as follows:&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;BR /&gt;&lt;BR /&gt;#include "mpi.h"&lt;BR /&gt;&lt;BR /&gt;int main( int argc, char *argv[]) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; int rank;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; MPI_Init( &amp;amp;argc, &amp;amp;argv);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; MPI_Comm_rank( MPI_COMM_WORLD, &amp;amp;rank);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; printf("rank:%d Hello World.\n", rank);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; MPI_Finalize();&lt;BR /&gt;&amp;nbsp;&amp;nbsp; return 0;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;It returns exit&amp;nbsp; code 134 with the error "free(): invalid next size (fast) error\n Aborted (core dumped)" .&amp;nbsp; Using strace as follows:&lt;/P&gt;&lt;P&gt;strace mpirun -n 1 ./hello_mpi&lt;/P&gt;&lt;P&gt;I get the&amp;nbsp;error message&amp;nbsp;trying to start&amp;nbsp;mpiexec.hyra&lt;/P&gt;&lt;P&gt;stat("/opt/intel//compilers_and_libraries_2019.1.144/linux/mpi/intel64/bin/mpiexec.hydra", {st_mode=S_IFREG|0755, st_size=1887795, ...}) = 0&lt;BR /&gt;clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f6851924a10) = 7499&lt;BR /&gt;wait4(-1, free(): invalid next size (fast)&lt;BR /&gt;[{WIFSIGNALED(s) &amp;amp;&amp;amp; WTERMSIG(s) == SIGABRT &amp;amp;&amp;amp; WCOREDUMP(s)}], 0, NULL) = 7499&lt;BR /&gt;--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_DUMPED, si_pid=7499, si_uid=1000, si_status=SIGABRT, si_utime=0, si_stime=0} ---&lt;BR /&gt;rt_sigreturn({mask=[]})&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 7499&lt;BR /&gt;write(2, "Aborted (core dumped)\n", 22Aborted (core dumped)&lt;BR /&gt;) = 22&lt;BR /&gt;pipe([3, 4])&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0&lt;BR /&gt;clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f6851924a10) = 7504&lt;/P&gt;&lt;P&gt;Running ldd on the executable I get&lt;/P&gt;&lt;P&gt;ldd hello_mpi&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-vdso.so.1 (0x00007ffdffdfe000)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libmpi.so.12 =&amp;gt; /opt/intel//compilers_and_libraries_2019.1.144/linux/mpi/intel64/lib/release/libmpi.so.12 (0x00007fbcc44d9000)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libc.so.6 =&amp;gt; /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbcc40e8000)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; librt.so.1 =&amp;gt; /lib/x86_64-linux-gnu/librt.so.1 (0x00007fbcc3ee0000)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libdl.so.2 =&amp;gt; /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fbcc3cdc000)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libfabric.so.1 =&amp;gt; /opt/intel//compilers_and_libraries_2019.1.144/linux/mpi/intel64/libfabric/lib/libfabric.so.1 (0x00007fbcc3aa3000)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libgcc_s.so.1 =&amp;gt; /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fbcc388b000)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /lib64/ld-linux-x86-64.so.2 (0x00007fbcc7968000)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libpthread.so.0 =&amp;gt; /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fbcc366c000)&lt;/P&gt;&lt;P&gt;My PATH looks good&lt;/P&gt;&lt;P&gt;which mpicc&lt;BR /&gt;/opt/intel//compilers_and_libraries_2019.1.144/linux/mpi/intel64/bin/mpicc&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;which mpirun&lt;BR /&gt;/opt/intel//compilers_and_libraries_2019.1.144/linux/mpi/intel64/bin/mpirun&lt;/P&gt;&lt;P&gt;I tried installing the suite both with and without IA-32 support but I get the same error regardless.&lt;/P&gt;&lt;P&gt;I have run this with source compiled mpich 3-3 (using GNU-8.2.0 compilers) and it works great so I think there is some issue in your hydra implementation.&lt;/P&gt;&lt;P&gt;Thanks for any support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Mike&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 16:01:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Execution-error-using-the-Educator-Intel-Parallel-Studio-XE/m-p/1134857#M5733</guid>
      <dc:creator>Michael_S_13</dc:creator>
      <dc:date>2019-01-16T16:01:57Z</dc:date>
    </item>
    <item>
      <title>Mike, It worked for me on</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Execution-error-using-the-Educator-Intel-Parallel-Studio-XE/m-p/1134858#M5734</link>
      <description>&lt;P&gt;Mike, it worked for me on Windows. I can also try on Ubuntu, but I suspect your results stem from your environment not being set up correctly. Check these links for setup instructions:&lt;BR /&gt;&lt;A href="https://software.intel.com/en-us/mpi-developer-reference-linux-mpiexec-hydra" target="_blank"&gt;https://software.intel.com/en-us/mpi-developer-reference-linux-mpiexec-hydra&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://software.intel.com/en-us/articles/using-intel-mkl-mpi-wrapper-with-the-intel-mkl-cluster-functions" target="_blank"&gt;https://software.intel.com/en-us/articles/using-intel-mkl-mpi-wrapper-with-the-intel-mkl-cluster-functions&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Also, if you are not aware of the Link Line Advisor, it can be very helpful in knowing how to construct the compile line: &lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;Here is the compile line I used and my results:&lt;/EM&gt;&lt;BR /&gt;icl&amp;nbsp; /DMKL_ILP64 -I"%MKLROOT%"\include&amp;nbsp;&amp;nbsp; mkl_intel_ilp64.lib mkl_tbb_thread.lib mkl_core.lib mkl_blacs_intelmpi_ilp64.lib impi.lib tbb.lib testFile.c&lt;BR /&gt;Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.0.0.117 Build 20180804&lt;BR /&gt;Copyright (C) 1985-2018 Intel Corporation.&amp;nbsp; All rights reserved.&lt;/P&gt;&lt;P&gt;testFile.c&lt;BR /&gt;Microsoft (R) Incremental Linker Version 14.15.26730.0&lt;BR /&gt;Copyright (C) Microsoft Corporation.&amp;nbsp; All rights reserved.&lt;/P&gt;&lt;P&gt;-out:testFile.exe&lt;BR /&gt;mkl_intel_ilp64.lib&lt;BR /&gt;mkl_tbb_thread.lib&lt;BR /&gt;mkl_core.lib&lt;BR /&gt;mkl_blacs_intelmpi_ilp64.lib&lt;BR /&gt;impi.lib&lt;BR /&gt;tbb.lib&lt;BR /&gt;testFile.obj&lt;/P&gt;&lt;P&gt;C:\Users\\Downloads&amp;gt;mpiexec.hydra testFile.exe&lt;BR /&gt;account (domain\user):&lt;BR /&gt;password:&lt;BR /&gt;confirm password:&lt;BR /&gt;rank:0 Hello World.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Pamela&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 23:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Execution-error-using-the-Educator-Intel-Parallel-Studio-XE/m-p/1134858#M5734</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2019-01-25T23:18:00Z</dc:date>
    </item>
    <item>
      <title>Pamela,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Execution-error-using-the-Educator-Intel-Parallel-Studio-XE/m-p/1134859#M5735</link>
      <description>&lt;P&gt;Pamela,&lt;/P&gt;&lt;P&gt;It's not a compile error because&lt;/P&gt;&lt;P&gt;mpirun -n 4 /bin/hostname&lt;/P&gt;&lt;P&gt;will also not run and fails with the same error.&amp;nbsp; I have reinstalled my OS and it still results in the same solution. An strace tells it is a problem in Linux so running under Windows will not be useful.&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 21:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Execution-error-using-the-Educator-Intel-Parallel-Studio-XE/m-p/1134859#M5735</guid>
      <dc:creator>Michael_S_13</dc:creator>
      <dc:date>2019-02-27T21:36:00Z</dc:date>
    </item>
    <item>
      <title>Hi Mike,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Execution-error-using-the-Educator-Intel-Parallel-Studio-XE/m-p/1134860#M5736</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;This is a pretty nasty error - I haven't seen it before.&amp;nbsp; The Intel MPI Library 2019 is based off of the latest MPICH3 source code so our Hydra implementation should be the same as their Hydra implementation.&amp;nbsp; If even a simple "mpirun hostname" command fails with the same error, I wonder if there was some corruption during installation of the library.&amp;nbsp; Or, can you verify what SHELL you're running or what your environment looks like?&lt;/P&gt;&lt;P&gt;I would also recommend you submit a ticket through our online support portal (&lt;A href="https://software.intel.com/en-us/articles/how-to-create-a-support-request-at-online-service-center"&gt;instructions here&lt;/A&gt;) so you don't provide details of your system on a public forum, if you're not comfortable.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;~Gergana&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 01:05:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Execution-error-using-the-Educator-Intel-Parallel-Studio-XE/m-p/1134860#M5736</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2019-02-28T01:05:49Z</dc:date>
    </item>
  </channel>
</rss>

