From 27479b6c2f402f28fe07ce550e4e5a9d94499162 Mon Sep 17 00:00:00 2001
From: Rayne Liu <rl746@cornell.edu>
Date: Sat, 3 Oct 2020 16:27:37 +0000
Subject: [PATCH] Replace condor_try.sub

---
 condor_try.sub | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/condor_try.sub b/condor_try.sub
index 30c7837..58f81e6 100644
--- a/condor_try.sub
+++ b/condor_try.sub
@@ -13,7 +13,7 @@ notify_user = rl746@cornell.edu
 notification = Complete
 arguments  = "-processid $(Process)" 
 request_memory = 32GB
-request_cpus = 1
+request_cpus = 1 
 on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11))
 accounting_group = aei.dev.test_dynesty
 queue 1
-- 
GitLab