<?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: Pb at the execution of a code linked with Intel Cluster Too in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pb-at-the-execution-of-a-code-linked-with-Intel-Cluster-Toolkit/m-p/880242#M9447</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;IMG src="https://community.intel.com/file/6745" /&gt; &lt;STRONG&gt;MD25:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;
&lt;P&gt;PS: I have Print statements at the beginning of the code and here I get nothing except the MPI errors.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;in fact my PS is not true: the Print was the second line, the first being a call to BLACS_PINFO!&lt;/P&gt;
&lt;P&gt;When I put a print before the BLACS_PINFO, I see the output =&amp;gt; Pbseems to bein the MPI context settings in BLACS_PINFO...&lt;/P&gt;</description>
    <pubDate>Fri, 30 May 2008 17:09:54 GMT</pubDate>
    <dc:creator>md25</dc:creator>
    <dc:date>2008-05-30T17:09:54Z</dc:date>
    <item>
      <title>Pb at the execution of a code linked with Intel Cluster Toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pb-at-the-execution-of-a-code-linked-with-Intel-Cluster-Toolkit/m-p/880240#M9445</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;I have a code parallelized by using Scalapack and MPI that works on a first cluster when compiled with PGI pgf90 and linked with MPICH2 and MPICH2 version of BLACS and SCALAPACK.&lt;/P&gt;
&lt;P&gt;I want to port this code to a new Intel Xeon quadcores cluster on which we do not have pgf90 but Intel compilers, MKL and ICT&lt;/P&gt;
&lt;P&gt;When I try to execute a binary created by:&lt;/P&gt;
&lt;P&gt;mpiifort -C -Bdynamic 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/mpiifort/dfield -lmkl_scalapack -lmkl_blacs -lmkl_lapack -lmkl -lguide -lpthread&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I get (I checked that number ofnodes required in the mpiexec line is the same that the one required by the code (4))&lt;/P&gt;
&lt;P&gt;[cli_0]: 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=0x7897b8) failed&lt;BR /&gt;MPI_Comm_size(69).: Invalid communicator&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=0x7897b8) failed&lt;BR /&gt;MPI_Comm_size(69).: Invalid communicator&lt;BR /&gt;[cli_3]: 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=0x7897b8) failed&lt;BR /&gt;MPI_Comm_size(69).: Invalid communicator&lt;BR /&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=0x7897b8) failed&lt;BR /&gt;MPI_Comm_size(69).: Invalid communicator&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;PS: I have Print statements at the beginning of the code and here I get nothing except the MPI errors.&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2008 15:04:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pb-at-the-execution-of-a-code-linked-with-Intel-Cluster-Toolkit/m-p/880240#M9445</guid>
      <dc:creator>md25</dc:creator>
      <dc:date>2008-05-30T15:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pb at the execution of a code linked with Intel Cluster Too</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pb-at-the-execution-of-a-code-linked-with-Intel-Cluster-Toolkit/m-p/880241#M9446</link>
      <description>&lt;P&gt;I reply to myself since I have just learnt about the -# flag, I post here the information for my problematic code, in which I see a mix of -Bstatic and -Bdynamic...&lt;/P&gt;
