<?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:mkl modulefiles loading error in OneApi toolkit in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1284305#M31370</link>
    <description>&lt;P&gt;Hi Yann,&lt;/P&gt;&lt;P&gt;Are you still having problem with loading the modules?&lt;/P&gt;&lt;P&gt;Have you tried the latest version of oneAPI, 2021.2?&lt;/P&gt;&lt;P&gt;Are you using the latest version of CentOS (8.x)?&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 25 May 2021 03:13:26 GMT</pubDate>
    <dc:creator>Khang_N_Intel</dc:creator>
    <dc:date>2021-05-25T03:13:26Z</dc:date>
    <item>
      <title>mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1260268#M30962</link>
      <description>&lt;P&gt;I installed the current compilers/mkl lib on a centos.&lt;/P&gt;
&lt;P&gt;The version of the compiler is : compiler/2021.1.2&lt;/P&gt;
&lt;P&gt;The version of the mkl version is : mkl/2021.1.1&lt;/P&gt;
&lt;P&gt;When i'm trying to load the mkl, i've got the error :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;lio5-devel% module load mkl/latest
Loading mkl version 2021.1.1
ERROR: Unable to locate a modulefile for 'compiler-rt/2021.1.1'
&lt;/LI-CODE&gt;
&lt;P&gt;So i installed compiler-rt/2021.1.1 with the package :&lt;/P&gt;
&lt;DIV class="level1" style="margin: 0px; padding: 0px; color: #333333; font-family: Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;
&lt;PRE class="code" style="margin: 0px 0px 1.4em; padding: 0.7em 1em; font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Bitstream Vera Sans Mono', 'Nimbus Mono L', Monaco, 'Courier New', monospace; font-size: 1em; direction: ltr; text-align: left; background-color: #fbfaf9; color: #333333; box-shadow: #cccccc 0px 0px 0.5em inset; border-radius: 2px; overflow: auto; overflow-wrap: normal; border: 1px solid #cccccc;"&gt;intel-oneapi-compiler-dpcpp-cpp-runtime-2021.1.1&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;Therefore, i can now load the mkl, but then i cannot load the lastest compiler !&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;lio5-devel% module load compiler/2021.1.2
Loading compiler version 2021.1.2
WARNING: tbb/latest cannot be loaded due to a conflict.
HINT: Might try "module unload tbb" first.
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that the compiler-rt version is older than the lastest compiler, but is needed for the mkl modulefiles.&lt;/P&gt;
&lt;P&gt;What is the good way to load the intel mkl with the lastest compiler ?&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Yann&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 12:45:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1260268#M30962</guid>
      <dc:creator>yannj</dc:creator>
      <dc:date>2021-03-01T12:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1260995#M30976</link>
      <description>&lt;P&gt;Hi Yann,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The latest version of the DPC++ compiler runtime 2021.1.2 seems to be available via APT. I have installed it on ubuntu 18.04. However, I do not have the CentOS environment to try out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try out the steps below:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Firstly, setup the oneAPI repository, as given in the link below:&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/installing-intel-oneapi-toolkits-via-yum.html#inpage-nav-1" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/articles/installing-intel-oneapi-toolkits-via-yum.html#inpage-nav-1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you have already set the repository, make sure that you update all the packages.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;To list all the oneAPI packages, use this command:&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI-CODE lang="cpp"&gt;# YUM:

sudo -E yum --disablerepo="*" --enablerepo="oneAPI" list available



# DNF:

sudo -E dnf --disablerepo="*" --enablerepo="oneAPI" list available

