[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] How to set environment variables for jobs




I don't see anything wrong with the syntax you are using. In Condor 6.9.4, this certainly works, and it should work in the 6.8 series as well.

If the job is going on hold, what is the hold reason? You can see the full reason in the output from 'condor_q -long <jobid>'.

--Dan

Atle Rudshaug wrote:

Hi!

I would like to have the process number for a job available at the
conpute node so I can name output files generated by scripts on the
node. Since all generated files are sent back to the submitter I need
the files to get unique names. I tried to set an environment variable
in the submit script but the jobs get halted.

environment = PROCESS_NO=$(PROCESS)

How can I get the process/cluster id at the compute node?

- Atle
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/