Closed climbfuji closed 4 years ago
@uturuncoglu Can you make this update?
@ligiabernardet @climbfuji of course we could set a default value for it but it requires CIME PR. You could also adjust them using following commands easily,
./xmlchange JOB_WALLCLOCK_TIME=00:30:00
./xmlchange USER_REQUESTED_WALLTIME=00:30:00
So, if you still need it (and also other changes in CIME side if you need), let me know.
@ligiabernardet @climbfuji of course we could set a default value for it but it requires CIME PR. You could also adjust them using following commands easily,
./xmlchange JOB_WALLCLOCK_TIME=00:30:00 ./xmlchange USER_REQUESTED_WALLTIME=00:30:00
So, if you still need it (and also other changes in CIME side if you need), let me know.
I don't know what is better, updating CIME again (it hasn't been tagged yet anyway) or adding more documentation.
@climbfuji since it is one line command, i think that we could add it to the doc and note but it is up to you.
OK, we can add it to the documentation. I think a FAQ would work - unless you have a better idea.
Since we are talking about this, could you explain why two variables are needed to change the wall clock? What is the difference between JOB_WALLCLOCK_TIME and USER_REQUESTED_WALLTIME, and under what circumstances would they have different values?
On Tue, Sep 29, 2020 at 9:49 AM Ufuk Turunçoğlu notifications@github.com wrote:
@climbfuji https://github.com/climbfuji since it is one line command, i think that we could add it to the doc and note but it is up to you.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ufs-community/ufs-mrweather-app/issues/206#issuecomment-700797293, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE7WQAWC6ZIPNMXY6LQ2CWDSIH62BANCNFSM4R5YXPSA .
@ligiabernardet Sorry for the confusion. We just need to change the JOB_WALLCLOCK_TIME
.
@uturuncoglu What is USER_REQUESTED_WALLTIME?
@ligiabernardet USER_REQUESTED_WALLTIME is an internal value that should not be changed by the user. it's just used internally to keep track. Sorry for confusion.
@panll Can you please add this FAQ and remove USER_REQUESTED_WALLTIME from User's Guide?
When running a C768 case on gaea, I need issue the following sequence of commands. I believe these are all expected except the adjustment of the walltime for the actual model run. Can we set the default walltime to 1 hour on gaea? The debug queue on gaea has a walltime limit of 1 hour, i.e. no changes required to the queue configuration.