move hpcstat install path

This commit is contained in:
陈浩南 2024-05-04 13:51:52 +08:00
parent d3fe1b620b
commit 38f6ebd4e8
2 changed files with 3 additions and 2 deletions

View File

@ -30,8 +30,9 @@ if [ -z "${BASHRC_SOURCED-}" ]; then
# script in ~/linwei/chn/software/hpcstat should have higher priority # script in ~/linwei/chn/software/hpcstat should have higher priority
if [ -n "${SSH_AUTH_SOCK-}" ]; then if [ -n "${SSH_AUTH_SOCK-}" ]; then
export PATH=$HOME/linwei/chn/software/hpcstat:$PATH export PATH=$HOME/linwei/chn/software/hpcstat/bin:$PATH
export HPCSTAT_DATADIR=$HOME/linwei/chn/software/hpcstat 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 export HPCSTAT_BSUB=/opt/ibm/lsfsuite/lsf/10.1/linux2.6-glibc2.3-x86_64/bin/bsub
hpcstat login hpcstat login
if [ "$?" -ne 0 ]; then if [ "$?" -ne 0 ]; then