From: Ajasja Ljubetič (ajasja.ljubetic_at_gmail.com)
Date: Tue Jan 17 2012 - 12:40:13 CST

>
> As the script I'm coding works with my tcl interpreter (tclsh), What can I
> do to be able to use the thread extension within VMD's tcl interpreter?
>

Exactly what part would you like to parallelize? You could either invoke
the thread-enabled tclsh from vmd tcl (using exec or some such - but
passing data may be problematic) or run multiple instances of VMD (most
probably in text mode) from a bash or tcl script.

Best regards,
Ajasja