&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Search for "intel-oneapi-compiler-dpcpp-cpp-runtime-2021.1.2" and if you find it, you may either install/upgrade this package.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know in case you don't see the latest version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 11:23:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1260995#M30976</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-03-03T11:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1261015#M30977</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;Rahul&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for taking the time to help me.&lt;/P&gt;
&lt;P&gt;I think it's great that oneAPI includes scripts for modules. It's so useful. But it looks like it's broken for the mkl lib.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've got all the rpm already updated&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# yum --disablerepo="*" --enablerepo="oneAPI" update
Modules complémentaires chargés : copr, fastestmirror, langpacks, nvidia
Loading mirror speeds from cached hostfile
No packages marked for update
&lt;/LI-CODE&gt;
&lt;P&gt;Here are the available modules :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;--------------------------------------------------- /opt/intel/oneapi/modulefiles ----------------------------------------------------
advisor/2021.1.1        compiler-rt32/latest  dev-utilities/2021.1.1  dpct/latest                   itac/2021.1.1     tbb/latest
advisor/latest          compiler/2021.1.1     dev-utilities/latest    dpl/2021.1.2                  itac/latest       vpl/2021.1.1
ccl/2021.1.1            compiler/2021.1.2     dnnl-cpu-gomp/2021.1.1  dpl/latest                    mkl/2021.1.1      vpl/latest
ccl/latest              compiler/latest       dnnl-cpu-gomp/latest    init_opencl/2021.1.2          mkl/latest        vtune/2021.1.2
clck/2021.1.1           compiler32/2021.1.1   dnnl-cpu-iomp/2021.1.1  init_opencl/latest            mkl32/2021.1.1    vtune/latest
clck/latest             compiler32/2021.1.2   dnnl-cpu-iomp/latest    inspector/2021.1.1            mkl32/latest
compiler-rt/2021.1.1    compiler32/latest     dnnl-cpu-tbb/2021.1.1   inspector/latest              mpi/2021.1.1
compiler-rt/2021.1.2    dal/2021.1.1          dnnl-cpu-tbb/latest     intel_ipp_intel64/2021.1.1    mpi/latest
compiler-rt/latest      dal/latest            dnnl/2021.1.1           intel_ipp_intel64/latest      oclfpga/2021.1.2
compiler-rt32/2021.1.1  debugger/10.0.0       dnnl/latest             intel_ippcp_intel64/2021.1.1  oclfpga/latest
compiler-rt32/2021.1.2  debugger/latest       dpct/2021.1.1           intel_ippcp_intel64/latest    tbb/2021.1.1
&lt;/LI-CODE&gt;
&lt;P&gt;When i'm trying to load the latest compiler (2021.1.2) with the latest mkl (2021.1.1) i've got the error :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;jobic@lio5:~$ module load compiler/latest mkl/latest
Loading compiler version 2021.1.2
Loading tbb version 2021.1.1
Loading debugger version 10.0.0
Loading compiler-rt version 2021.1.2
Loading dpl version 2021.1.2
Loading oclfpga version 2021.1.2
Loading mkl version 2021.1.1
WARNING: compiler-rt/2021.1.1 cannot be loaded due to a conflict.
HINT: Might try "module unload compiler-rt" first.
&lt;/LI-CODE&gt;
&lt;P&gt;That's because in the module script, it's trying to&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;load compiler-rt/&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;2021.1.1 by default, which conflicts with my latest rt version.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I can still use everything by loading directly the bash environment scripts :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;source /opt/intel/oneapi/compiler/2021.1.2/env/vars.sh
source /opt/intel/oneapi/mkl/2021.1.1/env/vars.sh
&lt;/LI-CODE&gt;
&lt;P&gt;But i wanted it to work with modules.&lt;/P&gt;
&lt;P&gt;Do you see where the problem is ?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Yann&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 12:32:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1261015#M30977</guid>
      <dc:creator>yannj</dc:creator>
      <dc:date>2021-03-03T12:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1261018#M30978</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;I tried to desintall/reinstall everything&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# yum --disablerepo="*" --enablerepo="oneAPI" remove '*oneapi*'
# yum --disablerepo="*" --enablerepo="oneAPI" install intel-basekit intel-hpckit&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then run the script&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# ./modulefiles-setup.sh&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I loaded everything to check :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# . setvars.sh
:: initializing oneAPI environment ...
   BASH version = 4.2.46(2)-release
