Index: /issm/trunk-jpl/src/c/cores/transient_core.cpp
===================================================================
--- /issm/trunk-jpl/src/c/cores/transient_core.cpp	(revision 22783)
+++ /issm/trunk-jpl/src/c/cores/transient_core.cpp	(revision 22784)
@@ -167,4 +167,5 @@
 
 		if(isoceancoupling){ /*{{{*/
+			#ifndef _HAVE_ADOLC_
 			if(VerboseSolution()) _printf0_("   ocean coupling: exchanging information\n");
 			int my_rank;
@@ -237,4 +238,7 @@
 				xDelete<IssmDouble>(icebase);
 			}
+			#else
+			_error_("not supported");
+			#endif
 		}
 		/*}}}*/
