Back to the main page.
Bug 1769 - qsubcellfun does not work when parentheses () are present in path
Status | CLOSED WONTFIX |
Reported | 2012-10-05 14:00:00 +0200 |
Modified | 2014-01-29 13:28:37 +0100 |
Product: | FieldTrip |
Component: | qsub |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 normal |
Assigned to: | Eelke Spaak |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Eelke Spaak - 2012-10-05 14:00:02 +0200
The current working dir from which the call is made, that is. The qsub command executes properly when the working dir is wrapped in "", but then I get e-mails from torque stating that it could not copy the output to the folder (which contains () in its name). Originally reported by Til Ole Bergmann. I am investigating.
Eelke Spaak - 2012-10-05 14:41:48 +0200
This is most likely unfixable: parentheses are meaningful to the Linux shell. They should of course not be allowed in folder names, but unfortunately, they are. So torque will always run into trouble trying to copy output files to a folder having parentheses in its name, unless we tweak the torque source code itself. That seems unlikely to happen.