grisu / gricli

Grisu commandline client
7 stars 2 forks source link

set grid home as job dir #98

Closed sina-masoud-ansari closed 13 years ago

sina-masoud-ansari commented 13 years ago

gricli> set dir grid://Groups/nz/nesi variable dir cannot be set to /home/smas036/grid:/Groups/nz/nesi reason: directory does not exist

and related

gricli> cd grid://Groups/nz/nesi variable dir cannot be set to /home/smas036/grid:/Groups/nz/nesi reason: directory does not exist

makkus commented 13 years ago

This is now getting a bit too advanced.

grid://groups/nz/nesi is a virtual directory. Also it is remote. Virtual directories don't behave like real ones, for example you can't delete them, you might not even be able to create a file in it, it has childs that are either real or virtual.

Lots of things to consider and a lot of work to do to implement that in a foolproof way. I'd prefer if we could just say that something like this is not supported atm unless there is a very good reason why we need to have that.

sina-masoud-ansari commented 13 years ago

Sure that makes sense, will make a note of it in the docs.