:: debugger -- latest
:: vpl -- latest
:: mpi -- latest
:: mkl -- latest
:: itac -- latest
:: intelpython -- latest
:: dpcpp-ct -- latest
:: clck -- latest
:: dev-utilities -- latest
:: tbb -- latest
:: advisor -- latest
:: dpl -- latest
:: vtune -- latest
:: dal -- latest
:: ippcp -- latest
:: compiler -- latest
:: ccl -- latest
:: inspector -- latest
:: dnnl -- latest
:: ipp -- latest
:: oneAPI environment initialized ::

# icc -V
Intel(R) C Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.1.2 Build 20201208_000000
Copyright (C) 1985-2020 Intel Corporation.  All rights reserved.

&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then have the following modules :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;--------------------------------------------------- /opt/intel/oneapi/modulefiles ----------------------------------------------------
advisor/2021.1.1        compiler/latest         dnnl-cpu-iomp/2021.1.1  init_opencl/latest            mkl32/2021.1.1    vtune/latest
advisor/latest          compiler32/2021.1.2     dnnl-cpu-iomp/latest    inspector/2021.1.1            mkl32/latest
ccl/2021.1.1            compiler32/latest       dnnl-cpu-tbb/2021.1.1   inspector/latest              mpi/2021.1.1
ccl/latest              dal/2021.1.1            dnnl-cpu-tbb/latest     intel_ipp_intel64/2021.1.1    mpi/latest
clck/2021.1.1           dal/latest              dnnl/2021.1.1           intel_ipp_intel64/latest      oclfpga/2021.1.2
clck/latest             debugger/10.0.0         dnnl/latest             intel_ippcp_intel64/2021.1.1  oclfpga/latest
compiler-rt/2021.1.2    debugger/latest         dpct/2021.1.1           intel_ippcp_intel64/latest    tbb/2021.1.1
compiler-rt/latest      dev-utilities/2021.1.1  dpct/latest             itac/2021.1.1                 tbb/latest
compiler-rt32/2021.1.2  dev-utilities/latest    dpl/2021.1.2            itac/latest                   vpl/2021.1.1
compiler-rt32/latest    dnnl-cpu-gomp/2021.1.1  dpl/latest              mkl/2021.1.1                  vpl/latest
compiler/2021.1.2       dnnl-cpu-gomp/latest    init_opencl/2021.1.2    mkl/latest                    vtune/2021.1.2
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm still having the same issue :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ module load compiler/latest mkl/latest
Loading compiler version 2021.1.2
Loading tbb version 2021.1.1
Loading debugger version 10.0.0
Loading compiler-rt version 2021.1.2
Loading dpl version 2021.1.2
Loading oclfpga version 2021.1.2
Loading mkl version 2021.1.1
ERROR: Unable to locate a modulefile for 'compiler-rt/2021.1.1'
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I should load the latest compiler-rt version, not the old one.&lt;/P&gt;
&lt;P&gt;In the module script of&amp;nbsp;&lt;STRONG&gt;oneapi/modulefiles/mkl/latest&lt;/STRONG&gt; i've got :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# Load dependencies
module load compiler-rt/${modulefilever}
module load tbb/${modulefilever}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and i don't have compiler-rt/${modulefilever}, because the version of compiler/latest is 2012.1.2, therefore i have (see above) compiler-rt/2021.1.2, and not compiler-rt/2021.1.1, which is the version of the mkl.&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Yann&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 13:27:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1261018#M30978</guid>
      <dc:creator>yannj</dc:creator>
      <dc:date>2021-03-03T13:27:46Z</dc:date>
    </item>
    <item>
      <title>Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1261758#M30982</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reporting your issue. We are working on it and will get back to you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2021 11:19:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1261758#M30982</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-03-05T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1264889#M31024</link>
      <description>&lt;P&gt;Hi Yann,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will take a look at this issue and will let you know what to do next.&lt;/P&gt;&lt;P&gt;Also, I went forum thread and it seems like it is closed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Mar 2021 17:55:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1264889#M31024</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2021-03-16T17:55:49Z</dc:date>
    </item>
    <item>
      <title>Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1284305#M31370</link>
      <description>&lt;P&gt;Hi Yann,&lt;/P&gt;&lt;P&gt;Are you still having problem with loading the modules?&lt;/P&gt;&lt;P&gt;Have you tried the latest version of oneAPI, 2021.2?&lt;/P&gt;&lt;P&gt;Are you using the latest version of CentOS (8.x)?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2021 03:13:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1284305#M31370</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2021-05-25T03:13:26Z</dc:date>
    </item>
    <item>
      <title>Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1289975#M31516</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please update us on whether your issue has been resolved or not?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2021 11:55:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1289975#M31516</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-15T11:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1289999#M31520</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for the heads up.&lt;/P&gt;
