Hi Don,
That’s the second error I mentioned in your earlier post and is being tracked as TPR #36900.
The problem seems to be with integer(kind=1) being used as the exponent in pow operations. The work around is to change “kind=1” to “kind=4” for the “nurm” and “nupm” variables declared in “chm_simp3”.
integer(kind=4):: nurm,nupm
Did the work around not fix it?
Now I wasn’t able to recreate the error with a simple example, so there is more to the issue, but the change worked with your earlier version. If this is the case, I’ll investigate further with your new package.
-Mat