16793, “npadmana”, “Feature request : should/Could Chapel support atomic(complex)?”, “2020-11-27T19:03:33Z”
Currently, Chapel does not appear to support atomic complex variables
var x : atomic(complex);
fails with
foo.chpl:1: error: Unsupported atomic type: complex(128)
Would it be possible to extend Chapel to support complex atomic variables?