Bartosz Kostrzewa
Bartosz Kostrzewa
Wanting to run `ctest` in parallel (`-j 16`) and wanting to replace the default binding (otherwise I get all processes bound to two cores on my test machine), I wanted...
https://github.com/lattice/quda/blob/ff2a4068eb4e571b8e357f73d1e67cc827131ef2/lib/solver.cpp#L41-L47 Should this include a test for `QUDA_CA_GCR_INVERTER`?
When I try to create a two-flavour twisted clover (non-degnerate) operator, it seems that this is no longer supported. I thought this was implemented during the Juelich hackathon?
For a while now, as far as I know, ICC on Linux has had most command line arguments adjusted to be more or less gcc-compatible. As a result, the only...
Tagging of the build with branch and git commit hash information is extremely useful. However, AFAIU, the current solution does not work if the build directory is not a subdirectory...
Are there any compilation instructions for the CUDA backend of the sycl branch of Grid? It seems that the build system does not automatically use nvcc where necessary. I've tried...
When I configure the SyCL branch as follows to test on a cluster with NVIDIA P100 GPUs ``` CXX=nvcc \ MPICXX=mpicxx \ CXXFLAGS="-ccbin=mpicxx -gencode=arch=compute_60,code=compute_60 -std=c++11" \ ~/code/grid_sycl/configure \ --enable-precision=double \...
It seems that the preparations for ROCm 6 have broken compilation with our current production stack based on ROCm 5.2.3 on LUMI-G (at least for me). Note that 5.2.3 is...
This is an issue which we encountered already quite some time ago but haven't had time to report yet. When running coarse-grid-deflated MG from within tmLQCD using a relatively "recent"...
This is a proposal for a new type of container for hadron to deal with arbitrary timeseries data. The basic idea is to represent everything as tidy data frames and...