<p><b>duda</b> 2011-11-11 16:02:22 -0700 (Fri, 11 Nov 2011)</p><p>Add add_t_ti to the &quot;use only&quot; list from mpas_timekeeping in mpas_atm_time_integration.F<br>
to avoid compilation problems with very old PGI versions (7.x).<br>
<br>
<br>
M    src/core_nhyd_atmos/mpas_atm_time_integration.F<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/src/core_nhyd_atmos/mpas_atm_time_integration.F
===================================================================
--- trunk/mpas/src/core_nhyd_atmos/mpas_atm_time_integration.F        2011-11-11 18:35:29 UTC (rev 1187)
+++ trunk/mpas/src/core_nhyd_atmos/mpas_atm_time_integration.F        2011-11-11 23:02:22 UTC (rev 1188)
@@ -7,7 +7,7 @@
    use mpas_vector_reconstruction
    ! Added only clause to keep xlf90 from getting confused from the overloaded abs intrinsic in mpas_timekeeping
    use mpas_timekeeping, only: MPAS_Time_type, MPAS_TimeInterval_type, &amp;
-                               mpas_set_time, mpas_set_timeInterval, mpas_get_time, operator(+)
+                               mpas_set_time, mpas_set_timeInterval, mpas_get_time, operator(+), add_t_ti
 
 #ifdef DO_PHYSICS
    use mpas_atmphys_driver_microphysics

</font>
</pre>