Why do not you remove the , in
enum {
MKL_BLACS_CUSTOM = 0,
MKL_BLACS_MSMPI = 1,
MKL_BLACS_INTELMPI = 2,
MKL_BLACS_MPICH2 = 3,
MKL_BLACS_LASTMPI = 4,
};
so we can get rid of
C:\Program Files (X86)\IntelSWTools\compilers_and_libraries_2018.0.124\windows\mkl\include\mkl_service.h(279): warning #271: trailing comma is nonstandard
MKL_BLACS_LASTMPI = 4,