Python script for submitting jobs via condor on lxplus.
Credits to the original author: Philipp Windischhofer
Link to his Github
I just extended the code a bit and found it useful to make this public since it is an easy to use tool to get condor jobs work.
To use this tool clone the repository onto your lxplus via:
git clone https://github.com/leonrenn/CondorSubmissionPython.git
Put all your scripts you want to execute in the subfiles directory and execute the program with:
python3 subcondor.py
For convenience you can out an alias on your .bashrc file with the following content:
alias subc="cd Path_to_CondorSubmissionPython && python3 subcondor.py && cd -"
More info can be found under:
One can modify the submit script within the CondorJobSubmission.py class.