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: