Skip to content

Commit 8d2dbe8

Browse files
committed
Activate Info workaround for AOCC.
1 parent db4dc08 commit 8d2dbe8

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)