From: "chiwai" <chiwai@datasim.nl>
Newsgroups: comp.parallel.mpi
Subject: Trying to draw something with MPE but it is not working...
Date: Tue, 20 Apr 1999 15:08:52 +0200
Organization: Netland Internet Services
Message-Id: <924679310.412468@www3.netland.nl>
Cache-Post-Path: www3.netland.nl!unknown@mx.datasim.nl
Xref: ukc comp.parallel.mpi:4953


Hi i'm trying to draw something with the Mpe libary. I include the mpe.h as
follow :

#include "usr/local/mpich/mpe/mpe.h"
***************************************************************
and i put this in a process :

MPE_XGraph   graph;

and at the end of the process I put this :

MPE_Close_graphics(&graph);
************************************************************************
But then the mpicc compiler says :

'MPE_XGraph ' undeclared ( first use this function)
parse error before graph
'graph' undeclared (first use this function)

