Joachim Schleicher
Joachim Schleicher
I don't think, mutex locks are the direction to go. They block execution and thus reduce the overall speedup that can be achieved by parallelism. Documentation is good, but you...
Oh, multi_fft.hxx in fact has all the functionality I wanted. But it's not thread-safe (even when locking the init functions), since the execute-functions modify class object variables `realArray`, `realKernel` etc....
Yes, it's mostly about integrating HDF5: I think, the generic interface importVolume() could be extended by an Options object to pass an additional dataset name (that is ignored by other...
Any comments / progress on this? What host software(s) are you using?
Okay, the issue seems more subtle: Previous code versions look the same. But the outline border box only appears when "show labels" is set to "hidden". With this setting the...