Skip to content
Posts tagged: openmp
All Posts
-
How to apply Amdahl's law on a given piece of code?
-
OpenMP offloading with GCC fails with "Ptx assembly aborted due to errors"
-
OpenMP offloading says 'fatal error: could not find accel/nvptx-none/mkoffload'
-
C++: Allocate memory for an std::vector then initialize its elements in parallel
-
OMP - Reduce to a value based on another value
-
OpenMP 4.5 won't offload to GPU with target directive
-
OpenMP/__gnu_parallel for an unordered_map
-
How to obtain debug information (symbols) for gcc OpenMP library?
-
How can I optimize omp pragmas to run code between parallel regions?
-
Why is having a single process sort a list so much faster than having many processes sort separate lists of equal size?
-
Concurrent erode or dilate on bitmap
-
Is it possible to effectively parallelise a brute-force attack on 4 different password patterns?
-
How can I best "parallelise" a set of four nested for()-loops in a Brute-Force attack?
-
Why this OpenMP parallel for loop doesn't work properly?
-
Can I use `omp_get_thread_num()` on the GPU?
-
C++ parallel average matrix with OpenMP
-
Can I report progress for openmp tasks?
-
Is it possible to do a reduction on an array with openmp?
-
OpenMp parallel for
-
"Segfault using proj4 with OpenMP" or "How to use thread-specific globals with OpenMP"
-
How to process return in OpenMP parallel code?
-
This OpenMP code crashes linux
-
Using OpenMP in c++ class
-
best method for loop parallelisation in c using MPI or openMP
-
OpenMP parallelization stopped working
-
g++: error: libgomp.spec: No such file or directory
-
Why is the != operator not allowed with OpenMP?