SIMULATeQCD
SIMULATeQCD copied to clipboard
SIMULATeQCD is a multi-GPU Lattice QCD framework that makes it easy for physicists to implement lattice QCD formulas while still providing competitive performance.
I browsed the code and found that there is a CPU (offdevice) branch, and I tried to modify the logic of the code to run the CPU branch, but it...
I successfully created the container with podman, but it is a super limited system without root access, apt, vim and everything, what should I do in that container to run...
in gaugeActionDeriv.h: there is a claim symanzikGaugeActionDeriv is slower than gauge_force?. it seems like the only difference is one uses gsiteMu while the other uses both gsite and mu... dennis...
Want to add main_NERSC_ILDG_Converter
Adding a new AutoTimer class that adds roctx/nvtx markers and timing to every kernel launch issued through our runFunctor interface. Additionally, arbitrary scopes inside the code can be marked and...
Previously when I tried the original podman build, I failed because the GPU driver cannot be recognized inside the container. In this change, I added another folder, including a new...
When I try to setup with podman, I did two small modifications to make it work. 1. Specify the RHEL_VERSION at the beginning of Dockerfiles; 2. add the code below...
right now it initializes a `stored_checksum` to zero. its `read_header` method then never touches it. then in `readconf_milc_host`, it does a checksum comparison... well of course that will always fail,...