[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] condor_qsub broken in 8.0.1 due to lefover version control conflict tags



On 07/24/2013 04:06 AM, Chris Filo Gorgolewski wrote:
mem=*) mem_value=${resource_type#*=}
<<<<<<< Updated upstream
mem_value="echo $mem_value | tr a-z A-Z"
=======
>>>>>>> Stashed changes
printf "request_memory = $mem_value\n" >> $submit_file;;


Thanks for the heads-up.  We'll push a fix for this in the 8.0.2 version of HTCondor.

-Greg