From 16208319705790ef76a1610b65db7c5448516242 Mon Sep 17 00:00:00 2001
From: Rayne Liu <rl746@cornell.edu>
Date: Tue, 6 Oct 2020 03:07:44 +0000
Subject: [PATCH] Delete condor_submit_Interpolate0001_t_10M._wandt.sub_

---
 ...r_submit_Interpolate0001_t_10M._wandt.sub_ | 20 -------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 code/condor_submit_Interpolate0001_t_10M._wandt.sub_

diff --git a/code/condor_submit_Interpolate0001_t_10M._wandt.sub_ b/code/condor_submit_Interpolate0001_t_10M._wandt.sub_
deleted file mode 100644
index c46b37f..0000000
--- a/code/condor_submit_Interpolate0001_t_10M._wandt.sub_
+++ /dev/null
@@ -1,20 +0,0 @@
-universe   = vanilla
-getenv     = true
-# run script -- make sure that condor has execute permission for this file (chmod a+x script.py)
-executable = NR_Interpolate-0001_t_10M_wandt.py 
-# file to dump stdout (this directory should exist)
-output     = NR_Interpolate-0001_t_10M_wandt.out
-# file to dump stderr
-error     = NR_Interpolate-0001_t_10M_wandt.err
-# condor logs
-log     = NR_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