Hi, Am 20.04.2014 um 18:37 schrieb Yago Fernández Pinilla:
> I would like to know if it is possible to access to the assignment that Grid > Engine does for a job. I would need the information in a file in a format > similar to this: > > Node1 slots=1 > Node2 slots=10 > Node3 slots=6 > . > . > . > > But I don´t know where is this information, in the machinefile is the list of > nodes but no the assigment. You can find this information during the execution of the job in the file pointed to by "$PE_HOSTFILE" (`man qsub`, while the format is described in `man sge_pe`). For `qstat` you could use "-g t" to see all task assignments. -- Reuti _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
