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

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



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