"Jerome M. BERGER" wrote:
>
> KeunHo Yoon wrote:
> >
> > 10.Temporarily add the pvm library directory to your search path by entering
> > "export PATH=$PATH:$PVM_ROOT/lib"
> Are you using a bourne shell or a c shell? The syntax for this step in
> c shell (csh or tcsh) would be
> "setenv PATH ${PATH}:${PVM_ROOT}/lib" (I think, I ususally use a bourne
> shell myself...)
The Pondermatic instructions are in some ways specific to Linux, and
bash is the default shell in most Linux distributions. If you know how
to change it, you probably also know how to set environment variables in
your preferred non-bash shell. ;-)
-Mark Gordon
Post a reply to this message
|