lp://staging/spammpack
- Get this branch:
- bzr branch lp://staging/spammpack
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/FreeON/spammpack.git.
Last successful import was .
Recent revisions
- 531. By Nicolas Bock <email address hidden>
-
Generified 1d tree construction.
Refactored the two constructors for left and right children into one
procedure. The new procedure takes an additional argument indicating whether
it should return the left (0) or the right (1) child. The code would be even
shorter if we had arrays of pointers, but unfortunately Fortran is not so
inclined at this point. - 530. By Nicolas Bock <email address hidden>
-
Fix allocation bug, this time correctly.
When the matrix dimension is smaller than the SPAMM_CHUNK_SIZE, the tree
consists of only one node. The top_tree_2d function did not allocate the
matrix block in this case. The allocation problem was therefore not associated
with the conversion function, but rather with the allocation functions. - 529. By Nicolas Bock <email address hidden>
-
Fix compiler flags.
In case the user passes flags to cmake with -DCMAKE_
Fortran_ FLAGS, they should
be used instead of some build type defaults. - 528. By Nicolas Bock <email address hidden>
-
Cleanup of travis.yml.
We don't need to set the compiler or the language in travis.yml. We call the
build script directly.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)