-
Hello,
I would like to have a function that allows you to privatize topics in adjustable categories.
Besides the author of the post, only the members of a selected list of groups can see the posts…
-
With the revival of deadlock analysis (#655), it becomes more and more important that we handle behavior specific to mutex types.
Via [`pthread_mutexattr_settype`](https://linux.die.net/man/3/pthre…
-
While looking at other potential benchmarking projects, I came across the sqlite amalgamation (https://www.sqlite.org/amalgamation.html).
It is one file that contains all of sqlite, plus a header …
-
FFmpeg (https://github.com/FFmpeg/FFmpeg)
- ` ./configure --disable-x86asm --disable-ffplay --disable-ffprobe --disable-inline-asm --disable-doc`
- `compiledb make`
- CIL issue: `int i, ret, __att…
-
### Summary of Problem
When declaring a class object (say) with a distributed array field, it seems as though we need a way to access that distributed array field without having to communicate back…
-
Consider the following program:
```chpl
use BlockDist;
proc main() {
var dom = {1..10};
var space = dom dmapped Block(dom);
var A : [space] int;
for i in 1..10 {
A[i] += 1;
…
-
`isPrivatized()` is a confusing (developer-oriented) query in that it sounds as though it's checking whether a given class is privatized or not, and it is, but it also checks to see whether we've comp…
-
Why do we `eval` and thereby `add_infl` `earlyglobs` variables which are written but not read?
In the example, `g2` is read, so the `eval` is fine, but afterwards in the trace it also evaluates `g1` …
-
Wenn man sich nach einer Fahrt die Daten online ansieht, wäre es schön, wenn man einzelne Punkte löschen könnte, wenn man z. B. weiß, dass ein oder mehrere Messungen falsch waren, aber trotzdem bestät…
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1859*
---
Test case causing hang:
```
../../../bin/testrun ./pgm +p2 +vp4 +CmiSleepOnIdle
Running command: ./pgm +p2 +vp4 +CmiSleep…