标题: ubuntu 16.04 install vmd 1.9.3 CUDA rlwrap No match doubaba [打印本页] 作者: meatball1982 时间: 2016-8-16 08:16 标题: ubuntu 16.04 install vmd 1.9.3 CUDA rlwrap No match doubaba W530 crash again for no reason.I install ubuntu 16.04.
With this new OS, so many problem that I can not image.
Just a VMD costs me almost a morning.
Download vmd 1.9.3
tar xvf vmd-1.9.3beta1.bin.LINUXAMD64-OptiX.opengl.tar
cd vmd-1.9.3beta1
复制代码
then, choose one of them.
./configure LINUXAMD64
./configure
复制代码
then,
cd src
sudo make install
复制代码
add vmd to path
vi ~/.bashrc
export PATH=$PATH:/usr/local/bin/vmd
复制代码
then
source ~/.bashrc
复制代码
right now, if u use vmd in command.
there will be an error message like.
rlwrap No match
go to /usr/local/bin/
sudo vi vmd
复制代码
Replace
set vmdprefixcmd="rlwrap -C vmd -c -b(){}[],&^%#;|\\ -f ${MASTERVMDDIR}/vmd_completion.dat "