On Mar 29, 2012, at 11:40 AM, Jose Caballero wrote: > > Hi Joe, thanks a lot. > > > BTW, I have a second question. > Did the name of the variables change? > I see, for example, "job_type" instead of "jobtype". > Does that mean that in my condor files (for example) I should change from [1] > to [2]? > > [1] globusrsl = (jobtype=single) > > [2] globusrsl = (job_type=single) > > > > Thanks > Jose
No. It doesn't matter. GRAM canonicalizes RSL attribute names (by converting to lowercase and removing underscores) before processing (and has always done so). Joe
