Only non-interactive jobs can be submitted to Condor
Jobs must:
- be able to run "in the background"
    
    - no GUI;
- non-interactive — no user input (can be taken from an input file)
 
- use STDIN, STDOUT and STDERR plus input/output data files only.
These are the same restrictions as under traditional batch 
systems