Miroslav Stoyanov
Miroslav Stoyanov
I see one old bug that came from an old SYCL update. I had to redefine some kernel templates ... update to 2.1, that problem should be fixed.
> > Is it intentional that the CI is enabling both `Heffte_ENABLE_ONEAPI=ON` and `Heffte_ENABLE_MKL=ON` for the CI matrix value `Heffte_MKL_ONEAPI`? > > As I recall the intent was to enable...
* selection of binary/ascii mode for all read commands is done with a type * constructors can be templated to auto-deduce the type * all support classes have been updated...
That's odd. I'll try to reproduce tomorrow, in the mean time can you pass in the output of: ``` ./SparseGrids/gridtest ``` It should show an error if the problem is...
@tribe01 Just tested with gcc 11.2 on Ubuntu 21.10 and had no issues, so it is not as simple as the compiler. I would need more information in order to...
Stale, reopen if the problem is still there.
Hey, I'm glad you find Tasmanian useful. The build is missing some symbol. I recommend against installing in `/usr/local` since it's hard to uninstall, but it should still work. *...
That's very strange, CMake says that BLAS has been enabled, but `tasgrid` doesn't show `cpu_blas` as an available acceleration mode. Delete everything in your build folder and try using the...
The short version of the error is that one Tasmanian library could not find something that it needs from another Tasmanian library and/or symbol. Not sure if this is due...
The `TasmanianDenseSolver::solvesLeastSquares` method is a template that is declared in `tsgLinearSolvers.hpp` then implemented and explicitly instantiated in `tsgLinearSolvers.cpp` which is then compiled inside `libtasmaniansparsegrid.dylib`. Either the library isn't found or...