VMD-L Mailing List
From: John Stone (johns_at_ks.uiuc.edu)
Date: Wed Dec 20 2017 - 09:08:23 CST
- Next message: Ashar Malik: "Re: tcl script not executed when submitted using a slurm script"
- Previous message: John Stone: "Re: tcl script not executed when submitted using a slurm script"
- In reply to: Stephen Thomas: "tcl script not executed when submitted using a slurm script"
- Next in thread: Ashar Malik: "Re: tcl script not executed when submitted using a slurm script"
- Reply: Ashar Malik: "Re: tcl script not executed when submitted using a slurm script"
- Reply: Stephen Thomas: "Re: tcl script not executed when submitted using a slurm script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Most likely when you're running in your queueing system, it has no
input terminal. If you're running in such a scenario, you may instead
want to redirect your input to read from your script, and add the flag
-eofexit, e.g. like this:
vmd -dispdev text -eofexit < file.tcl
See:
http://www.ks.uiuc.edu/Research/vmd/vmd-1.9.3/ug/node246.html
More examples are here:
http://www.ks.uiuc.edu/Research/vmd/mailing_list/vmd-l/14705.html
http://www.ks.uiuc.edu/Research/vmd/mailing_list/vmd-l/8600.html
Best,
John
On Tue, Dec 19, 2017 at 10:55:17PM -0700, Stephen Thomas wrote:
> Hi,
>
> I am unable to run a tcl from vmd using the -e option. However, this works
> fine if I just run the command directly from bash. Here is a minimal
> example to reproduce the problem.
>
> Steps to reproduce:
> 1) run submit.sh
> 2) notice that the output does not contain the text "Running tcl script"
> as seen in run.tcl
>
> Can anyone suggest what I might be doing wrong?
>
> Thanks,
> Stephen Thomas.
-- NIH Center for Macromolecular Modeling and Bioinformatics Beckman Institute for Advanced Science and Technology University of Illinois, 405 N. Mathews Ave, Urbana, IL 61801 http://www.ks.uiuc.edu/~johns/ Phone: 217-244-3349 http://www.ks.uiuc.edu/Research/vmd/
- Next message: Ashar Malik: "Re: tcl script not executed when submitted using a slurm script"
- Previous message: John Stone: "Re: tcl script not executed when submitted using a slurm script"
- In reply to: Stephen Thomas: "tcl script not executed when submitted using a slurm script"
- Next in thread: Ashar Malik: "Re: tcl script not executed when submitted using a slurm script"
- Reply: Ashar Malik: "Re: tcl script not executed when submitted using a slurm script"
- Reply: Stephen Thomas: "Re: tcl script not executed when submitted using a slurm script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]