Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inconsistent kind types of arguments to MIN/MAX 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 commit 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.
- Loading branch information