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

Re: [Condor-users] Spaces in the output/log/err pathnames in condorsubmit file



The file names get generated from the name of the input file. The input file name is whatever the user chooses in the parent application. Since we are primarily a Windows GUI app, users feel quite comfortable using spaces and pretty well near anything else that is legal in a windows file name. Including , of course, ".
I need to translate spaces to '_', it seems!
I am just suprised that CONDOR does not seem to respect single and/or double quotes for <pathname>

Andrew

On Jun 22, 2007, at 12:42 PM, Kewley, J (John) wrote:

[Note: I am not a supporter of embedded whitespace in filenames,
 nor directories - for this sort of reason!]

All I can get to work is:

# Note no quotes
INITIALDIR=directory name with spaces

output=file_name_without_spaces.out

JK

-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx on behalf of Andrew Cunningham
Sent: Fri 22/06/2007 20:08
To: Condor-Users Mail List
Subject: [Condor-users] Spaces in the output/log/err pathnames in condorsubmit file


condor_submit does not like any of these options. Is it not possible
to have spaces in the log/output/error pathnames?

output = file name with spaces.log
output = "file name with spaces.log"
output = 'file name with spaces.log'


Andrew

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/


_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/