> At work I use perl 5.8 (and cygwin when I want to something unixy) on a
> new Win2000 box; at home perl 5.005 (and cygwin) on a Win98 box 266 MHz.
>  Using the same 400 residue pdb file, the movement of the protein is a
> little jumpy but acceptable at home;
Yes, I suspect that 266Mhz is a little slow

(I'm not just trying to lay the blame somewhere else ... but the biggest
issue is relatively poor Java graphics performance)


> perfectly smooth and fast at work.
> {I don't know what the two ms readouts are on the screen.  At home, they
> averaged 50 ms; at work 5 ms.}
The numbers are there just during this test period.
The first number is the time to repaint the most recent frame.
The second number is the average time during the most recent set of
rotations (gets reset each time you MousePressDown).

Windows has a relatively low resolution clock, so the first number will
jump between 0 & 50, but the second number, the average, is correct.

> What I will take a look at:
> running chime2jmol using cygwin perl (5.6.1)
> running it at home with a newer perl than 5.005
> alternate file name separators and paths \\ vs \ vs /; C:\\ vs /
I think there is a good chance that this is your issue.

I would try the following on the command line
  1. use / instead of \
      -d c:/foo/bar
  2. double quote each of your parameters ... as in
      -d "c:\foo\bar"
  3. doubling the backslashes ... as in
      -d: "c:\\foo\\bar"


> I will enjoy watching
> the development of Jmol, and may even try writing some stuff.
Please do!

Miguel





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to