From d197abdcdbba881c38e1344cf4e6eb2b51abbd68 Mon Sep 17 00:00:00 2001 From: Blake Leverington Date: Wed, 28 Jul 2021 11:30:41 +0200 Subject: [PATCH] Update 'computing_htcondor' --- computing_htcondor.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/computing_htcondor.md b/computing_htcondor.md index c479f0a..ea2cb3b 100644 --- a/computing_htcondor.md +++ b/computing_htcondor.md @@ -7,7 +7,6 @@ Basic use, see the manual entry from the command line: You can find example submission files in `/auto/work/zhelezov/singularity/batch_centos7` . - An example .sub file: ```vim @@ -91,6 +90,16 @@ condor_submit -file job.sub ``` +You can test your executable or script interactively via: + +``` +condor_submit -interactive + +``` +which will open a shell on the machine where you can run your executable by hand. + + + ## Email's from Alexey: ### *Email 3 from Alexey:*