Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
felipelouza committed Feb 15, 2021
1 parent 000cc83 commit 782121b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/main_gsacak.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ int main(int argc, char** argv){

// compute chuck size as a function of RAM
size_t chunk_size;
if(RAM) chunk_size = RAM/(sizeof(int_t)*arrays+1.0);
if(RAM) chunk_size = RAM/(sizeof(int_t)*arrays+1.0+ComputeQS);
else chunk_size = WORD-1;
printf("max(chunk) = %lu symbols\n", chunk_size);
if(chunk_size>=WORD){
Expand Down

0 comments on commit 782121b

Please sign in to comment.