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

Re: [HTCondor-users] condor_submit does not respect multiple universe commands in the same submit file



I was able to reproduce this problem, and if I change executable for the second universe then the value of jobuniverse properly changes.

> On Oct 18, 2019, at 11:37 AM, Singer, Leo P. (GSFC-6610) via HTCondor-users <htcondor-users@xxxxxxxxxxx> wrote:
> 
> Hi,
> 
> I am trying to put multiple jobs in different universes in the same condor_submit file. I have one local universe job and one vanilla universe job. It looks like condor_submit is ignoring the second universe command and running both jobs in the local universe. See example below. This is with HTCondor 8.8.5 on the LIGO-Caltech computing cluster.
> 
> Thanks,
> Leo
> 
> Dr. Leo P. Singer
> Research Astrophysicist
> Astroparticle Physics Laboratory
> NASA Goddard Space Flight Center
> 
> 
> 
> ldas-pcdev1:~ lsinger$ cat foo.sub 
> accounting_group = ligo.dev.o3.cbc.pe.bayestar
> executable = /usr/bin/env
> arguments = "hostname --fqdn"
> 
> universe = local
> output = foo-local.out
> error = foo-local.err
> log = foo-local.log
> queue
> 
> universe = vanilla
> output = foo-vanilla.out
> error = foo-vanilla.err
> log = foo-vanilla.log
> queue
> 
> 
> ldas-pcdev1:~ lsinger$ cat foo-local.out 
> ldas-pcdev1.ligo.caltech.edu
> 
> 
> ldas-pcdev1:~ lsinger$ cat foo-vanilla.out 
> ldas-pcdev1.ligo.caltech.edu
> 
> 
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
> 
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/

--
Stuart Anderson
sba@xxxxxxxxxxx