Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi-tile I/O: Ensure there are at least as many PETs as tiles
Without this new error check, we get the following if trying to run with fewer PETs than tiles: 20231013 064715.921 WARNING PET1 ESMCI_PIO_Handler.C:1994 ESMCI::PIO_IODescHandler::constr I/O does not support multiple DEs per PET 20231013 064715.921 ERROR PET1 ESMCI_PIO_Handler.C:1730 ESMCI::PIO_Handler::getIODesc() Not found - Internal subroutine call returned Error This new error check gives a more explicit error message for this case.
- Loading branch information