tar zxvf torque-3.0.0.tar.gz
cd torque-3.0.0
./configure --with-default-server=node100
make
make install
./torque.setup pipeline
(pipeline 为普通用户,不能使root)
make packages
创建队列
qmgr -c "create queue batch"
tar zxvf torque-3.0.0.tar.gz
cd torque-3.0.0
./configure --with-default-server=node100
make
make install
./torque.setup pipeline
(pipeline 为普通用户,不能使root)
make packages
创建队列
qmgr -c "create queue batch"