PBS_HOME wrong, should be /var/spool/torque (not /var/spool/pbs).
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6084 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
611b247ed6
commit
2ad6ca4ac4
@ -7,7 +7,7 @@ trap "exit 0" 1 2 3 15 20
|
||||
|
||||
sleep 5
|
||||
|
||||
PBS_HOME=/var/spool/pbs
|
||||
PBS_HOME=/var/spool/torque
|
||||
PATH=$PBS_HOME/mom_priv:$PATH
|
||||
TAKEDOWN=$PBS_HOME/mom_priv/takedownnode
|
||||
TAKEDOWN2=$PBS_HOME/mom_priv/takedownnode2
|
||||
|
@ -3,7 +3,7 @@
|
||||
#(C)IBM Corp
|
||||
#
|
||||
|
||||
PBS_HOME=/var/spool/pbs
|
||||
PBS_HOME=/var/spool/torque
|
||||
PATH=$PBS_HOME/mom_priv:$PATH
|
||||
export LANG=C
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user