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

Re: [HTCondor-users] Help: How to write the condor_submit file?Thankyou very much.




The description is incorrect.
try
transfer_output_files=/data/qhvideo/ch04/ch04_20150908153858
or
transfer_output_files=1.txt,2.txt
or modify the output path of your script

Best,
Allen
------------ Original ------------------

Hi allï I am using htcondor to analysis data.
The shell command is as follows:
/usr/bin/vp /data/qhvideo/ch04/ch04_20150908153858.mp4 /data/qhimg/ch04
As usual, It willl make a directory in/data/qhvideo/ch04 with the name ch04_20150908153858.  And it will create several files such as 1.txt 2.txt and so on in the directory /data/qhvideo/ch04/ch04_20150908153858.
I write the condor_submit file as follow:

executable=/usr/bin/vp
universe=vanilla
transfer_input_files=/data/qhvideo/ch04/ch04_20150908153858.mp4
transfer_output_files=ch04_20150908153858
arguments=" /data/qhvideo/ch04/ch04_20150908153858.mp4 /data/qhimg/ch04"
Log=/data/condor_Log/log/ch04_20150908153858_vp.log
Error=/data/condor_Log/err/ch04_20150908153858_vp.error
should_transfer_files=YES
when_to_transfer_output=ON_EXIT
queue


However, there will create a file with name ch04_20150908153858 ,not a directory,and have no content at all.
Can you tell me how to write the  condor_submit file?
Thank  you very much.
Best wishes to you.
lijian@xxxxxxx