<?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: unresolved __I_MPI__intel_fast_memcpy in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unresolved-I-MPI-intel-fast-memcpy/m-p/880209#M9438</link>
    <description>&lt;P&gt;Ok this one is solved:&lt;/P&gt;
&lt;P&gt;I put -lmpiif -lmpi -lmpgi -lrt instead of -lmpi -lmpi_mt -lrt.&lt;/P&gt;
&lt;P&gt;The requested routine is provided by the -lmpgi flag&lt;/P&gt;
&lt;P&gt;No I have the same Pb at execution for the dynamically and statically linked binaries!...&lt;/P&gt;
&lt;P&gt;[cli_2]: aborting job:&lt;BR /&gt;Fatal error in MPI_Comm_size: Invalid communicator, error stack:&lt;BR /&gt;MPI_Comm_size(110): MPI_Comm_size(comm=0x5b, size=0xbba858) failed&lt;BR /&gt;MPI_Comm_size(69).: Invalid communicator&lt;BR /&gt;rank 2 in job 73 clusteru_48585 caused collective abort of all ranks&lt;BR /&gt; exit status of rank 2: return code 13 &lt;BR /&gt;[cli_1]: aborting job:&lt;BR /&gt;Fatal error in MPI_Comm_size: Invalid communicator, error stack:&lt;BR /&gt;MPI_Comm_size(110): MPI_Comm_size(comm=0x5b, size=0xbba858) failed&lt;BR /&gt;MPI_Comm_size(69).: Invalid communicator&lt;BR /&gt;rank 1 in job 73 clusteru_48585 caused collective abort of all ranks&lt;BR /&gt; exit status of rank 1: return code 13 &lt;BR /&gt;rank 0 in job 73 clusteru_48585 caused collective abort of all ranks&lt;BR /&gt; exit status of rank 0: return code 13 &lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;As this Pb did not appear in test programs using only MPI, I think it comes from my code, allthough it works on another cluster... :-(&lt;/P&gt;</description>
    <pubDate>Fri, 30 May 2008 16:46:02 GMT</pubDate>
    <dc:creator>md25</dc:creator>
    <dc:date>2008-05-30T16:46:02Z</dc:date>
    <item>
      <title>unresolved __I_MPI__intel_fast_memcpy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unresolved-I-MPI-intel-fast-memcpy/m-p/880208#M9437</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a hard time trying to compile and run a code using the scalapack version included in Intel cluster toolkit :&lt;/P&gt;
&lt;P&gt;my LD_LIBRARY_PATH variable will give you the version numbers:&lt;/P&gt;
&lt;P&gt;/opt/intel/mkl/10.0.2.018/lib/em64t:/opt/intel/ict/3.0.1/mpi/3.0/lib64:/opt/intel/ict/3.0.1/cmkl/9.1/lib/em64t:/opt/intel/ict/3.0.1/itac/7.0.1/itac/slib_impi2:/opt/intel/fce/10.0.023/lib&lt;/P&gt;
&lt;P&gt;When I try to make a static link with ifort:&lt;/P&gt;
&lt;P&gt;ifort -C -Bstatic type.o modules.o interfaces_sca.o field_sca.o get_param33.o adin33.o fillmat33.o lu33.o calpol33.o solve_e033.o t33.o fillpol33.o rotate33.o propag33.o init_sca.o distrib_par.o matgen_sca.o lu_sca.o solve_sca.o derf.o -o Linux/bin/ifort/dfield -lmkl_scalapack_lp64 -lmkl_blacs_lp64 -L/opt/intel/ict/3.0.1/mpi/3.0/lib64 -lmpi -lmpi_mt -lrt -openmp -lmkl_lapack -Wl,--start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,--end-group -lpthread&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I get the following errors (just the beginning of it !!!):&lt;/P&gt;
&lt;P&gt;ipo: warning #11041: unresolved __I_MPI__intel_fast_memcpy&lt;BR /&gt; Referenced in libmpi.a(type_struct.o)&lt;BR /&gt; Referenced in libmpi.a(errutil.o)&lt;BR /&gt; Referenced in libmpi.a(helper_fns.o)&lt;BR /&gt; Referenced in libmpi.a(fx_heap_crsec_aligned.o)&lt;BR /&gt; Referenced in libmpi.a(mpid_datatype_contents.o)&lt;BR /&gt; Referenced in libmpi.a(ch3u_request.o)&lt;BR /&gt; Referenced in libmpi.a(type_create_indexed_block.o)&lt;BR /&gt; Referenced in libmpi.a(mpid_segment.o)&lt;BR /&gt; Referenced in libmpi.a(gen_dataloop.o)&lt;BR /&gt; Referenced in libmpi.a(mpidi_pg.o)&lt;BR /&gt; Referenced in libmpi.a(ch3_istartmsgv.o)&lt;BR /&gt; Referenced in libmpi.a(ch3_shm.o)&lt;BR /&gt; Referenced in libmpi.a(sock.o)&lt;BR /&gt; Referenced in libmpi.a(ch3u_buffer.o)&lt;BR /&gt; Referenced in libmpi.a(ch3u_comm_spawn_multiple.o)&lt;BR /&gt; Referenced in libmpi.a(gen_type_blockindexed.o)&lt;BR /&gt; Referenced in libmpi.a(ch3u_handle_recv_pkt.o)&lt;BR /&gt; Referenced in libmpi.a(ch3i_shm_bootstrapq.o)&lt;BR /&gt; Referenced in libmpi.a(I_MPI_wrap_dat.o)&lt;BR /&gt; Referenced in libmpi.a(rdma_iba.o)&lt;BR /&gt; Referenced in libmpi.a(rdma_iba_rendezwrite.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_gather.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_gatherv.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_scatter.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_scatterv.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_allgather.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_allgatherv.o)&lt;BR /&gt; Referenced in libmpi.a(dapl
_alltoall.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_alltoallv.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_reduce.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_allreduce.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_red_scat.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_scan.o)&lt;BR /&gt; Referenced in libmpi.a(type_indexed.o)&lt;BR /&gt;ipo: warning #11041: unresolved __I_MPI__intel_fast_memset&lt;BR /&gt; Referenced in libmpi.a(initthread.o)&lt;BR /&gt; Referenced in libmpi.a(helper_fns.o)&lt;BR /&gt; Referenced in libmpi.a(fx_heap_crsec_aligned.o)&lt;BR /&gt; Referenced in libmpi.a(rdma_iba_init_d.o)&lt;BR /&gt; Referenced in libmpi.a(ch3u_comm_spawn_multiple.o)&lt;BR /&gt; Referenced in libmpi.a(dapl_utils.o)&lt;BR /&gt;ipo: warning #11041: unresolved __I_MPI___intel_cpu_indicator&lt;BR /&gt; Referenced in libmpi.a(opmax.o)&lt;BR /&gt; Referenced in libmpi.a(opmin.o)&lt;BR /&gt; Referenced in libmpi.a(opsum.o)&lt;BR /&gt; Referenced in libmpi.a(opprod.o)&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Any Idea ???&lt;/P&gt;
&lt;P&gt;PS: I will tell in another post the problems I get when trying dynamic link with mpiifort...&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2008 13:51:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unresolved-I-MPI-intel-fast-memcpy/m-p/880208#M9437</guid>
      <dc:creator>md25</dc:creator>
      <dc:date>2008-05-30T13:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: unresolved __I_MPI__intel_fast_memcpy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unresolved-I-MPI-intel-fast-memcpy/m-p/880209#M9438</link>
      <description>&lt;P&gt;Ok this one is solved:&lt;/P&gt;
