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.
1234567891011 |
- should_transfer_files = Yes
- when_to_transfer_output = ON_EXIT_OR_EVICT
- transfer_input_files = write.py
- Universe = docker
- docker_image = python:3.7-alpine
- Executable = /usr/local/bin/python
- Arguments = write.py /datos/ma0/write_file.txt
- Log = write_python_log.log
- Output = write_python_out.out
- Error = write_python_err.err
- Queue
|