Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] the line 'tmpdir=' was unused warning?
- Date: Wed, 23 Sep 2015 15:19:12 +0000
- From: John M Knoeller <johnkn@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] the line 'tmpdir=' was unused warning?
that looks a warning that condor_submit will produce if you have
tmpdir = <something>
but you don't have any statements in your submit file that refer to that variable.
having
transfer_output_remaps = "$(OUTFILE) = $(TMPDIR)/$(OUTFILE)"
in the same submit file should qualify as a reference, so you should only be getting
that warning when you have the first statement but not the second.
-tj
________________________________________
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Dimitri Maziuk <dmaziuk@xxxxxxxxxxxxx>
Sent: Tuesday, September 22, 2015 2:54 PM
To: htcondor-users@xxxxxxxxxxx
Subject: [HTCondor-users] the line 'tmpdir=' was unused warning?
Hi all,
I'm seeing a lot of these in my .dagman.out:
> From submit: WARNING: the line `tmpdir = <someplace>' was unused by condor_submit. Is it a typo?
The only "tmpdir" I can see in my submit files is
> transfer_output_remaps = "$(OUTFILE) = $(TMPDIR)/$(OUTFILE)"
and "<someplace>" is what my dag submit file has for $(TMPDIR). The
output files seem to land in $(TMPDIR) as intended.
So, where's this warning coming from and why?
TIA
--
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu