Skip to content

Commit 5e9d9c5

Browse files
committed
Merge branch 'develop' of github.com:esmf-org/esmf into develop
2 parents 822d25b + debcf39 commit 5e9d9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/Base/src/ESMC_InfoCDef.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ void ESMC_InfoIsEqual(ESMCI::Info *lhs, ESMCI::Info *rhs, int &res, int &esmc_rc
270270
esmc_rc = ESMF_FAILURE;
271271
try {
272272

273-
#if (defined __INTEL_COMPILER) || (defined __INTEL_LLVM_COMPILER) || (defined __NVCOMPILER)
273+
#if (defined __INTEL_COMPILER) || (defined __INTEL_LLVM_COMPILER) || (defined __NVCOMPILER) || (defined __aocc__)
274274
// TODO: This is not efficient but required for a peculiar situation with
275275
// Intel and Intel MPI. I think it has something to do with unsigned integer
276276
// and integer comparison following deserialization.

0 commit comments

Comments
 (0)