MPI case sensitivity

Does Fortran’s case insensitivity still apply when using MPI? I found this SO post:

Fortran has robust support for C interoperability, including dealing with name case. Typically, the Fortran source for MPI support includes/modules deals with naming conventions appropriately.