From f4c88a649d0903c7a68c66af10aa7bf860ac5ca0 Mon Sep 17 00:00:00 2001 From: Rayne Liu <rl746@cornell.edu> Date: Tue, 22 Sep 2020 17:02:28 +0000 Subject: [PATCH] 0.001 interpolation to run in atlas --- code/condor_submit_Interpolate001_t_10M.sub | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 code/condor_submit_Interpolate001_t_10M.sub diff --git a/code/condor_submit_Interpolate001_t_10M.sub b/code/condor_submit_Interpolate001_t_10M.sub new file mode 100644 index 0000000..9f0fa4c --- /dev/null +++ b/code/condor_submit_Interpolate001_t_10M.sub @@ -0,0 +1,20 @@ +universe = vanilla +getenv = true +# run script -- make sure that condor has execute permission for this file (chmod a+x script.py) +executable = NR_Interpolate-001_t=10M.py +# file to dump stdout (this directory should exist) +output = NR_Interpolate-001_t=10M.out +# file to dump stderr +error = NR_Interpolate-001_t=10M.err +# condor logs +log = NR_Interpolate-001_t=10M.log +initialdir = . +notify_user = rl746@cornell.edu +notification = Complete +arguments = "-processid $(Process)" +request_memory = 128GB +request_cpus = 1 +on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11)) +accounting_group = aei.dev.test_dynesty +queue 1 + -- GitLab