LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Nelson Brito (ntbrito_at_[hidden])
Date: 2003-09-26 07:45:24


On Fri, 26 Sep 2003, Wa-Kun Lam wrote:

> hi all,
> After some calculation with mpi, I call the gnuplot(with an interface)
> to plot the result. However, if I run the program over a multinode
> network, it always complain that I haven't set the DISPLAY variable.
> However, if I run the program in a local machine, nothing goes wrong.
> It implies that the setting in a single local machine is all right.

just set the DISPLAY to the machine that you use as a terminal.
setenv DISPLAY hostname:0
if you use csh.

nelson