Module symbol file for module mpi is in a format not recognized by this compiler error message
  Module symbol file for module mpi is in a format not recognized by this compiler error message                Technote (troubleshooting)    Problem(Abstract)  Compilation of Fortran code that uses Parallel Environment (PE) Fortran 90 type-checking module mpi.mod (via USE MPI statement) fails with XL Fortran Enterprise Edition for AIX, V11.1 and earlier versions.   Symptom   Consider Fortran source code that includes Parallel Environment (PE) Fortran 90 type-checking module mpi.mod:        program test                 use mpi                       print *, 'testing mpi'         stop                         end program test         Compiling this source code with XL Fortran Enterprise Edition for AIX, V11.1 or earlier version will cause compile time error: 1514-220 (S) Module symb...