echo "set group /nz/nesi" | /opt/griclish-rc/griclish-rc -b bestgrid-test
Logged in to backend: bestgrid-test
variable group cannot be set to /nz/nesi
reason: group does not exist. use 'print groups' to see available options
doesn't work with the new release but works on the old
echo "set group /nz/nesi" | griclish
These work fine:
jobs> set group /nz/nesi
jobs> run myscript (which includes the statement)
Just making a note of this for now:
echo "set group /nz/nesi" | /opt/griclish-rc/griclish-rc -b bestgrid-test Logged in to backend: bestgrid-test variable group cannot be set to /nz/nesi reason: group does not exist. use 'print groups' to see available options
doesn't work with the new release but works on the old
echo "set group /nz/nesi" | griclish
These work fine:
jobs> set group /nz/nesi jobs> run myscript (which includes the statement)
However:
cat myscript | /opt/griclish-rc/griclish-rc -b bestgrid-test
doesn't work.
Also, other commands work fine e.g
echo "set dir /; print global dir" | /opt/griclish-rc/griclish-rc -b bestgrid-test