How to Start XFDTD:

 

Add this to your .cshrc file:

/opt/gnu/lib to your LD_LIBRARY_PATH

 

For example

from

setenv LD_LIBRARY_PATH

/usr/dt/lib:/usr/lib:$OPENWINHOME/lib:/usr/ccs/lib:/opt/lib:/usr/ucblib:/opt/p

owerview

 

to

setenv LD_LIBRARY_PATH

/usr/dt/lib:/usr/lib:$OPENWINHOME/lib:/usr/ccs/lib:/opt/lib:/usr/ucblib:/opt/p

owerview:/opt/gnu/lib

 

(watch word wrap)

 

This is important, as if you don't do this, when you try to plot your output,

then it won't come complaining like below

 

ld.so.1: gnuplot: fatal: libplot.so.2: open failed: No such file or directory

Killed

halley

 

If you are lazy to update your .cshrc then you can issue these commands

cp .cshrc .cshrc.old

cp ~guest/.cshrc .