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

Re: [HTCondor-users] Bug: interactive jobs + custom job attributes + singularity



On 03/06/2018 09:54 AM, Peter Wienemann wrote:
Dear all,

the P. S. part of my email is solved thanks to Christoph.

Does anybody have an idea how to address the remaining issues?

Right now there is a bug in condor that prevents condor_submit -i from entering the correct singularity container. This has just been fixed, and will be in an upcoming release.

However, singularity doesn't provide an easy mechanism for an arbitrary process to enter an existing container. With this patch, condor_submit -i will still create a new container for the interactive job, but it will be a separate container from the main job. This problem also exists for condor_ssh_to_job to a job inside a singularity container. A fix for this is a longer-term item.

-greg