When you login to the HPC, you can now run rcctool to get information about your account and nodes/partitions that you have access to. For example:
$ rcctool
RCCTool Console Application 4.1.0 (user)
Usage:
command [options] [arguments]
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
help Displays help for a command
list Lists commands
group
group:info Lists groups
my
my:account Provides a summary of your account
my:partitions Lists HPC Partitions that your account has access to
my:password Rest your RCC password
partition
partition:info List partitions and/or partition details
The RCCTool allows you to view detailed information about the nodes and partition paramters for HPC partitions that you have access to:
$ rcctool my:partitions
Partitions
+----+-----------+----------------------+----------------------+----------------------+---------------+------------+---------------+
| ID | Name | Display | Default Job Time | Max Job Time | Max Jobs/user | Processors | Owning Groups |
+----+-----------+----------------------+----------------------+----------------------+---------------+------------+---------------+
| 4 | backfill | Backfill Queue | 04:00:00 (0.17 days) | 04:00:00 (0.17 days) | 300 | 512 | genacc |
| 5 | genacc_q | General Access Queue | 336:00:00 (14 days) | 336:00:00 (14 days) | 300 | 100 | genacc |
| 28 | backfill2 | Backfill 2 Queue | 04:00:00 (0.17 days) | 04:00:00 (0.17 days) | 500 | 512 | genacc |
| 34 | phi_q | PHI Queue | 48:00:00 (2 days) | 48:00:00 (2 days) | | | genacc |
| 49 | gpu_q | GPU Partition | 48:00:00 (2 days) | 48:00:00 (2 days) | 10 | 16 | genacc |
| 53 | quicktest | Quick Test Queue | 00:10:00 (0.01 days) | 00:10:00 (0.01 days) | 2 | 8 | genacc |
| 55 | condor | Condor Partition | 336:00:00 (14 days) | 2160:00:00 (90 days) | 100 | 8 | genacc |
+----+-----------+----------------------+----------------------+----------------------+---------------+------------+---------------+
Detailed information is available for each partition:
$ rcctool my:partitions condor
+----+--------+------------------+---------------------+----------------------+---------------+------------+---------------+
| ID | Name | Display | Default Job Time | Max Job Time | Max Jobs/user | Processors | Owning Groups |
+----+--------+------------------+---------------------+----------------------+---------------+------------+---------------+
| 55 | condor | Condor Partition | 336:00:00 (14 days) | 2160:00:00 (90 days) | 100 | 8 | genacc |
+----+--------+------------------+---------------------+----------------------+---------------+------------+---------------+
174 Nodes / 1,388 cores (use sinfo -p condor to get node status)
Note: Node names are subject to change periodically
+------------+------+---------------------------------------------+-------+--------+----------+
| Name | Year | Platform | Cores | Memory | Features |
+------------+------+---------------------------------------------+-------+--------+----------+
| hpc-h6-1 | - | Quad-Core AMD Opteron(tm) Processor 2382 | 8 | 16gb | |
| hpc-h6-2 | - | Quad-Core AMD Opteron(tm) Processor 2382 | 8 | 16gb | |
| hpc-h6-3 | - | Quad-Core AMD Opteron(tm) Processor 2382 | 8 | 16gb | |
| hpc-h6-4 | - | Quad-Core AMD Opteron(tm) Processor 2382 | 8 | 16gb | |
| hpc-h6-5 | - | Quad-Core AMD Opteron(tm) Processor 2382 | 8 | 16gb | |
etc....
Login and check it out!