Mark Abraham

Results 31 comments of Mark Abraham

Splitting into different files doesn't really help with merge conflicts, except that you break the merging work into logical chunks. Two people making heavy edits to a methods section are...

For GROMACS, we use a CMake package https://cmake.org/Wiki/CMakeUserUseLATEX so that users and CI can build our PDF reference manual to whatever format is wanted. (But the docs are slowly moving...

> I agree, unless there are separate methods sections for different sections, in which case, you reduce the probability of merge conflicts as the number of files increases, right? In...

Sounds fair. I don't have much experience of what GitHub does with such things.

Why must it be reported? The design of its intended client (std containers) does not permit propagation of an error to the code of *its* client. That's partly because libc...

I'm not recommending not catching cuda errors in general. I'm recommending not using a std container with an allocator that does not conform to expected behaviour. If handling errors from...

@hainm So they can have both good compression and good reading afterwards... I'm happy to help get xtc and tng supported.

I've covered those, but a few todo remain

Less work to just leave this open

A fix for GROMACS is available for testing at https://gitlab.com/gromacs/gromacs/-/merge_requests/4299