$PTOLEMY/mk/config-$PTARCH.mk
for the particular architecture you are running under.
vem
terminates the pigiRpc
application.
vem
dumping core.
vem
that can make the process grow quite big. After editing a few dozen icons, you may wish to exit vem
and restart.
vem
or pigiRpc
may fail to start up on 4 bit (16 color) screens. At UC Berkeley, we use 8 bit and 24 bit screens. Black and white (1 bit) support in vem is a little weak. If you are on a black and white screen, you may need to modify $PTOLEMY/lib/pigiXRes9
. (Note that $PTOLEMY/lib/pigiXRes9.bw
is read when the -bw
pigi
options is used to create black and white screen dumps from a color monitor. pigiXRes9.bw
has very little to do with running on a black and white screen).
VEMBINARY
environment variable is set, then bin/pigiEnv.csh
will use the contents of that variable as the vem
binary. However, the binary must be named vem
, or there will be minor problems with X resources, such is small fonts and incorrect snap. Most users will never use the VEMBINARY
environment variable, it is primarily used to debug vem
.
vem
may crash. One workaround is to not run color vem
now mean that vem
is more picky about text label heights. Currently, the range for text label heights is 0 to 80. If you select text and then use E, to edit the label, you may see an error if your text height is greater than 80. One workaround is to delete the text and reenter it with a height that is within the proper range. Another workaround is to use an old vem
binary to edit the height and set it to within the range.
And
and And.input=2
refer to the same star, but the former can have any number of inputs, while the latter has exactly two inputs. As of this writing, this facility does not work for galaxies. You should create only one icon for each galaxy.
$PTOLEMY/bin/pigi
is a link to $PTOLEMY/bin/pigiEnv.csh
which may add to your path. Under certain circumstances, you may get the message `Warning: ridiculously long PATH truncated'. To work around this problem, try shortening your path. One trick is to use shorter pathnames in your path, perhaps using symbolic links.
pigi
may crash. One workaround is to not run color hogs like netscape
, or to limit the number of colors netscape
can use.
.h
file for the incrementally linked in star cannot be found by compile-SDF. As a workaround try editing the makefile in ~/PTOLEMY_SYSTEMS
and adding the directory where the incrementally linked stars is. Then build the binary by hand.
String
and File
. These two new data types should be useful in creating Design Flow Management (DFM) universes. However, there are only a few DFM demos.
NOWam
) CGC target is slow, but it does run under Solaris.
cgddf
) CGC target, two files must be recompiled. The cgddf
changes in PortHole.cc
and Higher Order Functions (HOF
) are incompatible, the HOFMapGr
star breaks. The changes to parScheduler.cc
are a fairly radical shift in how Ptolemy handles disconnected graphs. These changes could break other parallel schedulers. The script $PTOLEMY/bin/mkcgddf
will build a pigiRpc.ptrim.debug
binary that contains the cgddf
target. This script is basically untested, but should work.
tycho
, the Ptolemy syntax manager. Development of tycho
is ongoing, so the version included in Ptolemy 0.6 is by no means the final version. In particular, there are many more features to be implemented.
tycho -ptrim &
), then exiting from the MATLAB console may hang. The workaround is to place your tycho
process into the foreground. This is a known bug with MATLAB.
pxgraph
is given only one point to plot, nothing appears in the plot window.
pxgraph
is given exceptional numeric input, such as the IEEE floating point Inf
, Inf
, or NaN
, then it displays a blank window only.
pxgraph
is given an empty file to plot, all it does is send a message "problems with input data" to the standard output.