[torqueusers] "qsub -N" modification?
Ed Stonehouse
edst at kelman.com
Thu Sep 30 08:27:43 MDT 2004
I would like to thank Ronnie for pointing me to these files, I also decided
to lengthen the allowable jobname while I was there....
------------------------------------------------------------------------------
torque-1.1.0p1/src/lib/Libcmds/ck_job_name.c
should be your friend - note the param "check_alpha" to the function.
It is called from qsub (torque-1.1.0p1/src/cmds/qsub.c)
with check_alpha "1" around line 1979:
if (check_job_name(optarg,1) == 0)
{
set_attr(&attrib,ATTR_N,optarg);
}
A change to "0" should do it.
Cheers,
Ronnie
------------------------------------------------------------------------------
Ed.
More information about the torqueusers
mailing list