You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we make -tmandatory, we'd break existing scripts. Just remove the warning? OTOH, if user doesn't want to see the message, it could be switched off easily with -t 15m. And for first-time users, a job getting killed after 15 minutes might be a negative surprise. Opinions?
A job that exceeds the memory limit (just 2G ...) will also be a surprise for first-timers, so I can not fully agree why runtime gets an exception. Or what about an environment variable or a ~/.mxq_defaults file. Then I set it once, and can work on with mxqsub without noise?
The message:
WARNING: option '--runtime' or '-t' not used. Your job will get killed if it runs longer than the default of 15 minutes.
flashes up everytime when mxqsub is called. This is IMHO meaningless and on the long run just disturbing.
So either I'm forced to use -t to get rid of the warning (but then -t should be mandatory?) or I must bear this noise for ever?
Also it is way inconsequent, beeing in this sense, why not also have a warning like:
So I propose to remove
mxq/mxqsub.c
Line 1057 in f3d9fb8
The text was updated successfully, but these errors were encountered: