oar-team / oar

OAR is a versatile resource and task manager (also called a batch scheduler) for clusters and other computing infrastructures.
http://oar.imag.fr/
GNU General Public License v2.0
44 stars 23 forks source link

Use TERM=dumb instead of TERM=unknown in oarexec #55

Open npf opened 9 years ago

npf commented 9 years ago

Reported on oar-users@:

Currently, the script generated by Tools.pm sets TERM="unknown" which is not very handy. I didn't see where that's configurable by the user. A friendlier default might be TERM="dumb".

npf commented 9 years ago

Nicolas, what do you think ?

capitn commented 9 years ago

I don't see the use case where "dumb" is better than "unknown" for the value of the TERM environment variable. Moreover if we change the value then it will break the user scripts that check this (maybe there is noboby doing this but maybe not)