Difference between revisions of "Lspbs"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page) |
Weibullguy (talk | contribs) |
||
Line 85: | Line 85: | ||
|is a program that lists (ls) the status of PBS nodes. | |is a program that lists (ls) the status of PBS nodes. | ||
|} | |} | ||
+ | |||
+ | [[Category:Clusters_Grids]] |
Latest revision as of 08:04, 23 September 2008
Download Source: | http://homepages.inf.ed.ac.uk/s0239160/misc/lspbs/lspbs-1.1.tar.gz |
---|
Contents
Introduction to Lspbs
The lspbs utility is a lightweight tool for viewing compute-node allocations on HPC clusters. It communicates with Torque to show clear and concise compute-node and CPU status information.
Project Homepage: http://homepages.inf.ed.ac.uk/s0239160/misc/lspbs/lspbs.html
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
USE_ARCH=32 CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
USE_ARCH=N32 CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
USE_ARCH=64 CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | lspbs |
Installed Libraries: | None |
Short Descriptions
lspbs | is a program that lists (ls) the status of PBS nodes. |
---|