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

Re: [Condor-users] file transfer issue



You can try writing a wrapper script which takes a directory, creates a tar file of it and adds the tar file along with the arguments to the file then calls condor_submit. And instead of calling my_program it calls a wrapper script which can untar the directory and then call my_program.

-PN


On Thu, Apr 9, 2009 at 10:06 PM, induru hemanth <induruhemanth@xxxxxxxxx> wrote:
Hi,

  I am using condor-7.2.0
 
  I am trying to run a program with more input files

  It is  really paining to specify all the input files   with   transfer_input_files
 

 Executable      = my_program
Universe        = vanilla
Error           = logs/err.$(cluster)
Output          = logs/out.$(cluster)
Log             = logs/log.$(cluster)

initialdir = files
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = in1,in2,.............................................................................................................................

Arguments       = in1 in2 out1..........................................................................................................
Queue


Is there any other way to specify the whole directory instead of all the files

Can any one Help me

                                     
                                                                                                                     Hemanth
                                                                                                                     M.Tech
                                                                                                                     BIT Mesra

                                                                                                                                       

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/