From e83d098b0dd114dabdcd08dbb870cb4ebaa22199 Mon Sep 17 00:00:00 2001 From: Rayne Liu <rl746@cornell.edu> Date: Wed, 9 Sep 2020 03:44:13 +0200 Subject: [PATCH] Let atlas test the inherence --- code/condor_submit_Inherent.sub | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 code/condor_submit_Inherent.sub diff --git a/code/condor_submit_Inherent.sub b/code/condor_submit_Inherent.sub new file mode 100644 index 0000000..8c8d92e --- /dev/null +++ b/code/condor_submit_Inherent.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 = Is_it_inherent.py +# file to dump stdout (this directory should exist) +output = Is_it_inherent.out +# file to dump stderr +error = Is_it_inherent.err +# condor logs +log = Is_it_inherent.log +initialdir = . +notify_user = rl746@cornell.edu +notification = Complete +arguments = "-processid $(Process)" +request_memory = 232GB +request_cpus = 1 +on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11)) +accounting_group = aei.dev.test_dynesty +queue 1 + -- GitLab