Peter Lindstrom
Peter Lindstrom
Agreed. We're considering a complete re-organization of the directory structure to better address issues like this.
A view should be thought of as a reference that generalizes single-element access to contiguous subarray access. Built-in references in C++ cannot be default initialized or reseated, nor is such...
@mfvalin Thanks for reporting this issue. Not being a Fortran programmer myself, it's unclear to me if adopting this change is "safe" or if it could create issues with other...
@henryleberre Apologies for a very late response--I did not get notifications for this issue and just now saw it. `c_ptrdiff_t` requires Fortran 2018 support. Perhaps that's the issue? This has...
@henryleberre I can't think off the top of my head why possible lack of `c_ptrdiff_t` support would interfere with the execution policy, but admittedly we do not yet have adequate...
No problem. I also found out that, after being a member for over a decade, GitHub decided that my email address was all of a sudden unverified, which presumably is...
@henryleberre I've not forgotten about you--we're just dealing with a lot of issues after the 1.0.0 release. After some effort, I was able to build your main.cpp, which gives this...
The problem is that we're using `iso_c_binding` to pass data between the Fortran and C implementations of zfp, so types must match (e.g., we support negative strides encoded in a...
@jeffhammond Thanks for your help with this. Yes, the test output is as expected, but looking at our test in detail for the first time, it is not much of...
I know very little about Fortran, but my understanding is that STOP does not necessarily return a value (the PGI Fortran compiler just prints the value of the STOP argument,...