&lt;P&gt;I put -lmpiif -lmpi -lmpgi -lrt instead of -lmpi -lmpi_mt -lrt.&lt;/P&gt;
&lt;P&gt;The requested routine is provided by the -lmpgi flag&lt;/P&gt;
&lt;P&gt;No I have the same Pb at execution for the dynamically and statically linked binaries!...&lt;/P&gt;
&lt;P&gt;[cli_2]: aborting job:&lt;BR /&gt;Fatal error in MPI_Comm_size: Invalid communicator, error stack:&lt;BR /&gt;MPI_Comm_size(110): MPI_Comm_size(comm=0x5b, size=0xbba858) failed&lt;BR /&gt;MPI_Comm_size(69).: Invalid communicator&lt;BR /&gt;rank 2 in job 73 clusteru_48585 caused collective abort of all ranks&lt;BR /&gt; exit status of rank 2: return code 13 &lt;BR /&gt;[cli_1]: aborting job:&lt;BR /&gt;Fatal error in MPI_Comm_size: Invalid communicator, error stack:&lt;BR /&gt;MPI_Comm_size(110): MPI_Comm_size(comm=0x5b, size=0xbba858) failed&lt;BR /&gt;MPI_Comm_size(69).: Invalid communicator&lt;BR /&gt;rank 1 in job 73 clusteru_48585 caused collective abort of all ranks&lt;BR /&gt; exit status of rank 1: return code 13 &lt;BR /&gt;rank 0 in job 73 clusteru_48585 caused collective abort of all ranks&lt;BR /&gt; exit status of rank 0: return code 13 &lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;As this Pb did not appear in test programs using only MPI, I think it comes from my code, allthough it works on another cluster... :-(&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2008 16:46:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unresolved-I-MPI-intel-fast-memcpy/m-p/880209#M9438</guid>
      <dc:creator>md25</dc:creator>
      <dc:date>2008-05-30T16:46:02Z</dc:date>
    </item>
  </channel>
</rss>

