If you specify an output/error path the two are joined automatically (i.e. the 
.o and .po resp. the .e and .pe).

Otherwise you have to use have to use a small Bash expression:

SGE_STDOUT_PE_PATH=${SGE_STDOUT_PATH%.o$JOB_ID}.po$JOB_ID

-- Reuti


Am 01.08.2012 um 20:51 schrieb Joseph Farran <[email protected]>:

> Hi.
> 
> GE Environments variables are set for SGE_STDOUT_PATH & SGE_STDERR_PATH for 
> standard out & error.
> 
> However, for PE ( Parallel Environments ), the outputs are ".po" and ".pe":
> 
>   [$JOB_NAME].po[$JOB_ID] and [$JOB_NAME].pe[$JOB_ID]
> 
> 
> I can't find the corresponding SGE_STDOUT_PATH & SGE_STDERR_PATH for the PE 
> ones.    Are these not set in GE?
> 
> Joseph
> _______________________________________________
> users mailing list
> [email protected]
> https://gridengine.org/mailman/listinfo/users

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

Reply via email to