Ed Bennett

Results 46 comments of Ed Bennett

It looks like https://github.com/r-spatial/lwgeom/pull/35 was in part trying to fix this issue, but given that `configure.ac` exists, manually editing `configure` seems like a suboptimal approach to fixing this issue.

I'm glad to see there's interest in this! @wood-chris: You're right; I think at least a superficial understanding of what a port is is useful, but you probably don't need...

Thanks for signposting the link to the lesson Colin. The material as exists was developed quite rapidly (given time constraints of needing to run it on a specific date), and...

One thing not mentioned above: we ran this last week for a group of PhD students in AI and ML, and it was quite well-received.

I've had the chance to take a closer look at this today. Using `nvcc --preprocess`, it's clear that the symbols defined in `FundtoHirep.cpp` never get compiled—grep for `Fund` in the...

OK, the templating issue was due to a conflict in the `envCreateLat4` macro (part of it included `typename`, another part didn't, so neither option was correct). While it would be...

I added an explicit instantiation to the `FundtoHirep.hpp` file and that now allows the program to link, so in principle it would be possible to submit a PR that fixes...

Thanks Antonin for the extra information. I was chatting with Ryan about this in Swansea last week. I don't think modularity by necessity imposes that people can do what they...

> Hadrons generates correlator files in the HDF5 format, which you could agree is a standardisation. In practice I have not seen the free structure of the underlying file being...

I've finally been able to log into TeamCity to see what was failing about the Clang build. (I'm not sure if it was an update to TeamCity enabling public access,...