&lt;P&gt;mpiifort -C -Bdynamic -# 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/mpiifort/dfield -lmkl_scalapack -lmkl_blacs -lmkl_lapack -lmkl -lguide -lpthread&lt;BR /&gt;/opt/intel/fce/10.0.023/bin/fortcom &lt;BR /&gt; -mP1OPT_version=1000 &lt;BR /&gt; -mGLOB_source_language=GLOB_SOURCE_LANGUAGE_F90 &lt;BR /&gt; -mGLOB_tune_for_fort &lt;BR /&gt; -mGLOB_use_fort_dope_vector &lt;BR /&gt; -mP2OPT_static_promotion &lt;BR /&gt; -mP1OPT_print_version=FALSE &lt;BR /&gt; -mP3OPT_use_mspp_call_convention &lt;BR /&gt; -mCG_use_gas_got_workaround=T &lt;BR /&gt; -mP2OPT_align_option_used=TRUE &lt;BR /&gt; "-mGLOB_options_string=-I/opt/intel/ict/3.0.1/mpi/3.0/include64 -I/opt/intel/ict/3.0.1/mpi/3.0/include64 -C -Bdynamic -# -o Linux/bin/mpiifort/dfield -lmkl_scalapack -lmkl_blacs -lmkl_lapack -lmkl -lguide -lpthread -L/opt/intel/ict/3.0.1/mpi/3.0/lib64 -Xlinker -rpath -Xlinker /opt/intel/ict/3.0.1/mpi/3.0/lib64 -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/3.0 -lmpi -lmpiif -lmpigi -lrt -lpthread -ldl" &lt;BR /&gt; -mGLOB_cxx_limited_range=FALSE &lt;BR /&gt; -mP2OPT_eh_nirvana &lt;BR /&gt; -mGLOB_diag_file=type.diag &lt;BR /&gt; -mGLOB_as_output_backup_file_name=/tmp/ifortMjJGTAas_.s &lt;BR /&gt; -mGLOB_runtime_check_undefined &lt;BR /&gt; -mGLOB_machine_model=GLOB_MACHINE_MODEL_EFI2 &lt;BR /&gt; -mGLOB_use_base_pointer &lt;BR /&gt; -mGLOB_fp_speculation=GLOB_FP_SPECULATION_FAST &lt;BR /&gt; -mGLOB_extended_instructions=0x8 &lt;BR /&gt; -mP2OPT_subs_out_of_bound=FALSE &lt;BR /&gt; -mGLOB_ansi_alias &lt;BR /&gt; -mIPOPT_ninl_user_level=2 &lt;BR /&gt; -mIPOPT_args_in_regs=0 &lt;BR /&gt; -mPGOPTI_value_profile_use=T &lt;BR /&gt; -mP2OPT_align_array_to_cache_line=FALSE &lt;BR /&gt; -mIPOPT_activate &lt;BR /&gt; -mP2OPT_hlo &lt;BR /&gt; -mPAROPT_par_report=1 &lt;BR /&gt; -mIPOPT_link &lt;BR /&gt; -mIPOPT_ipo_activate &lt;BR /&gt; -mIPOPT_ipo_mo_activate &lt;BR /&gt; -mIPOPT_ipo_mo_nfiles=1 &lt;BR /&gt; -mIPOPT_source_files_list=/tmp/ifortWApQXclst &lt;BR /&gt; -mIPOPT_short_data_info=/tmp/ifortIIGrLKsdata &lt;BR /&gt; -mIPOPT_link_script_file=/tmp/ifortEFXKziscript &lt;BR /&gt; -mIPOPT_global_data &lt;BR /&gt; "-mIPOPT_link_version=(GNU Binutils for Debian) 2.18" &lt;BR /&gt; "-mIPOPT_cmdline_link="/usr/lib64/crt1.o" "/usr/lib64/crti.o" "/usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtbegin.o" "--eh-frame-hdr" "-dynamic-linker" "/lib64/ld-linux-x86-64.so.2" "-o" "Linux/bin/mpiifort/dfield" "/opt/intel/fce/10.0.023/lib/for_main.o" "-Bdynamic" "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" "-l
mkl_scalapack" "-lmkl_blacs" "-lmkl_lapack" "-lmkl" "-lguide" "-lpthread" "-L/opt/intel/ict/3.0.1/mpi/3.0/lib64" "-rpath" "/opt/intel/ict/3.0.1/mpi/3.0/lib64" "-rpath" "/opt/intel/mpi-rt/3.0" "-lmpi" "-lmpiif" "-lmpigi" "-lrt" "-lpthread" "-ldl" "-L/opt/intel/mkl/10.0.2.018/lib/em64t" "-L/opt/intel/ict/3.0.1/cmkl/9.1/lib/em64t" "-L/usr/lib" "-L/home/devel/lib" "-L." "-L/opt/intel/fce/10.0.023/lib" "-L/usr/lib/gcc/x86_64-linux-gnu/4.1.2/" "-L/usr/lib64" "-Bstatic" "-lifport" "-lifcore" "-limf" "-lsvml" "-Bdynamic" "-lm" "-Bstatic" "-lipgo" "-lirc" "-Bdynamic" "-lc" "-lgcc_s" "-lgcc" "-Bstatic" "-lirc_s" "-Bdynamic" "-ldl" "-lc" "/usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtend.o" "/usr/lib64/crtn.o"" &lt;BR /&gt; -mIPOPT_save_il0 &lt;BR /&gt; -mIPOPT_il_in_obj &lt;BR /&gt; -mIPOPT_ipo_activate_warn=FALSE &lt;BR /&gt; -mIPOPT_obj_output_file_name=/tmp/ipo_ifortCagxm7.o &lt;BR /&gt; "-mGLOB_linker_version=(GNU Binutils for Debian) 2.18" &lt;BR /&gt; -mP3OPT_asm_target=P3OPT_ASM_TARGET_GAS &lt;BR /&gt; -mGLOB_obj_output_file=/tmp/ipo_ifortCagxm7.o &lt;BR /&gt; -mP1OPT_source_file_name=/tmp/ipo_ifortCagxm7.f &lt;BR /&gt; type.o &lt;BR /&gt; modules.o &lt;BR /&gt; interfaces_sca.o &lt;BR /&gt; field_sca.o &lt;BR /&gt; get_param33.o &lt;BR /&gt; adin33.o &lt;BR /&gt; fillmat33.o &lt;BR /&gt; lu33.o &lt;BR /&gt; calpol33.o &lt;BR /&gt; solve_e033.o &lt;BR /&gt; t33.o &lt;BR /&gt; fillpol33.o &lt;BR /&gt; rotate33.o &lt;BR /&gt; propag33.o &lt;BR /&gt; init_sca.o &lt;BR /&gt; distrib_par.o &lt;BR /&gt; matgen_sca.o &lt;BR /&gt; lu_sca.o &lt;BR /&gt; solve_sca.o &lt;BR /&gt; derf.o &lt;BR /&gt; -mIPOPT_mo_unique_name=dfield &lt;BR /&gt; -mIPOPT_object_files=/tmp/iforte5coaFtxt&lt;/P&gt;
&lt;P&gt;ifort: warning #10017: couldn't open multi-file optimizations object list&lt;BR /&gt;ld &lt;BR /&gt; /usr/lib64/crt1.o &lt;BR /&gt; /usr/lib64/crti.o &lt;BR /&gt; /usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtbegin.o &lt;BR /&gt; --eh-frame-hdr &lt;BR /&gt; -dynamic-linker &lt;BR /&gt; /lib64/ld-linux-x86-64.so.2 &lt;BR /&gt; -o &lt;BR /&gt; Linux/bin/mpiifort/dfield &lt;BR /&gt; /opt/intel/fce/10.0.023/lib/for_main.o &lt;BR /&gt; -Bdynamic &lt;BR /&gt; -lmkl_scalapack &lt;BR /&gt; -lmkl_blacs &lt;BR /&gt; -lmkl_lapack &lt;BR /&gt; -lmkl &lt;BR /&gt; -lguide &lt;BR /&gt; -lpthread &lt;BR /&gt; -L/opt/intel/ict/3.0.1/mpi/3.0/lib64 &lt;BR /&gt; -rpath &lt;BR /&gt; /opt/intel/ict/3.0.1/mpi/3.0/lib64 &lt;BR /&gt; -rpath &lt;BR /&gt; /opt/intel/mpi-rt/3.0 &lt;BR /&gt; -lmpi &lt;BR /&gt; -lmpiif &lt;BR /&gt; -lmpigi &lt;BR /&gt; -lrt &lt;BR /&gt; -lpthread &lt;BR /&gt; -ldl &lt;BR /&gt; -L/opt/intel/mkl/10.0.2.018/lib/em64t &lt;BR /&gt; -L/opt/intel/ict/3.0.1/cmkl/9.1/lib/em64t &lt;BR /&gt; -L/usr/lib &lt;BR /&gt; -L/home/devel/lib &lt;BR /&gt; -L. &lt;BR /&gt; -L/opt/intel/fce/10.0.023/lib &lt;BR /&gt;&amp;nbsp;
; -L/usr/lib/gcc/x86_64-linux-gnu/4.1.2/ &lt;BR /&gt; -L/usr/lib64 &lt;BR /&gt; -Bstatic &lt;BR /&gt; -lifport &lt;BR /&gt; -lifcore &lt;BR /&gt; -limf &lt;BR /&gt; -lsvml &lt;BR /&gt; -Bdynamic &lt;BR /&gt; -lm &lt;BR /&gt; -Bstatic &lt;BR /&gt; -lipgo &lt;BR /&gt; -lirc &lt;BR /&gt; -Bdynamic &lt;BR /&gt; -lc &lt;BR /&gt; -lgcc_s &lt;BR /&gt; -lgcc &lt;BR /&gt; -Bstatic &lt;BR /&gt; -lirc_s &lt;BR /&gt; -Bdynamic &lt;BR /&gt; -ldl &lt;BR /&gt; -lc &lt;BR /&gt; /usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtend.o &lt;BR /&gt; /usr/lib64/crtn.o&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2008 15:11:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pb-at-the-execution-of-a-code-linked-with-Intel-Cluster-Toolkit/m-p/880241#M9446</guid>
      <dc:creator>md25</dc:creator>
      <dc:date>2008-05-30T15:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pb at the execution of a code linked with Intel Cluster Too</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pb-at-the-execution-of-a-code-linked-with-Intel-Cluster-Toolkit/m-p/880242#M9447</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;IMG src="https://community.intel.com/file/6745" /&gt; &lt;STRONG&gt;MD25:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;
&lt;P&gt;PS: I have Print statements at the beginning of the code and here I get nothing except the MPI errors.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;in fact my PS is not true: the Print was the second line, the first being a call to BLACS_PINFO!&lt;/P&gt;
&lt;P&gt;When I put a print before the BLACS_PINFO, I see the output =&amp;gt; Pbseems to bein the MPI context settings in BLACS_PINFO...&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2008 17:09:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pb-at-the-execution-of-a-code-linked-with-Intel-Cluster-Toolkit/m-p/880242#M9447</guid>
      <dc:creator>md25</dc:creator>
      <dc:date>2008-05-30T17:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pb at the execution of a code linked with Intel Cluster Too</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pb-at-the-execution-of-a-code-linked-with-Intel-Cluster-Toolkit/m-p/880243#M9448</link>
      <description>This one was solved by linking with -lmkl_blacs_intelmpi20 instead of -lmkl_blacs</description>
      <pubDate>Fri, 30 May 2008 17:32:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pb-at-the-execution-of-a-code-linked-with-Intel-Cluster-Toolkit/m-p/880243#M9448</guid>
      <dc:creator>md25</dc:creator>
      <dc:date>2008-05-30T17:32:42Z</dc:date>
    </item>
  </channel>
</rss>

