Paul R. C. Kent

Results 347 comments of Paul R. C. Kent

Wondering what the status/possible timelines here might be? It would help reduce overheads and improve performance.

Can you explain more about your use case? Why would we want to use an absolute path here? The file is written to the "current" directory and the reference refers...

Sounds like being able to specify the preferred name (and hence location) of the vp file would solve your use case. Perhaps this is already doable?

We need to think long term here. Considering that ever more will go in these files and the XML will be less and less relevant, I think the preference is...

CMAKE_INSTALL_PREFIX=some_test_location is how I recommend we advertise our install capabilities. DESTDIR is a bit of an afterthought in the cmake docs. Testing both routes wouldn't hurt and testing that the...

A change to CMakeLists.txt that leaves it valid while removing, say, a subdirectory will remove the executable targets and all the tests associated with it. I have done this by...

>Each subjob should run as if it is running standalone. This was my expectation and what I think we should change the code to do as well.

> The purpose of this issue is to discuss if the following behavior is to be considered as a bug or a feature, and then what to do/not do about...

Option 3: Perhaps the crowd count could be output and as well as input to the drivers. The first QMC driver executed (whatever it is) gets to pick a default...

Are we still missing implementation for J3 with use_nonlocalpp_deriv=yes and NLPP algorithm=batched?