Jerome Kieffer
Jerome Kieffer
I just checked on the current master branch. SLEEF is used by default. The main difficulty is to tell the compiler to use `-std=gnu++14` instead of `-std=c++14` because vector data-types...
For info, PoCL requires this option to compile on Power9: `cmake .. -DLLVM_CXXFLAGS="-I/usr/lib/llvm-12/include -std=gnu++14 -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"` Later on, most tests passes: ``` 99% tests passed, 2 tests...
Hi, I cannot easily upgrade the LLVM version on the system which is Ubuntu 20.04 (so it provides LLVM from 6 to 12). Do you want me to make a...
On Tue, 12 Sep 2017 10:13:58 +0000 (UTC) picca wrote: > Hello here you can find the buildlog from i386 and it seems that there is some problems > during...
Well, resetting an azimuthal integrator (because the geometry is changed) in a parallel section is not a good idea at all. There are locks to prevent bad things to occur...
There are 2 bruker formats: the variant 86 and 100. The former creates the NOVERFL automatically as expected. That said, I did not see that the Bruker format was part...
Basically the writer available from FabIO is broken ... The fileformat 86 and 100 are too much entangled. @SigmundNeher, who is the original author, are you available to fix this...
The issue with your pilatus images comes from their unusual shapes ... The various Bruker format enforce padding for header, datablocks and under/overflow tables. I suspect some strong miss-alignment there.
I tried differerent variation and none looks compatible with ADXV (playing with padding at various places, ....). @RufusTFirefly, could you please get in contact with the ADXV developer and ask...
Interesting ... they are adding many more headers. I'll give a try to create all those empty headers.