-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StoreHDF::write for 1D compile error #692
Comments
Looking into this right now. It seems that the 1D specialization of the TilePattern does not offer |
@Goon83 Can you give the patch at #693 a try? The 1D specialization of the TilePattern was missing the |
Hi devreal, Bests, |
hi @devreal "TeamSpec<[...], (default) long>' to 'const TeamSpec<[...], unsigned long>' for 3rd argument". Looks wired that the "StoreHDF::read" works. It might be the same as the previous error #688 BTW, my system is MacOS 10.14.6. Bests, Test code:
Error at compile time:
|
@Goon83 I think there is a problem with the explicit specification of the index type in your Matrix instance. This is certainly a bug in how we pass around this type to dependent templates. As a workaround, can you try removing the @anindex can you take a look at this? We should include the cases brought up here in the DASH test suite (and extend it some more). |
Hi @devreal, Sure I will look into it tomorrow :) |
Hi,
I am testing the HDF5 support in DASH. It reports compile error for 1D data at compile time.
Could you help to look at it ? See below for the code and error output.
Bests,
Bin
Code:
Error info:
The text was updated successfully, but these errors were encountered: