Skip to content

Commit

Permalink
Added missing return statement for FindSize
Browse files Browse the repository at this point in the history
  • Loading branch information
iMikePayne committed Oct 14, 2014
1 parent 7fd40d6 commit 1f660b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PBblas/AutoBVMap.ecl
Expand Up @@ -23,6 +23,7 @@ EXPORT AutoBVMap(dimension_t m_rows, dimension_t m_cols,

blocks := MAX((x DIV (y * z)) * z, z); //blocks is a multiple of the cluster size
blockSize := (x + blocks - 1) DIV blocks; //blockSize is CEILING(x/blocks)
RETURN blockSize;

END;

Expand Down

0 comments on commit 1f660b8

Please sign in to comment.