Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-2 votes
1 answer
152 views

Compilation of (a solution containing) this code in a AAD3.h header : #include <memory> #include <string> template <class E> class Expression {}; /**********************************...
0 votes
1 answer
60 views

I program in fortran with Intel OneAPI compiler ifx and MKL packages. I want to cal. the scalar product between a mass dim sparse matrix and a vector. When the dim of the sparse matrix could be ...
2 votes
1 answer
118 views

SUMMARY I've been trying to use the fixed_pool feature in my project, but the malloc() function keeps failing, returning nullptr. I also tried to run the sample code in the docs : https://www.intel....
0 votes
1 answer
78 views

I have installed Intel oneAPI Math Kernel Library (oneMKL) on Windows 10 and then used the trick described here to slip those DLL's to R without having to recompile R. The 7-fold speedup of matrix ...
Tomas's user avatar
  • 60.2k
0 votes
1 answer
154 views

I am using Visual Studio 2022 with Intel OneAPI (Base + HPC) to try and create a Fortran program in Windows 11. I'm having a few issues compiling which I'm troubleshooting, but I'm stumped that ifx ...
0 votes
0 answers
60 views

I start profiling my application from the command line with the following shell script: source /opt/intel/oneapi/setvars.sh vtune -collect hotspots --app-working-dir=$PWD -- $PWD/MyExecutable This ...
7 votes
1 answer
171 views

I'm replacing our own in-house ZipIterator/ZipRange implementation with std::views::zip and am running into a wall when it comes to TBB's parallel_for_each. With our own ZipRange, it was perfectly ...
rubenvb's user avatar
  • 77.2k
1 vote
0 answers
48 views

I've compiled the Boost 1.87 libraries using the Intel OneAPI DPC++ compiler 202504. I followed the instructions given here for Windows. My project-config.jam file (which is created by running ...
2 votes
0 answers
115 views

I have a very simple 3D in-place FFT transform code with FFTW and openmp multi-thread support. I tried to get the best performance in a linux machine (Ubuntu with AMD Genoa CPUs -2 sockets). I built ...
0 votes
2 answers
151 views

I'm trying to run two kernels concurrently on a single Nvidia GPU using oneAPI SYCL and the Nvidia plugin. Is this possible? If not, why? Here is where I'm at so far: I'm able to run two kernels ...
0 votes
0 answers
414 views

For reasons unknown but probably trivially silly, mpirun hangs. I am running on localhost, I can ssh to localhost cleanly - no need for passwords as I have keys set up. Command is: mpirun -prtemca -np ...
Tim's user avatar
  • 1
0 votes
0 answers
117 views

I am on a system where I need to compile gcc-14 and clang-19 from scratch. The host CPU has the characteristics [1] and the target has [2]. So far my strategy to compile gcc was as follows: # git ...
2 votes
2 answers
373 views

I'm trying to build a project with the Intel OneAPI 2024年2月1日 compiler. My 32-bit release build has the issue of multiply defined symbols. There's a few math functions that are causing problems: lld-...
1 vote
1 answer
103 views

I'm getting a linker error because of a conflict between liburctd.lib and libmmt.lib. Why I'm getting that is a whole other question. In trying to figure that out, I wanted to see if just setting /...
0 votes
1 answer
215 views

I need to produce a static .exe to distribute to users that have no VisualStudio, no Intel Fortran/oneAPI, and no MKL. My code "UgensTester.f90" worked fine since 2010 with yearly updates, ...

15 30 50 per page
1
2 3 4 5
...
16

AltStyle によって変換されたページ (->オリジナル) /