<?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:Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1569606#M35785</link>
    <description>&lt;P&gt;I confirmed the issue on internal machine. Let me look into what can cause it.  &lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Feb 2024 05:20:37 GMT</pubDate>
    <dc:creator>Mark_L_Intel</dc:creator>
    <dc:date>2024-02-06T05:20:37Z</dc:date>
    <item>
      <title>Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1562829#M35727</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to build &lt;STRONG&gt;q-e-7.2-omp5&lt;/STRONG&gt; (&lt;A href="https://gitlab.com/QEF/q-e/-/tree/qe-7.2-omp5?ref_type=tags" target="_self"&gt;https://gitlab.com/QEF/q-e/-/tree/qe-7.2-omp5?ref_type=tags&lt;/A&gt;) specifically for Intel GPUs using cmake.&lt;/P&gt;&lt;P&gt;I am running a SPR+4 PVC node on Developer Cloud.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is my cmake command (that I run in build dir):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cmake -DCMAKE_C_COMPILER=mpiicx -DCMAKE_Fortran_COMPILER=mpiifx -DCMAKE_C_FLAGS:STRING="-xHOST -qmkl=parallel -fiopenmp -fopenmp-targets=spir64 -I$MKLROOT/include/fftw" -DCMAKE_Fortran_FLAGS:STRING="-xHOST -qmkl=parallel -fiopenmp -fopenmp-targets=spir64 -I$MKLROOT/include/fftw"&amp;nbsp; -DQE_ENABLE_OPENMP=ON -DQE_ENABLE_OFFLOAD=ON -DQE_FFTW_VENDOR=Intel_DFTI ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is the output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-- The Fortran compiler identification is IntelLLVM 2023.2.0&lt;BR /&gt;-- The C compiler identification is IntelLLVM 2023.2.0&lt;BR /&gt;-- Detecting Fortran compiler ABI info&lt;BR /&gt;-- Detecting Fortran compiler ABI info - done&lt;BR /&gt;-- Check for working Fortran compiler: /opt/intel/oneapi/mpi/2021.10.0/bin/mpiifx - skipped&lt;BR /&gt;-- Detecting C compiler ABI info&lt;BR /&gt;-- Detecting C compiler ABI info - done&lt;BR /&gt;-- Check for working C compiler: /opt/intel/oneapi/mpi/2021.10.0/bin/mpiicx - skipped&lt;BR /&gt;-- Detecting C compile features&lt;BR /&gt;-- Detecting C compile features - done&lt;BR /&gt;-- Setting build type to 'Release' as none was specified&lt;BR /&gt;-- Looking for mallinfo&lt;BR /&gt;-- Looking for mallinfo - found&lt;BR /&gt;-- Enable sanitizer QE_ENABLE_SANITIZER=none&lt;BR /&gt;-- C preprocessor used by qe_preprocess_source in qeHelpers.cmake: /usr/bin/cpp&lt;BR /&gt;-- Performing Test Fortran_ISYSTEM_SUPPORTED&lt;BR /&gt;-- Performing Test Fortran_ISYSTEM_SUPPORTED - Success&lt;BR /&gt;-- Found OpenMP_Fortran: -fiopenmp (found version "5.0")&lt;BR /&gt;-- Found OpenMP_C: -fiopenmp (found version "5.0")&lt;BR /&gt;-- Found OpenMP: TRUE (found version "5.0") found components: Fortran C&lt;BR /&gt;-- Found MPI_Fortran: /opt/intel/oneapi/mpi/2021.10.0/bin/mpiifx (found version "3.1")&lt;BR /&gt;-- Found MPI: TRUE (found version "3.1") found components: Fortran&lt;BR /&gt;-- MPI settings used by CTest&lt;BR /&gt;-- Found Git: /usr/bin/git (found suitable version "2.34.1", minimum required is "2.13")&lt;BR /&gt;-- Source files are cloned from a git repository.&lt;BR /&gt;-- Trying to find LAPACK from Intel MKL&lt;BR /&gt;-- Looking for pthread.h&lt;BR /&gt;-- Looking for pthread.h - found&lt;BR /&gt;-- Performing Test CMAKE_HAVE_LIBC_PTHREAD&lt;BR /&gt;-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success&lt;BR /&gt;-- Found Threads: TRUE&lt;BR /&gt;-- Looking for Fortran sgemm&lt;BR /&gt;-- Looking for Fortran sgemm - found&lt;BR /&gt;-- Found BLAS: /opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_lp64.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_thread.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_core.so;/opt/intel/oneapi/compiler/2023.2.1/linux/compiler/lib/intel64_lin/libiomp5.so;-lm;-ldl&lt;BR /&gt;-- Looking for Fortran cheev&lt;BR /&gt;-- Looking for Fortran cheev - found&lt;BR /&gt;-- Found LAPACK: /opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_lp64.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_thread.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_core.so;/opt/intel/oneapi/compiler/2023.2.1/linux/compiler/lib/intel64_lin/libiomp5.so;-lm;-ldl;-lm;-ldl&lt;BR /&gt;-- Found LAPACK: /opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_lp64.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_thread.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_core.so;/opt/intel/oneapi/compiler/2023.2.1/linux/compiler/lib/intel64_lin/libiomp5.so;-lm;-ldl;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_lp64.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_thread.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_core.so;/opt/intel/oneapi/compiler/2023.2.1/linux/compiler/lib/intel64_lin/libiomp5.so;-lm;-ldl;-lm;-ldl&lt;BR /&gt;-- Looking for Fortran zhpev&lt;BR /&gt;-- Looking for Fortran zhpev - found&lt;BR /&gt;-- Installing Wannier90 via submodule&lt;BR /&gt;-- Installing MBD via submodule&lt;BR /&gt;-- Installing DeviceXlib via submodule&lt;BR /&gt;-- Found VendorFFTW: /opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_lp64.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_thread.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_core.so;/opt/intel/oneapi/compiler/2023.2.1/linux/compiler/lib/intel64_lin/libiomp5.so;-lm;-ldl;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_lp64.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_intel_thread.so;/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/libmkl_core.so;/opt/intel/oneapi/compiler/2023.2.1/linux/compiler/lib/intel64_lin/libiomp5.so;-lm;-ldl;-lm;-ldl&lt;BR /&gt;-- Found Intel_DFTI library&lt;BR /&gt;-- Enabling tests in test-suite&lt;BR /&gt;-- generating tests in pw category&lt;BR /&gt;-- generating tests in cp category&lt;BR /&gt;-- generating tests in ph category&lt;BR /&gt;-- generating tests in epw category&lt;BR /&gt;-- generating tests in tddfpt category&lt;BR /&gt;-- generating tests in hp category&lt;BR /&gt;-- Configuring done&lt;BR /&gt;-- Generating done&lt;BR /&gt;-- Build files have been written to: /home/sdp/q-e/build&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The error comes when I run "make":&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ 5%] Building Fortran object FFTXlib/src/CMakeFiles/qe_fftx.dir/fft_scalar.f90.o&lt;BR /&gt;fft_scalar.f90(46): #error: No fft_scalar backend selected for __OPENMP_GPU!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This error is issued from&amp;nbsp;fft_scalar.f90(46) where __ONEMKL is not defined, as you can see (fft_scalar.f90):&amp;nbsp;&lt;/P&gt;&lt;P&gt;#if defined(__CUDA)&lt;BR /&gt;USE fft_scalar_cuFFT&lt;BR /&gt;#elif defined(__OPENMP_GPU) &amp;amp;&amp;amp; defined(__ONEMKL)&lt;BR /&gt;USE fft_scalar_dfti_omp&lt;BR /&gt;#elif defined(__OPENMP_GPU) &amp;amp;&amp;amp; defined(__HIP)&lt;BR /&gt;USE fft_scalar_hipfft&lt;BR /&gt;#elif defined(__OPENMP_GPU)&lt;BR /&gt;#error No fft_scalar backend selected for __OPENMP_GPU!&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried multiple cmake configurations, nothing seem to solve this issue. Nothing helps to make&amp;nbsp; __ONEMKL be recognized.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to note,&amp;nbsp;/opt/intel/oneapi/mkl/2023.2.0/include and /opt/intel/oneapi/mkl/2023.2.0/lib/intel64 seem to contain all the needed math files (especially fftw files and mkl_dfti_omp_offload.f90).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can be the problem with how I am building the project?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 09:17:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1562829#M35727</guid>
      <dc:creator>yehonatan123f</dc:creator>
      <dc:date>2024-01-15T09:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1562832#M35729</link>
      <description>&lt;P&gt;I've been working on Quantum espresso for Ponte-vecchio as well, and i also cannot compile it,&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 09:33:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1562832#M35729</guid>
      <dc:creator>ReemHarel</dc:creator>
      <dc:date>2024-01-15T09:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1568283#M35770</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;Any idea how to solve this issue?&lt;/P&gt;&lt;P&gt;I am still struggeling in this regard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 09:34:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1568283#M35770</guid>
      <dc:creator>yehonatan123f</dc:creator>
      <dc:date>2024-02-01T09:34:33Z</dc:date>
    </item>
    <item>
      <title>Re:Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1569606#M35785</link>
      <description>&lt;P&gt;I confirmed the issue on internal machine. Let me look into what can cause it.  &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2024 05:20:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1569606#M35785</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-02-06T05:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1570370#M35792</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/254162"&gt;@yehonatan123f&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try the following from the build directory, e.g., &amp;lt;your-directory&amp;gt;/q-e/build&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;cmake -DQE_FFTW_VENDOR=Intel_DFTI ..
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; you should see something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;...
-- Found VendorFFTW: /opt/intel/oneapi/mkl/2024.0/lib/libmkl_gf_lp64.so;/opt/intel/oneapi/mkl/2024.0/lib/libmkl_sequential.so;/opt/intel/oneapi/mkl/2024.0/lib/libmkl_core.so;-lpthread;-lm;-ldl;/opt/intel/oneapi/mkl/2024.0/lib/libmkl_gf_lp64.so;/opt/intel/oneapi/mkl/2024.0/lib/libmkl_sequential.so;/opt/intel/oneapi/mkl/2024.0/lib/libmkl_core.so;-lpthread;-lm;-ldl;-lpthread;-lm;-ldl
-- Found Intel_DFTI library
-- Enabling tests in test-suite
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and notice "Found Intel_DFTI library" message above. Then "make" should work.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 22:36:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1570370#M35792</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-02-07T22:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1572013#M35822</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/254162"&gt;@yehonatan123f&lt;/a&gt;&amp;nbsp;, Have you tried above suggestion?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 20:17:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1572013#M35822</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-02-13T20:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1572649#M35834</link>
      <description>&lt;P&gt;Hey mark,&lt;/P&gt;&lt;P&gt;It still not working.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sdp@gpunode:~/q-e-qe-7.2-omp5/build$ ll /usr/include/mkl/fftw
