adding error class MPI_ERR_QUOTA

Terry R. Jones (trj@nimble.llnl.gov)
Thu, 24 Oct 96 14:32:29 PDT

I think that it may be worthwhile to add the error class MPI_ERR_QUOTA.

MPI_ERR_QUOTA "Write failed because quota exceeded"

To me, this is a separate issue from MPI_ERR_NO_SPACE (the device may
have space when the user exhausts his/her quota), and it's a separate
issue from MPI_ERR_ACCESS which carries file permission connotations
to many. Furthermore, I think that it may be pervasive enough to
merit its own class.

comments?

-terry