To use IGD, you must have installed PVM since the drawing window runs as a separate application and communicates with the user's routines through message passing. To compile the graph drawing application, type make dg in the SYMPHONY root directory. The user routines in the file user_dg.c can be filled in, but it is not necessary to fill anything in for basic applications.
After compiling dg, the user must write some subroutines that communicate with dg and cause the graph to be drawn. Regrettably, this is currently a little more complicated than it needs to be and is not well documented. However, by looking at the sample application, it should be possible to see how it is done. To enable graph drawing, put the line do_draw_graph 1 into the parameter file or use the -d command line option. It can be difficult to get IGD to work. If you are interested in using it and cannot get it to work, feel free to contact me.