-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write a specific error message when the number of elements to gather …
…in PMMG_gather_parmesh exceeds INT_MAX This problem occurs when the size of the first np-1 of the compressed mesh parts exceeds INT_MAX. This commit introduces an error message for this circumstance, which replaces an error on a negative allocation size. It also shows the allocation size in the error message for allocation failur so that this kind of problem is easier to diagnose.
- Loading branch information
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters