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 328B

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