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

Re: [Condor-users] SLOT<N>_EXECUTE, does it get created by condor_init?



Steve,

Good question. No, condor_init does not create SLOT<N>_EXECUTE directories. I will update the documentation to reflect this. (By the way, condor_init is just a shell script.)

The question is, _should_ condor_init create these subdirectories? We invariably use this feature to map slots to different partitions. If by some mistake those partitions don't exist, we don't really want directories to be silently created in their place.

What do you think?

--Dan

On 12/2/10 3:42 PM, Steven Timm wrote:

Does anyone have experience with using the SLOT<N>_EXECUTE
macro? If the directory SLOT1_EXECUTE
doesn't exist, will it be created and given the right permissions at condor_init time, similar to the way the EXECUTE directory is?

Steve Timm