total 216
drwxr-xr-x 2 root root  4096 Feb 15 06:58 ./
drwxr-xr-x 5 root root  4096 Feb 15 06:58 ../
-rw-r--r-- 1 root root 11900 Sep 17  2020 fftw.h
-rw-r--r-- 1 root root 37021 Sep 17  2020 fftw3-mpi.f03
-rw-r--r-- 1 root root  9621 Sep 17  2020 fftw3-mpi.h
-rw-r--r-- 1 root root  1902 Sep 17  2020 fftw3-mpi_mkl.h
-rw-r--r-- 1 root root  2777 Sep 17  2020 fftw3.f
-rw-r--r-- 1 root root 54077 Sep 17  2020 fftw3.f03
-rw-r--r-- 1 root root 17945 Sep 17  2020 fftw3.h
-rw-r--r-- 1 root root  3484 Sep 17  2020 fftw3_mkl.f
-rw-r--r-- 1 root root  2023 Sep 17  2020 fftw3_mkl.h
-rw-r--r-- 1 root root 21606 Sep 17  2020 fftw3_mkl_f77.h
-rw-r--r-- 1 root root  1436 Sep 17  2020 fftw_f77.i
-rw-r--r-- 1 root root  6462 Sep 17  2020 fftw_mpi.h
-rw-r--r-- 1 root root  1201 Sep 17  2020 fftw_threads.h
-rw-r--r-- 1 root root  3280 Sep 17  2020 rfftw.h
-rw-r--r-- 1 root root  2966 Sep 17  2020 rfftw_mpi.h
-rw-r--r-- 1 root root  1585 Sep 17  2020 rfftw_threads.h
sdp@gpunode:~/q-e-qe-7.2-omp5/build$ cmake -DQE_FFTW_VENDOR=Intel_DFTI -DFFTW_INCLUDE_DIRS=/usr/include/mkl/fftw ..
-- Enable sanitizer QE_ENABLE_SANITIZER=none
-- C preprocessor used by qe_preprocess_source in qeHelpers.cmake: /usr/bin/cpp
-- MPI settings used by CTest
     MPIEXEC_EXECUTABLE : /opt/intel/oneapi/mpi/2021.10.0/bin/mpiexec
     MPIEXEC_NUMPROC_FLAG : -n
     MPIEXEC_PREFLAGS :
   Tests run as : /opt/intel/oneapi/mpi/2021.10.0/bin/mpiexec -n &amp;lt;NUM_PROCS&amp;gt;  &amp;lt;EXECUTABLE&amp;gt;
