Feature #11414
Option to provide alias to display for job in jobsub_q instead of command
0%
Description
From RITM0332362:
I am running many jobs using one general script which is able to run different commands. When I check my jobs using jobsub_q they all look the same as by default the job name = script_name + date + id + etc. Is there a way to define the name for the job by hand? So e.g. after
jobsub_submit my_arguments -something my_name file://my_script.sh
on jobsub_q list I will se my_name... instead of my_script...
Often the command listed in jobsub_q or condor_q is not terribly useful, an option to provide an alias would be helpful.
History
#1 Updated by Joe Boyd almost 4 years ago
- Priority changed from Normal to High
#2 Updated by Dennis Box about 3 years ago
- Assignee set to Dennis Box
- Target version set to v1.2.6
jobsub_q displays the value of the 'Cmd' attribute in the classad . It could optionally set a new classad attribute, say JOBSUB_USER_TAG and then display ifthenelse(defined(JOBSUB_USER_TAG),JOBSUB_USER_TAG,CMD)
#3 Updated by Dennis Box almost 3 years ago
- Target version changed from v1.2.6 to v1.2.7
#4 Updated by Dennis Box over 2 years ago
- Target version changed from v1.2.7 to v1.2.8
#5 Updated by Dennis Box over 2 years ago
- Target version changed from v1.2.8 to v1.2.9
#6 Updated by Dennis Box about 2 years ago
- Target version changed from v1.2.9 to v1.2.9.rc_x
#7 Updated by Dennis Box almost 2 years ago
- Target version changed from v1.2.9.rc_x to v1.3
#8 Updated by Dennis Box over 1 year ago
- Target version changed from v1.3 to v1.3.3
#9 Updated by Dennis Box 3 months ago
- Target version changed from v1.3.3 to v1.3.4