Hi,
Is it possible for condor_starter nodes to add custom classads to their assigned jobs? For instance, I would like to tell my condor_starter nodes to add their machine IDs to "their" job. These machine IDs should then appear on the condor_schedd node (condor_q -xml). So basically, I'm looking for a condor_config option similar to: MACHINE_ID = "123456789" STARTER_JOB_ATTRS = $(STARTER_JOB_ATTRS), MACHINE_ID Cheers, Lukas |