-- Source files are not cloned from a git repository.
-- Trying to find LAPACK from Intel MKL
-- Found LAPACK: /usr/lib/x86_64-linux-gnu/libmkl_intel_lp64.so;/usr/lib/x86_64-linux-gnu/libmkl_sequential.so;/usr/lib/x86_64-linux-gnu/libmkl_core.so;-lm;-ldl;/usr/lib/x86_64-linux-gnu/libmkl_intel_lp64.so;/usr/lib/x86_64-linux-gnu/libmkl_sequential.so;/usr/lib/x86_64-linux-gnu/libmkl_core.so;-lm;-ldl;-lm;-ldl
-- Installing Wannier90 via submodule
-- Previous clone found at /home/sdp/q-e-qe-7.2-omp5/external/wannier90.
-- Installing MBD via submodule
-- Previous clone found at /home/sdp/q-e-qe-7.2-omp5/external/mbd.
-- Installing DeviceXlib via submodule
-- Previous clone found at /home/sdp/q-e-qe-7.2-omp5/external/devxlib.
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find VendorFFTW (missing: VendorFFTW_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindVendorFFTW.cmake:139 (find_package_handle_standard_args)
  FFTXlib/CMakeLists.txt:63 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/sdp/q-e-qe-7.2-omp5/build/CMakeFiles/CMakeOutput.log".
See also "/home/sdp/q-e-qe-7.2-omp5/build/CMakeFiles/CMakeError.log".&lt;/LI-CODE&gt;&lt;P&gt;with or without DFFTW_INCLUDE_DIRS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the solution you suggest work on your machine?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 17:42:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1572649#M35834</guid>
      <dc:creator>yehonatan123f</dc:creator>
      <dc:date>2024-02-15T17:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1572667#M35836</link>
      <description>&lt;P&gt;yes, it worked on my machine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 18:40:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1572667#M35836</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-02-15T18:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1573238#M35847</link>
      <description>&lt;P&gt;Can you maybe in Intel try your solution on our machine? It could be fantastic.&lt;/P&gt;&lt;P&gt;Resource ID: 27cbe775-965b-43c9-8e58-b3e7b4506540 on Developer Cloud.&lt;/P&gt;&lt;P&gt;If you need more details I would like to continue via emails or open a private support request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 08:18:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1573238#M35847</guid>
      <dc:creator>yehonatan123f</dc:creator>
      <dc:date>2024-02-18T08:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Quantum Espresso 7.2 with OpenMP5 offloading using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1578695#M35897</link>
      <description>&lt;P&gt;Could you try on another machine? It should work. I've not worked on Developer cloud for some time and I may need to reestablish my account.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 00:27:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-Quantum-Espresso-7-2-with-OpenMP5-offloading-using/m-p/1578695#M35897</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-03-08T00:27:54Z</dc:date>
    </item>
  </channel>
</rss>

