Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[condor-users] transfert input file
- Date: Wed, 11 Feb 2004 00:12:45 +0100
- From: Olivier Ricou <ricou@xxxxxxxxxxxxx>
- Subject: [condor-users] transfert input file
Hi,
There is something I must have misunderstood. Can someone explain
me why I don't have file1, file2 and file3 in my output file ?
[ricou@master0 copy]$ cat copy.sub
#
# try to see how we control the copy of file to
# the scratch directory
#
universe = vanilla
requirements = (OpSys == "LINUX")
executable = /bin/ls
transfer_executable = False
copy_to_spool = False
arguments = -l
output = copy.out
error = copy.err
#initialdir = /tmp
should_transfert_files = YES
when_to_transfer_output = ON_EXIT
transfert_input_files = file1, file2, file3
queue
[ricou@master0 copy]$ condor_submit copy.sub
Submitting job(s).
1 job(s) submitted to cluster 319.
[ricou@master0 copy]$ ls -lrt
total 16
-rw-rw-r-- 1 ricou ricou 485 fév 11 00:05 copy.sub
-rw-rw-r-- 1 ricou ricou 113 fév 11 00:05 file1
-rw-rw-r-- 1 ricou ricou 226 fév 11 00:06 file2
-rw-rw-r-- 1 ricou ricou 0 fév 11 00:06 file3
-rw-rw-r-- 1 ricou ricou 138 fév 11 00:06 copy.out
-rw-rw-r-- 1 ricou ricou 0 fév 11 00:06 copy.err
[ricou@master0 copy]$ cat copy.out
total 0
-rw-r--r-- 1 ricou ricou 0 Feb 11 00:06 copy.err
-rw-r--r-- 1 ricou ricou 0 Feb 11 00:06 copy.out
[ricou@master0 copy]$
I expected to see also the files from the last line of my submit file
transfert_input_files = file1, file2, file3
TIA,
Olivier.
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>