Il 12.11.2014 15:21, MacMullan, Hugh ha scritto:
Hi Robert:

The tasks jobs are all submitted at the same time, and they also have 
SGE_TASK_ID environment variable set, which is VERY useful! Give it a try:

echo 'HOSTNAME=`hostname`; echo "this is task $SGE_TASK_ID on $HOSTNAME"' | 
qsub -N arraytest -t 1-4 -j y

Use that SGE_TASK_ID to import options or data from a file or files, set a 
seed, etc.

Task array jobs rule! :)

-Hugh

Hi Hugh.

I'm already playing with it.. :-) I need a little more time to understand it better.

Best regards,
Robi

_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to