Hi Felix,
On Tuesday, June 21, 2011 at 9:35 AM, Felix Wolfheimer wrote:
Is there a way to force Condor to add the executable flag to whatever
file is specified as "Executable"?
Not directly.
#!/bin/bash
chmod +x $1
exec "$@"
Would suffice for your Linux jobs. Save it as /usr/local/bin/condor_job_wrapper and then add:
USER_JOB_WRAPPER = /usr/local/bin/condor_job_wrapper.sh
To your config on your execute nodes.
Regards,
- Ian
---
Ian Chesal
Cycle Computing, LLC
Leader in Open Compute Solutions for Clouds, Servers, and Desktops
Enterprise Condor Support and Management Tools
http://www.cyclecomputing.com
http://www.cyclecloud.com
http://twitter.com/cyclecomputing