Thank you Slywester.
Hello, Jim, Please note that Blitz++ maintenance and community activity had moved to GitHub. There were releases after the transition, and currently Blitz++ uses CMake. Please post any comments and questions on GitHub: https://github.com/blitzpp/blitz/ Thanks, Sylwester
I found the directory and file where the blitz, curl, and hdf5 versions are set. On the system I am working on it is in /pkg/fmwk/<framework>/dev/fmwk-config.cmake.</framework> There happens to be numerous frameworks in /pkg/fmwk/ and each one sets the blitz directory to blitz0.10. The blitz0.10i (for intel) seems to be just a holding place for the intel code and the workaround seems to be moving blitz0.10 (currently the gnu version) into blitz0.10g (for gnu) and keeping it in the system just as...
I'm trying to compile a pretty large project using cmake. I'm compiling on an intel compiler on linux. In /pkg we have 2 version of blitz0.10 (gnu) and blitz0.10i (intel). In the cmake file there is a variable called ${BLITZ_LIBRARY}. It is directing the compiler to look for the /pgk/blitz0.10/include/gnu/bzonfig.h * rather than in /pgk/blitz0.10/include/intel/bzconfig.h*. Any thoughts on how to set that variable so it points to the right directory. I tried hard coding it the CMakeLists.txt file,...
printing blitz arrays via GDB
Hello! Note that for two years now, maintanance of Blitz++ has been carried out on Github: https://github.com/blitzpp/blitz/ Please, could you repost the questions at the Blitz issue tracker there: https://github.com/blitzpp/blitz/issues/new Thanks! Sylwester
printing blitz arrays via GDB
current changes to blitz
Migrated to github: https://github.com/blitzpp/blitz/issues/88
Functions: FFT, IFFT, IWT, IWT2,...
Migrated to github: https://github.com/blitzpp/blitz/issues/87 (comment from Shakes migrated here: https://github.com/blitzpp/blitz/issues/3)
algorithm for cubic spline interpolation of complex 1D array
Migrated to github: https://github.com/blitzpp/blitz/issues/86
Fix default value in configure enable/with statements
Let's follow up with any discussion in the #20 github issue, closing here
documentation build autotools patch
Closing here as this is proposed as a github PR already: https://github.com/blitzpp/blitz/pull/22/files
Inverse and fitting methods
Migrated to github: https://github.com/blitzpp/blitz/issues/85
User defined member type (*array).a()
Migrated to github: https://github.com/blitzpp/blitz/issues/84
algorithm for computation of Bessel function
Migrated to github: https://github.com/blitzpp/blitz/issues/83 Help welcome with converting it into a pull request!
Fixed out-of-source build problem
Migrated to github: https://github.com/blitzpp/blitz/issues/82
Working version of vtext to blitz
Migrated here: https://github.com/blitzpp/blitz/issues/81
Error bulding Blitz++ with Clang:
This was in my understanding fixed with: https://github.com/blitzpp/blitz/commit/7fd6bf8d18bde70fc21643d572ff8f28bdc31581 Blitz development moved to github and there continuous integration setup includes clang compilation
fix compatibility with VS 2013 (patch by Sam Powell)
Addressed in this commit: https://github.com/blitzpp/blitz/commit/150ba16b09e26e438300ed46bcefdabb5663687a
doc: ColumnMajor vs. ColumnMajorArray
moved here: https://github.com/blitzpp/blitz/issues/80
papi library linking
doc: mention that making an Array const does not change much
Moved here: https://github.com/blitzpp/blitz/issues/79
Update configure to handle aarch64 architecture
moved here: https://github.com/blitzpp/blitz/issues/78
doc: document how and when Blitz uses SIMD instructions
Latest code fails to build with gcc-4.7
This has been addressed here: https://github.com/blitzpp/blitz/commit/81346b7a14f5df239d2aeae3d249bda9bc91563a
doc: section with suggestions for packagers?
Closing, pasting relevant comments here: https://github.com/blitzpp/blitz/issues/42
Moved here: https://github.com/blitzpp/blitz/issues/77
doc: document Boost.MPI / Boost.serialize support
Moved here: https://github.com/blitzpp/blitz/issues/76
doc: "A = ( 0*tensor::i + yscale( tensor::j ) + 0*tensor::k )" trick
moved here: https://github.com/blitzpp/blitz/issues/75
remove "manual" directory from the repo & tarball?
Moved here: https://github.com/blitzpp/blitz/issues/74
doc: mention (and exemplify) BZ_DECLARE_FUNCTOR
moved here: https://github.com/blitzpp/blitz/issues/73
Update operators don't work with mixed-rank expressions
Moved here: https://github.com/blitzpp/blitz/issues/72
Migrated to: https://github.com/blitzpp/blitz/issues/71
Intel compilers will probably be detected as GNU ones on OSX?
Migrated to: https://github.com/blitzpp/blitz/issues/70
clang-noticed typo in array/asexpr.cc
This was fixed here: https://github.com/blitzpp/blitz/commit/7fd6bf8d18bde70fc21643d572ff8f28bdc31581
warnings from clang 3.1
This was fixed here: https://github.com/blitzpp/blitz/commit/f4623b97e4dafd0c578c7f81b51693e851e8eb2e
Implementation with Qt
Hard to reproduce, anonymous report, closing.
indirection example in section 6.1 of the manual does not compile
Migrated here: https://github.com/blitzpp/blitz/issues/69
min([NaN,NaN]) != NaN
Migrated to: https://github.com/blitzpp/blitz/issues/68
Wrong assignment between Array, and TinyMatrix for a certain layout
Migrated here: https://github.com/blitzpp/blitz/issues/67
MSVC files out of date
In most likelihood this is fixed now. There are VS files for both VS2005 and VS2010 which were last updated in the repo 3 years ago. Blitz moved to github and there we have Appveyor continuous integration set up with succesfull compilations on Windows. Please report on github any remaining issues. Thanks
use of unintialized value in array/methods.cc:37
Migrated here: https://github.com/blitzpp/blitz/issues/66
Blitz isn't multilib
Moved here: https://github.com/blitzpp/blitz/issues/65
chained reduction of array expression fails
Migrated to: https://github.com/blitzpp/blitz/issues/64
blitz::epsilon(__float128) = 0
Moved here: https://github.com/blitzpp/blitz/issues/63
RectDomain and Range::all()
Moved here: https://github.com/blitzpp/blitz/issues/62
doc: example output code differs from current Blitz behaviour
Moved here: https://github.com/blitzpp/blitz/issues/61
Many examples don't work
Migerated here: https://github.com/blitzpp/blitz/issues/60
a safeToReturn() issue
Moved to: https://github.com/blitzpp/blitz/issues/59
#pragma GCC ivdep
Migrated to: https://github.com/blitzpp/blitz/issues/58
doc: mention the safeToReturn() logic
Moved to github: https://github.com/blitzpp/blitz/issues/57
add support for C++11 atomic types instead of TBB
Migrated to: https://github.com/blitzpp/blitz/issues/56
Use numeric_limits instead of INT_MAX/MIN
Migrated to: https://github.com/blitzpp/blitz/issues/55
Use of Runtime GPL?
Migrated to: https://github.com/blitzpp/blitz/issues/54
Support for boost::multiprecision datatypes
Thank you! Closing the ticket here with the aim of moving the discussion to a relevant github ticket: https://github.com/blitzpp/blitz/pull/45 (with the patch attached there as well)
Reopened as it seems not all cases are fixed, e.g. this is still an issue: https://github.com/blitzpp/blitz/issues/20