2011-01-01から1ヶ月間の記事一覧

Xtalopt

git clone git://github.com/dlonie/XtalOpt.git xtaloptexport Avogadro_DIR=$HOME/lib/avogadrocmake .. -DOPENBABEL2_INCLUDE_DIR=$HOME/include/openbabel-2.0 -DOPENBABEL2_LIBRARIES=$HOME/lib/libopenbabel.so \ -DOPENBABEL2_VERSION_MET=true -DOPE…

Avogadro from git dlonie

Requirement git, cmake, eigen2, openbabel, qt4 (libqt4-dev?), pyqt4 (pyqt4-dev-tools?), sip (sip4?), boost (libboost-dev?), glew (libglew-dev). Install Following instruction found here, http://xtalopt.openmolecules.net/wiki/index.fcgi/wiki…

Open Babel from svn

Requirement cmakeInstall following the section 'Installing locally without root access'. -DCMAKE_INSTALL_PREFIX has to be set for local installation.Set LD_LIBRARY_PATH to openbabel/lib directory.

ひさびさgnuplot

set pm3d map splot 'hoge.dat' with pm3dデータ一列ごとに空行をいれること。

auto mount

install (Ubuntu) sudo aptitude install autofs /etc/auto.master (client) 次の行を足す /home /etc/auto.home /opt /etc/auto.opt /etc/auto.home (client) * -fstype=nfs4 aachen:/home/& /etc/auto.opt (client) intel -fstype=nfs4 aachen:/opt/intel

static mount

/etc/fstab (client) nfs-server:/home /home nfs4 _netdev,auto 0 0 nfs-server:/opt /opt nfs4 _netdev,auto 0 0sudo mount -t nfs4 nfs-server:/ /mnt

設定

/etc/exports (server) /export 192.168.1.0/24(rw,fsid=0,insecure,no_subtree_check,async) /export/home 192.168.1.0/24(rw,nohide,insecure,no_subtree_check,async) /export/opt 192.168.1.0/24(rw,nohide,insecure,no_subtree_check,async) /etc/defau…

Install (Ubuntu)

server sudo aptitude nfs-kernel-server client sudo aptitude install nfs-client