#################### # # Example 8b # Submit a job that unwinds a tarball created with CDE # (https://web.archive.org/web/20200430130324/http://www.pgbovine.net/cde.html) # and executes a script therein. # The contents are a simple (?) python script. # #################### Universe = Vanilla Executable = run_cde_exe.sh Transfer_Executable = True Transfer_Input_Files = test_python_script.tar.gz, dc_inferno.txt Transfer_Output_Files = # The script may have unintended side-effects if run in a shared directory: Should_Transfer_Files = Always # Note that Condor will *not* expand this environment variable in # Arguments. Our executable has to be able to do that. Arguments = test_python_script.tar.gz \ cde-package/cde-root/home/prelz/src/test_python_script.py \ $Env(SANDBOX_FILES_LOCATION)/dc_inferno.txt Log = tutorial_jobs.log Output = cde_exe_2.stdout Error = cde_exe_2.stderr Queue