Luis Altenkort
Luis Altenkort
For each source event one can just copy the iCalUID as well. By checking for this ID and the special character one can ensure that events are uniquely matched into...
I will fix the issues you found as soon as I find some time! Thanks for reviewing.
Add missing documentation for: - [x] General structure of the code (merge with existing wikipage "How to organize new files") - [x] CommunicationBase - [ ] Spinorfield (stacks!) - [...
Another thing that's missing: - [x] how to use the rat_approx executable. There's a PDF for it but we should merge that into the docs
Things to try: - [ ] Generate a reference conf, compute plaquette on host and device
The cmake error should only be thrown at RUNTIME when using multiple nodes. On a single node this is fine.
added experimental support to compile some executables (namely CheckConf and CheckRand) without a GPU backend by setting -DBACKEND=cpu when calling cmake. note: iterateOverBulkAllMu needs some changes, I ignored that for...
There are a lot of things that still need to be changed for full cpu backend support. almost every file needs to be touched for that. In c2364e1 I just...
In #95 the next steps have been taken
People mainly run tests when they have changed the code (added features, etc.). Especially for new users, it would be nice to have **everything** you need to know about "Contributing...