integer function fdds_closepr()
If no error messages have been printed via fdds_prterr, the message is 'NORMAL TERMINATION', the print file (if open) is closed, and the program terminates with exit(0).
When errors were detected, the message becomes 'ABNORMAL TERMINATION', the print file (if open) is closed, and the program terminates with non-zero exit().
The routine will never return.
Do not use this routine before calling MPI_Finalize.
integer ier ... ier=fdds_closepr()
fdds_openpr Open a printfile fdds_prtmsg Print a message fdds_prtcon Print to console fdds_prterr Print error message fdds_errors Query errors