Re: Disable the GUI

2003-01-13 Thread Christopher Hylands
Yes, as Professor Lee stated, we use non-graphical tests in the nightly build, see $PTII/doc/coding/testing.htm or http://ptolemy.eecs.berkeley.edu/ptolemyII/ptII2.0/ptII2.0.1/doc/coding/testing.htm There are various ways to invoke Ptolemy II: Bring up the block diagram editor: $PTII/bin/ve

Re: Disable the GUI

2003-01-12 Thread Edward A Lee
Our entire test suite runs on a headless machine with no GUI, so in fact, if you don't use actors that use the GUI, then you should not get any use of the GUI framework... It would be nice to be able to turn off the GUI framework even when you do use actors with GUI facilities. I'm not sure how

Disable the GUI

2003-01-12 Thread Hans Henrik Happe
Is it possible to disable the Ptolemy II's use of the java GUI frame work? By profiling a run (ptexecute) I found that Ptolemy spends about half of its time in "sun.awt.motif.MToolkit.run" on a x86 Linux box. It's also annoying that Ptolemy needs X when you run simulations on remote machines.