I’m a little confused on how to add a directory to the path statement in openSuSE11.0. I installed openMPI, and it created all the executables in its own subdirectory, but I don’t want to make symbolic links to them, so I thought I’d just add its bin directory to my path. Is this syntax right?
PATH=$PATH:/my/path/openmpi/bin
I guess I need to put this in my bashrc and cshrc files in order to have openMPI available…
Thanks,
Patti