Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [condor-users] transfert input file
- Date: Wed, 11 Feb 2004 11:43:27 -0000
- From: "Matt Hope" <Matt.Hope@xxxxxxxx>
- Subject: RE: [condor-users] transfert input file
The command is transfer_input_files rather than transfer*t*_input_files...
Matt
-----Original Message-----
From: Olivier Ricou [mailto:ricou@xxxxxxxxxxxxx]
Sent: 10 February 2004 23:13
To: condor-users@xxxxxxxxxxx
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>
*****************************************************************
Gloucester Research Limited believes the information
provided herein is reliable. While every care has been
taken to ensure accuracy, the information is furnished
to the recipients with no warranty as to the completeness
and accuracy of its contents and on condition that any
errors or omissions shall not be made the basis for any
claim, demand or cause for action.
*****************************************************************
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>