> export PATH=/usr/local/mpich2-1.0.7-g95/bin/
that should read:
export PATH=/usr/local/mpich2-1.0.7-g95/bin/:$PATH
(Notice the :$PATH) If nothing else is working as default, you can
still invoke most commands by adding '/bin/' or '/usr/bin/' in front
of them. For example, you should be able to edit your .bashrc file by:
/usr/bin/vi .bashrc
or
/usr/bin/vim .bashrc
Gustavo.
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun May 04 2008 - 06:07:46 PDT