&lt;P&gt;I reinstalled everything followed the documentation, and load modulefiles with :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# ./modulefiles-setup.sh
# module use modulefiles&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i'm trying to load, i've got the error :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# module load compiler mkl
Loading compiler version 2021.2.0
Loading tbb version 2021.2.0
Loading debugger version 10.1.1
cmdInfo.c(207):ERROR:11: Usage is 'module-infomode [load|remove|display|help|whatis|switch1|switch2|switch3|switch|nonpersist]'
debugger/latest(54):ERROR:102: Tcl command execution failed: if { [ module-info mode unload ] } {
puts stderr "Removing $modulefilename version $modulefilever"
}

Loading compiler-rt version 2021.2.0
compiler/latest(105):ERROR:102: Tcl command execution failed: if { [ is-avail dpl ] } {
module load dpl
}

Loading mkl version 2021.2.0
compiler-rt/2021.2.0(71):ERROR:150: Module 'compiler-rt/2021.2.0' conflicts with the currently loaded module(s) 'compiler-rt/latest'
compiler-rt/2021.2.0(71):ERROR:102: Tcl command execution failed: conflict $mname64

tbb/2021.2.0(73):ERROR:150: Module 'tbb/2021.2.0' conflicts with the currently loaded module(s) 'tbb/latest'
tbb/2021.2.0(73):ERROR:102: Tcl command execution failed: conflict $mname64&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Yann&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 13:03:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1289999#M31520</guid>
      <dc:creator>yannj</dc:creator>
      <dc:date>2021-06-15T13:03:58Z</dc:date>
    </item>
    <item>
      <title>Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1290994#M31544</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please specify the OS version used.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2021 07:50:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1290994#M31544</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-18T07:50:27Z</dc:date>
    </item>
    <item>
      <title>Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1292838#M31595</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please provide the above details?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jun 2021 08:25:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1292838#M31595</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-24T08:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1292879#M31598</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sorry for the late answer.&lt;/P&gt;
&lt;P&gt;I'm on&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)&lt;/LI-CODE&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Yann&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 10:33:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1292879#M31598</guid>
      <dc:creator>yannj</dc:creator>
      <dc:date>2021-06-24T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1293179#M31599</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We currently do not support CentOS 7.x&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please visit the below link for the system requirements.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/oneapi-math-kernel-library-system-requirements.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/oneapi-math-kernel-library-system-requirements.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2021 07:08:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1293179#M31599</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-25T07:08:22Z</dc:date>
    </item>
    <item>
      <title>Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1294195#M31616</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are closing this thread for now as we don't support older CentOS. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Good day.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2021 05:44:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1294195#M31616</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-29T05:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re:mkl modulefiles loading error in OneApi toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1564442#M35741</link>
      <description>&lt;P&gt;I fixed ours by updating the module file for&amp;nbsp;&lt;SPAN class=""&gt;&lt;FONT face="courier new,courier"&gt;intel-oneAPI-toolkit/mkl/2023.1.0&lt;/FONT&gt; and just put the correct module names that correspond to compiler-rt and tbb:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class=""&gt;# Load required dependencies&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class=""&gt;if { ![ is-loaded tbb ] } &lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{ module load intel-tbb-oss/intel64/2020.3 }&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class=""&gt;if { ![ is-loaded compiler-rt ] } &lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;{ module load intel-oneAPI-toolkit/compiler-rt/2023.1.0 }&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 19:41:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-modulefiles-loading-error-in-OneApi-toolkit/m-p/1564442#M35741</guid>
      <dc:creator>RobbieTheK</dc:creator>
      <dc:date>2024-01-19T19:41:09Z</dc:date>
    </item>
  </channel>
</rss>

