修訂 | 58bd70ff82609c71e82d9d867c8ab89747e8a19d (tree) |
---|---|
時間 | 2022-09-05 22:20:31 |
作者 | Harald Klimach <harald.klimach@dlr....> |
Commiter | Harald Klimach |
Set max time after delayed check for local quantities again.
@@ -442,6 +442,8 @@ | ||
442 | 442 | |
443 | 443 | if (me%delay_check) then |
444 | 444 | call tem_status_communicate_delayed(me = me%status, comm = proc%comm) |
445 | + me%status%bits(tem_stat_max_sim) = max_reached(tem_time_sim_id) | |
446 | + me%status%bits(tem_stat_max_iter) = max_reached(tem_time_iter_id) | |
445 | 447 | else |
446 | 448 | call tem_status_communicate(me = me%status, comm = proc%comm) |
447 | 449 | end if |