From 2de1dc2d1de3f5fd07bb3b27aa4e2a8cd91e6144 Mon Sep 17 00:00:00 2001 From: Rayne Liu <rl746@cornell.edu> Date: Sat, 10 Oct 2020 23:58:30 +0000 Subject: [PATCH] 0001 Run for mock data --- ...submit_MockInterpolate0001_t_10M_wandt.sub | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 code/condor_submit_MockInterpolate0001_t_10M_wandt.sub diff --git a/code/condor_submit_MockInterpolate0001_t_10M_wandt.sub b/code/condor_submit_MockInterpolate0001_t_10M_wandt.sub new file mode 100644 index 0000000..59f4edd --- /dev/null +++ b/code/condor_submit_MockInterpolate0001_t_10M_wandt.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 = Mock_Interpolate-0001_t_10M_wandt.py +# file to dump stdout (this directory should exist) +output = Mock_Interpolate-0001_t_10M_wandt.out +# file to dump stderr +error = Mock_Interpolate-0001_t_10M_wandt.err +# condor logs +log = Mock_Interpolate-0001_t_10M_wandt.log +initialdir = . +notify_user = rl746@cornell.edu +notification = Complete +arguments = "-processid $(Process)" +request_memory = 64GB +request_cpus = 1 +on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11)) +accounting_group = aei.dev.test_dynesty +queue 1 + -- GitLab