#################### # # The submit description file has the following properties: # # * Blank lines are ignored # * Lines that begin with a # symbol are comments # * Must contain an Executable defintion # * Must contain a Queue command # # For more information see http://www.cs.wisc.edu/condor/ and # http://www.cae.wisc.edu/manuals/condor-quickstart/ # ?subpage=create_submit_file.html #################### Executable = a.out # In general, if you have C or FORTRAN source code for the program that you # want to run and it does not use process creation or inter-process # communication (fork(2), exec(2), system(3), popen(3)), shared or mapped # memory (mmap(2), munmap(2)), self-scheduling (alarm(2), sleep(3C), # getitimer(2)), kernel level threads, long periods of network communication, # or the signals SIGUSR2 or SIGTSTP, you should use the Standard Universe. # If you have only the compiled binary or your code calls one of the above # mentioned programs and you can not modify the source to not use those # functions, you should use the Vanilla Universe. Universe = standard # stdin will be level5dataProstate2V5/35_5.map Arguments = level5dataProstate2V5/35_5.map # no input is available # Input = /dev/null # stdout will be 35_5.out Output = 35_5.out # stderr will be err.0 error = err.$(Process) # Set the environment for vanilla universe to be same as current # Getenv = true # to keep track of progress, store the log file Log = condor.log # to avoid e-mail about successful Notification = Error # transfer_input_files = level5dataProstate2V5/35_5.map # WhenToTransferOutput = ON_EXIT # The directory from which the job should be run. Exists prior to run. Initialdir = prostate1 # submit one job Queue