diff --git a/src/ifs_interface/iom.F90 b/src/ifs_interface/iom.F90 index 57783098e..fa45a177b 100644 --- a/src/ifs_interface/iom.F90 +++ b/src/ifs_interface/iom.F90 @@ -113,13 +113,13 @@ SUBROUTINE iom_initialize(client_id, local_comm, return_comm, global_comm ) err = conf_ctx%mpi_return_client_comm(return_comm) IF (err /= MULTIO_SUCCESS) THEN - WRITE (err_str, "(I)") return_comm + WRITE (err_str, "(I10)") return_comm CALL ctl_stop('conf_ctx%mpi_return_client_comm(', err_str,') failed: ', multio_error_string(err)) END IF err = conf_ctx%mpi_parent_comm(int(mio_parent_comm)) IF (err /= MULTIO_SUCCESS) THEN - WRITE (err_str, "(I)") mio_parent_comm + WRITE (err_str, "(I10)") mio_parent_comm CALL ctl_stop('conf_ctx%mpi_parent_comm(', err_str,') failed: ', multio_error_string(err)) END IF @@ -204,7 +204,7 @@ SUBROUTINE iom_init_server(server_comm) err = conf_ctx%mpi_parent_comm(int(mio_parent_comm)) IF (err /= MULTIO_SUCCESS) THEN - WRITE (err_str, "(I)") mio_parent_comm + WRITE (err_str, "(I10)") mio_parent_comm CALL ctl_stop('conf_ctx%mpi_parent_comm(', err_str,') failed: ', multio_error_string(err)) END IF @@ -408,4 +408,4 @@ END SUBROUTINE ctl_stop !!====================================================================== END MODULE iom - \ No newline at end of file +