StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Zulan

Rating
1572.97 (3,705th)
Reputation
15,825 (8,847th)
Page: 1 2 3 ... 13
Title Δ
How to avoid reinitializing a vector every time though an openmp fo... 0.00
Is this the correct use of OpenMP firstprivate? 0.00
How to count number of executed instructions of a process id includ... 0.00
Can capturing a variable obtained by dereferencing a pointer be ato... 0.00
Open MP bottleneck issue -1.31
Why can I not write data on the array? 0.00
OpenMP reduction clause does not work for a big long int for loop c... 0.00
Can this problem be implemented in parallel in Cython with OpenMP? +2.08
Is MPI on Constrained Devices a Good Choice for Inter Process Commu... 0.00
Is there a way to cancel a blocking `MPI_Probe` call? 0.00
What is _PyEval_EvalFrameDefault? 0.00
Measure the time to reach the main function using perf? +2.06
Implementing parallel breadth first search using openmp 0.00
Is combining std::execution and OpenMP advisable? 0.00
OpenMP what does printing _OPENMP means 0.00
Multiple MPI communications and performance 0.00
Sum of matrix elements on a parallel region resulting on wrong answ... +1.31
What is the exact behaviour of MPI_Wait following an MPI_Isend? 0.00
OpenMP treat all static variables as threadprivate by default 0.00
Can objects in an OpenMP thread be modified from outside? 0.00
Can I use a map iterator in parallel with OpenMP? 0.00
OpenMP C++: Load imbalance with parallelised for loop 0.00
How to retrieve callchain from ring buffer in perf_event_open for P... 0.00
Is it possible to write data in a output file in parallel +1.37
How to make the PERF_COUNT_SW_CONTEXT_SWITCHES config in perf_event... 0.00
OpenMP: Share single-threaded and multi-threaded implementations of... +0.40
How can we prepare small memory pool where there are certain ranges... 0.00
Declare Reduction over Vector, Running on 1 thread gives different... 0.00
Uninitialize warning in OpenMP +0.41
What do the perf record choices of LBR vs DWARF vs fp do? 0.00
can't align perf timestamp with system epoch time 0.00
Passing an object as a buffer in irecv - TypeError: expected a writ... 0.00
Difference between the several ways to parallelize nested for loops... 0.00
How can I verify if there is an incoming message to my node with MPI? 0.00
How to copy big object into omp task inside a loop? 0.00
Record instruction addresses of page faults with perf 0.00
Why is __cplusplus defined within extern "C" -1.43
Canceling request from ancillary thread to force MPI_Wait to return -0.10
OpenMp: How to make dimensional std::vector threadprivate +1.11
How to calculate the number of tasks created by an openMP program.? +0.45
Are locks required for all MPI calls when using MPI_THREAD_SERIALIZ... 0.00
C++ MPI, using multiple node, first reduce at node level, then redu... 0.00
How to reduce a value inside a critical section inside a for loop i... +0.37
Inconsistency when benchmarking two contiguous measurements 0.00
openMP: call parallel function from parallel region 0.00
Conditional compilation based on functionality in Linux kernel head... -1.03
Which variables should be private and/or firstprivate when using op... +1.09
Is there a way to cancel from inside ordered clause? 0.00
From serial to omp: no speedup +0.38
defining global const string variable to be accessed by threads in... +0.41