batch% {encode} -Next, copy the release tarball to the submit machine and setup a personal HTCondor. +Next, login to the submit machine, copy the release tarball, and setup a personal HTCondor. {code} submit% scp moria.cs.wisc.edu:/p/condor/public/html/htcondor/tarball/10/10.x/10.4.2/rc/condor-10.4.2-x86_64_CentOS7-stripped.tar.gz . @@ -80,3 +80,28 @@ {code} submit% condor_submit bosco.desc +Submitting job(s). +1 job(s) submitted to cluster 1. +submit% +{endcode} + +Assuming you job finishes successfully, verify the output. + +{code} +submit% cat job.out +Tue May 2 08:47:33 CDT 2023 +spark-a061 +Goodbye +submit% +{endcode} + +Finally, shutdown and remove your Personal HTCondor. + +{code} +submit% condor_off -master +Sent "Kill-Daemon" command for "master" to local master +submit% rm -rf condor-10.4.2-0.642084-x86_64_CentOS7-stripped +submit% +{endcode} + +You're done!