Nick
Nick
I would recommend performance comparison with Eigen. I used Eigen in this PR: https://github.com/boostorg/math/blob/b14975fa7f8eb49aec89aa8f51fb1615afe126b5/example/daubechies_scaling_integer_grid.cpp But of course I would've liked to remove the external dependency.
Yeah, I just hit this as well; I couldn't figure out a robust fix. My workaround was just ``` FCFLAGS="-g -O2 -fallow-argument-mismatch" ./configure ``` which I suppose is fairly obvious...
@pnorbert : I'm confused; I didn't tell `spack` to build `openmpi`; in addition I had an MPI loaded: ``` ml Currently Loaded Modules: 1) hsi/5.0.2.p5 2) xalt/1.1.3 3) lsf-tools/2.0 4)...
@pnorbert : I get the following when I tried your suggestion: ``` ==> Warning: the attribute "modules" in the "packages" section of the configuration has been deprecated [entry=CommentedMap([('[email protected]%[email protected]', 'spectrum-mpi/10.3.0.1-20190611')])] ```...
Having an idiomatic CMake install target would indeed make this library much easier to use. Would also help with the error messages from CMake.
I made a stab at this, but quickly realized I was out of my Julia depth, esp. wrt how many nice things this library is compatible with (units, generic over...
@mkitti : Done. Clicked the "allow edits from maintainers" button as well.
Looks like not quite: ``` ********************************************************* Recipe 'rapidcheck/cci.20220514' seems broken. It is possible that this recipe is not Conan 2.0 ready If the recipe comes from ConanCenter check: https://conan.io/cci-v2.html If...
@yuvalwas : My report was actually a simplification of a case where the power was also a variable, so thanks for looking into this. . .
Interesting . . . BTW do the binary integer representations of nan and max differ by 1?