diff --git a/computing_htcondor.md b/computing_htcondor.md index 078faaf..4029a7f 100644 --- a/computing_htcondor.md +++ b/computing_htcondor.md @@ -1,15 +1,15 @@ # HTCondor use on the d0 cluster -%TOC% +Basic use, see the manual entry from the command line: -Basic use, see the manual entry from the command line: -`man condor_submit` - -You can find example submission files in `/auto/work/zhelezov/singularity/batch_centos7` . +``` +man condor_submit +``` +A more descriptive explanation is found here: https://research.cs.wisc.edu/htcondor/manual/v7.6/2_5Submitting_Job.html especially if you need to transfer input and output files. An example .sub file: -```emacs +```cpp # Generic job which will run under local CentOS7 conteiner, on modern servers only # What to run and arguments, can (and probably always should be) a script @@ -86,6 +86,7 @@ mkdir -p out mkdir -p log condor_submit -file job.sub ``` +Files will be returned to this folder. You can test your executable or script interactively via: