From 1ab7f325b8fefc2cc5cc1860f7d9b0e8d05ca21a Mon Sep 17 00:00:00 2001 From: Blake Leverington Date: Wed, 28 Jul 2021 11:07:25 +0200 Subject: [PATCH] Update 'computing_htcondor' --- computing_htcondor.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/computing_htcondor.md b/computing_htcondor.md index 5f1ee0f..566aa2a 100644 --- a/computing_htcondor.md +++ b/computing_htcondor.md @@ -10,7 +10,7 @@ You can find a job.sub example submission file in /auto/work/zhelezov/singularit A simple job.sh file to see if ROOT is available and which version. -''' +```bash #!/bin/bash @@ -26,14 +26,14 @@ which lb-run #check lb-run is there lb-run Urania/latest root -l --version #outputs ROOT version to stderr lb-run Urania/latest root-config --cflags #check the ROOT compilation flags, outputs in stdout -''' +``` Then submit the job via the command line: -''' +```console condor_submit -file job.sub -''' +``` ## Email's from Alexey: