Sir, I want to dynamically decide the executable after submitting the job[when globus has decided on which cluster it has to run job.]
For eg. i have 4 clusters. Cluster1 Cluster2 Cluster3 Cluster4 and am having some location which is visible to all the clusters suppose LOCATION/ Inside this location I have 4 executable with the name of the clusters individually LOCATION/ Cluster1.sh Cluster2.sh Cluster3.sh Cluster4.sh now at run time at whichever node the job will be submitted I want to take the particular script. Is there any way to do this. I have tried the below one , but its not working. EXECUTABLE = gsiftp://SOME_location/home/test/chandan/LOCATION/${HOSTNAME}.sh Ideally after submission of the job the environment variable HOSTNAME should contain from the above 4 but its not working. -- Regards, Chandan
