diff --git a/jykang/.bashrc b/jykang/.bashrc index d61acac..45b0e25 100644 --- a/jykang/.bashrc +++ b/jykang/.bashrc @@ -30,8 +30,9 @@ if [ -z "${BASHRC_SOURCED-}" ]; then # script in ~/linwei/chn/software/hpcstat should have higher priority if [ -n "${SSH_AUTH_SOCK-}" ]; then - export PATH=$HOME/linwei/chn/software/hpcstat:$PATH - export HPCSTAT_DATADIR=$HOME/linwei/chn/software/hpcstat + export PATH=$HOME/linwei/chn/software/hpcstat/bin:$PATH + export HPCSTAT_DATADIR=$HOME/linwei/chn/software/hpcstat/var/lib/hpcstat + export HPCSTAT_SHAREDIR=$HOME/linwei/chn/software/hpcstat/share/hpcstat export HPCSTAT_BSUB=/opt/ibm/lsfsuite/lsf/10.1/linux2.6-glibc2.3-x86_64/bin/bsub hpcstat login if [ "$?" -ne 0 ]; then diff --git a/jykang/linwei/chn/software/hpcstat/bsub b/jykang/linwei/chn/software/hpcstat/bin/bsub similarity index 100% rename from jykang/linwei/chn/software/hpcstat/bsub rename to jykang/linwei/chn/software/hpcstat/bin/bsub