blitz
blitz copied to clipboard
Blitz++ Multi-Dimensional Array Library for C++
We would like your inputs on a couple of queries related to blitz usage. It is very useful that Blitz supports printing any multidimensional arrays with a very simple statement...
Hello, I tried to install the latest autotools free version using cmake and I can't figure out how to disable building the shared library. I tried cmake -DBUILD_SHARED_LIBS=false -DBUILD_STATIC_LIBS=true .....
Compiling fails when PAPI 6.0+ is used with the following errors: ``` [ 255s] In file included from /home/abuild/rpmbuild/BUILD/blitz-1.0.2/src/globals.cpp:15: [ 255s] /home/abuild/rpmbuild/BUILD/blitz-1.0.2/blitz/timer.h: In constructor 'blitz::Timer::Timer()': [ 255s] /home/abuild/rpmbuild/BUILD/blitz-1.0.2/blitz/timer.h:132:10: error: 'PAPI_start_counters'...
The very nice cmake integration has still a small impediment with the ninja build tool. I'm just collecting this here so that people are aware of it. There are a...
Not sure if this is what we need. To be clear, here is how these things SHOULD work: There should be a CMake option (looks like DOCS) that turns on...
We noticed some time ago that OpenMP scaling is not too well, and found out it can be improved significantly by implementing the synchronization via OpenMP atomic instructions. There are...
I have downloaded blitz++ 1.0.2 and build it for a macOS 10.12.6 Sierra. While I can successfully build it to a custom directory (/User/xxx/local), and compile codes using this lib,...
As pointed out by @pguio in #147, the ```--with-blas``` autoconf option does not seem to have a counterpart in CMake build setup
As pointed out by @pguio in #147