Skip to content

Python script for submitting jobs via condor on lxplus.

Notifications You must be signed in to change notification settings

leonrenn/CondorSubmissionPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CondorSubmissionPython

Python script for submitting jobs via condor on lxplus.

Short Notice

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.

Usage

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 -"

Additonal Info

More info can be found under:

Official

One can modify the submit script within the CondorJobSubmission.py class.