I see a strange problem with using  OGS/GE 2011.11p1.  It appears that
sge_execd is unable to get TASK_ID

Following job submission script that is being used.

#!/bin/bash
#$ -N zzzz
#$ -o /home/user1/work/output/$TASK_ID.out
#$ -e /home/user1/work/output/$TASK_ID.err
#$ -t 1:1
date
hostname
sleep 100

How ever the output is generated in /home/user1/work/.Looking at the log
files in active_jobs config file looks like this

config:stdout_path=/home/user1/work//1.o
config:stderr_path=/home/user1/work//1.err

I appears that the $ somehow is replacing the last subdirectory because of
some substitution or some sort of aliases. I do not have any sge_aliases
other than the default ones. Any suggestions.

Rangam
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to