PERT (Program Evaluation and Review Technique) Task schedulink. Activities on the nodes ================================================== For explications see http://mscmga.ms.ic.ac.uk/jeb/or/netaon.html http://www.sudqualite.org/documents/encyclopedie/P/pert.htm Files in the distribution: -------------------------- README this pert.awk main program mkp script texif " Necessary programs: ------------------- bash LaTeX gnuplot http://www.cs.dartmouth.edu/gnuplot_info.html http://scv.bu.edu/SCV/HelpPages/gnuplot.html dot http://seclab.cs.ucdavis.edu/~hoagland/Dot.html DOT and DOTTY (Graphviz) DOT and DOTTY are graph layout products from AT&T Bell Labs. DOT is a Unix filter that takes a DOT language file specifying the objects in a directed graph and output a optimal (in some sense) layout of the objects in one of a number of formats including Postscript and Maker Interchange Format (MIF). gv to see the result file, (ghostview or gs are fine too) For Linux ---------- ftp://sunsite.unc.edu/ http://www.ibiblio.org/pub/Linux/ http://www.linuxdoc.org/ Installation ------------ move pert.tar.gz in a directory : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv pert.tar.gz /chemin_vers/ decompress (see http://www.ftls.org/fr/linux/intro/sys/compress.html#compress1) ~~~~~~~~~~ tar xvzf pertAWK.0.1.tar.gz Verify that dot, gnuplot gv are LaTeX installed Verify `mkp' do: ~~~ (change 'ab' to whatever if you want another suffix) mkp ab The result: ----------- generated files: gr-ab.data gr-ab.eps tabab.t tabab.t.dvi tabab.t.log tabab.t.tex gr-ab.dot gr-ab.ps tabab.t.aux tabab.t.idx tabab.t.ps You can remove this files: gr-ab.data gr-ab.eps tabab.t tabab.t.dvi tabab.t.log tabab.t.tex gr-ab.dot gr-ab.ps tabab.t.aux tabab.t.idx And conserve: tabab.t.ps