ExaCA icon indicating copy to clipboard operation
ExaCA copied to clipboard

Integer overflow for very large problem output

Open MattRolchigo opened this issue 2 years ago • 0 comments

As the current code collects data from all cells on rank 0 to print to files, if the total number of cells across all ranks is larger than INT_MAX, this will fail. Will require updating int variables to long int in any subroutines where the total number of cells across all ranks is calculated or used

~Similarly an issue in placing nuclei, since global number of cells is also used~

MattRolchigo avatar Sep 27 '23 19:09 MattRolchigo