From 5501e48bf68cd2455767675fdde21afad7f73039 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Fri, 24 May 2019 15:36:10 -0400 Subject: add the template for condor submit files to submit-grid-jobs --- utils/submit_template.submit | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 utils/submit_template.submit (limited to 'utils/submit_template.submit') diff --git a/utils/submit_template.submit b/utils/submit_template.submit deleted file mode 100644 index 4ce7ce7..0000000 --- a/utils/submit_template.submit +++ /dev/null @@ -1,24 +0,0 @@ -# We need the job to run our executable script, with the -# input.txt filename as an argument, and to transfer the -# relevant input and output files: -executable = @executable -arguments = @args -transfer_input_files = @transfer_input_files - -transfer_output_files = @transfer_output_files - -error = @error -output = @output -log = @log - -# The below are good base requirements for first testing jobs on OSG, -# if you don't have a good idea of memory and disk usage. -requirements = (OSGVO_OS_STRING == "RHEL 7") && (OpSys == "LINUX") -request_cpus = 1 -request_memory = 1 GB -request_disk = 1 GB - -# Queue one job with the above specifications. -queue 1 - -+ProjectName = "SNOplus" -- cgit