python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can MPI run a task-based program as OpenMP?
I'm just interested in difference between OpenMP and MPI.
Can MPI also parallelize while and recursive function like 'task' in OpenMP?
If MPI can run the task-based program, then a reduction on task i...
Tomo
Votes: 0
Answers: 1
Can OpenMP's SIMD directive vectorize indexing operations?
Say I have an MxN matrix (SIG) and a list of Nx1 fractional indices (idxt). Each fractional index in idxt uniquely corresponds to the same position column in SIG. I would like to index to the appropri...
drakon101
Votes: 0
Answers: 2
Compiler Error C2065 using OpenMP clause Private
My problem in the follows. I am implementing the assembly of the stiffness matrix (finite elements and surroundings) and I am doing it using the OpenMP directives. Beyond the specific problem, the com...
Nicola Comerci
Votes: 0
Answers: 0
CPU/Threads usage on M1 Pro (Apple Silicon) using openMP
hope someone knows the answer to this...
I have a code that compiles perfectly well with openMP (it uses libsharp). However, I am finding it impossible to make the M1 Pro chip use all the 8 or 10 core...

Arthur Karamazov
Votes: 0
Answers: 1