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

Re: [HTCondor-users] Does +PostCmd have to be a script?



The PostCmd executable must be transferred separately, and runs from scratch. Your submission was trying to run $_CONDOR_SCRATCH_DIR/bin/rm.

Transfer_input_files = /bin/rm
+PostCmd = "rm"
+PostArgs = "-rf /tmp/$$(ClusterID)"

	-Michael Pelletier.