A fix is available
APAR status
Closed as program error.
Error description
The following test case uses the MPI module compiled by another compiler by accident. The XLF compiler segfaults with internal compiler error after giving out the ligitimate 1514-220 error. bgxlf90_r -I./ sizeof.f90 "sizeof.f90", line 3.9: 1514-220 (S) Module symbol file for module mpi is in a format not recognized by this compiler. Please compile the module with this compiler. .... 1501-230 (S) Internal compiler error; please contact your Service Representative. For more information visit: http://www.ibm.com/support/docview.wss?uid=swg21110810 1501-511 Compilation failed for file sizeof.f90. $cat sizeof.f90 program test_sizeof use mpi integer :: x, size_x, ierr call MPI_INIT(ierr) call MPI_SIZEOF(x, size_x, ierr) call MPI_FINALIZE(ierr) end program test_sizeof
Local fix
Include the correct module compiled by XLF. The error message is desired, but the se
Problem summary
PROBLEM DESCRIPTION: XL Fortran issues internal compiler error when reading a module symbol file not created by XL Fortran. USERS AFFECTED: Users of XL Fortran 14.1 on all platforms
Problem conclusion
The problem is fixed by doing the cleanup action before issuing the error message. Apply available service.
Temporary fix
Comments
APAR Information
APAR number
LI77136
Reported component name
XL FORTRAN FOR
Reported component ID
5799AH100
Reported release
E10
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2012-12-12
Closed date
2013-02-21
Last modified date
2013-02-21
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
XL FORTRAN FOR
Fixed component ID
5799AH100
Applicable component levels
RE10 PSY
UP
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.