> Am 21.12.2016 um 03:52 schrieb John_Tai <[email protected]>:
>
> I am trying to submit an EDA tool, which is basically a binary. However the
> path for this tool needs to be set each time, it cannot be written into my
> ~/.cshrc.
Maybe there are other files like ~/.tcshrc which are used instead? It depends
on some compile time options of tcsh for the order they are read.
> So for example before I start virtuoso, I will set its path:
>
> set path = ($VIRTUOSO_HOME/bin $path)
>
> Now I can type virtuoso and it will find the command.
>
> When I try to submit this to SGE, it cannot find the command, even though the
> path should be exported with qsub –V
As I mentioned before: -V might get confusing results in a later point when the
job finally starts.
> # qsub -cwd -V -j y -b y virtuoso
> Your job 207 ("virtuoso") has been submitted
> # cat virtuoso.o207
> -sh: virtuoso: command not found
You can investigate this by submitting:
$ qsub -V -b y env
What's in the output file "env.o…"?
-- Reuti
>
> What am I missing?
>
> Thanks
> John
> This email (including its attachments, if any) may be confidential and
> proprietary information of SMIC, and intended only for the use of the named
> recipient(s) above. Any unauthorized use or disclosure of this email is
> strictly prohibited. If you are not the intended recipient(s), please notify
> the sender immediately and delete this email from your computer.
>
> _______________________________________________
> users mailing list
> [email protected]
> https://gridengine.org/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users