From 70bbb0227513c43e316d2ebfd8021daf238bfd67 Mon Sep 17 00:00:00 2001
From: Rayne Liu <rl746@cornell.edu>
Date: Sat, 3 Oct 2020 16:16:13 +0000
Subject: [PATCH] Is condor really working???

---
 condor_try.sub | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 condor_try.sub

diff --git a/condor_try.sub b/condor_try.sub
new file mode 100644
index 0000000..30c7837
--- /dev/null
+++ b/condor_try.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 = try.py
+# file to dump stdout (this directory should exist)
+output     = try.out
+# file to dump stderr
+error     = try.err
+# condor logs
+log     = try.log
+initialdir = .
+notify_user = rl746@cornell.edu
+notification = Complete
+arguments  = "-processid $(Process)" 
+request_memory = 32GB
+request_cpus = 1
+on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11))
+accounting_group = aei.dev.test_dynesty
+queue 1
+
-- 
GitLab