You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

condor.submit 323B

1234567891011
  1. should_transfer_files = Yes
  2. when_to_transfer_output = ON_EXIT_OR_EVICT
  3. transfer_input_files = read.py
  4. Universe = docker
  5. docker_image = python:3.7-alpine
  6. Executable = /usr/local/bin/python
  7. Arguments = read.py /datos/ma0/dummy_file.txt
  8. Log = read_python_log.log
  9. Output = read_python_out.out
  10. Error = read_python_err.err
  11. Queue