Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'xl_map_utils_intrinsic_fix' into release-v4.2 (PR #148)
This merge fixes an inconsistency in the kind types of arguments to the MIN and MAX intrinsics in module_map_utils. The XL compiler identified calls to the MIN and MAX intrinsics in module_map_utils with inconsistent kind type parameters of the arguments: "module_map_utils.f90", line 819.44: 1513-041 (S) Arguments of the wrong type were specified for the INTRINSIC procedure "max". ** map_utils === End of Compilation 1 === 1501-511 Compilation failed for file module_map_utils.f90. This merge changes the kind type parameter of the literal arguments to MIN and MAX at line 808 of module_map_utils.F in the ijll_ps routine to HIGH. * xl_map_utils_intrinsic_fix: Fix inconsistent kind types of arguments to MIN/MAX in module_map_utils
- Loading branch information