Skip to content

Commit

Permalink
jobctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
timfelle committed Dec 4, 2023
1 parent c674f67 commit e012f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/jobctrl.f90
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function jobctrl_time_limit() result(jstop)
jstop = (signal_timeout() .or. signal_usr(1))

if (jstop) then
! Todo: This might be a warning instead of a message?
! Todo: This might be a warning instead of a message?
write(log_buf, '(A)') '! stop at job limit >>>'
call neko_log%message(log_buf, NEKO_LOG_QUIET)
end if
Expand Down

0 comments on commit e012f5a

Please sign in to comment.