Linux and LSF information FAQs
What are the new Cluster queues as of May 18, 2009:
Additional nodes were added to the cluster along with new queues. These changes streamline performance and application integration support. In addition contributed nodes by faculty are listed below.
New queue | Old queue | Comments |
---|---|---|
admin_public | admin | system usage only |
express_public | express | short term high priority, special needs |
starp_public | starp | reserved for StarP applications |
int_public |
| interactive jobs, high priority, 4 hour limit |
paralleltest_public | paralleltest | short term debugging |
short_public | short |
|
parallel_public | parallel |
|
normal_public | normal |
|
long_public | long |
|
dregs_public | dregs |
|
short_all |
| shared across all nodes, lower priority |
normal_all |
| shared across all nodes, lower priority |
long_all |
| shared across all nodes, lower priority |
atlas_prod |
| Physics Atlas support |
atlas_analysis |
| Physics Atlas support |
int_khardon |
| contributed nodes, interactive 4 hour limit |
express_khardon |
| contributed nodes, 30 minute limit |
short_khardon |
| contributed nodes, 2 day limit |
normal_khardon |
| contributed nodes, 3 day limit |
long_khardon |
| contributed nodes, 14 day limit |
int_miller |
| contributed nodes, interactive 4 hour limit |
express_miller |
| contributed nodes, 30 minute limit |
short_miller |
| contributed nodes, 2 day limit |
normal_miller |
| contributed nodes, 3 day limit |
long_miller |
| contributed nodes, 14 day limit |
int_abriola |
| contributed nodes, interactive 4 hour limit |
express_abriola |
| contributed nodes, 30 minute limit |
short_abriola |
| contributed nodes, 2 day limit |
normal_abriola |
| contributed nodes, 3 day limit |
long_abriola |
| contributed nodes, 14 day limit |
How do I choose between queues:
You may view queue properties with the bqueues command:
-bash-3.2$ bqueues
And extra details by queue name:
-bash-3.2$ bqueues -l atlas_prod
Where do I find basic unix/linux resources?
...
Yes. You should not hard code the names anywhere. The convention is node01, node02, ...
Some applications required a login to former node compute01, is this still the case?
No.
What is LSF?
Load Sharing Facility
...
Note: -bash-3.2$ is the default prompt for your bash shell on the cluster. The command is what follows it.What are the new Cluster queues as of May 18, 2009:
Additional nodes were added to the cluster along with new queues. These changes streamline performance and application integration support. In addition contributed nodes by faculty are listed below.
New queue | Old queue | Comments |
---|---|---|
admin_public | admin | system usage only |
express_public | express | short term high priority, special needs |
starp_public | starp | reserved for StarP applications |
int_public |
| interactive jobs, high priority, 4 hour limit |
paralleltest_public | paralleltest | short term debugging |
short_public | short |
|
parallel_public | parallel |
|
normal_public | normal |
|
long_public | long |
|
dregs_public | dregs |
|
short_all |
| shared across all nodes, lower priority |
normal_all |
| shared across all nodes, lower priority |
long_all |
| shared across all nodes, lower priority |
atlas_prod |
| Physics Atlas support |
atlas_analysis |
| Physics Atlas support |
int_khardon |
| contributed nodes, interactive 4 hour limit |
express_khardon |
| contributed nodes, 30 minute limit |
short_khardon |
| contributed nodes, 2 day limit |
normal_khardon |
| contributed nodes, 3 day limit |
long_khardon |
| contributed nodes, 14 day limit |
int_miller |
| contributed nodes, interactive 4 hour limit |
express_miller |
| contributed nodes, 30 minute limit |
short_miller |
| contributed nodes, 2 day limit |
normal_miller |
| contributed nodes, 3 day limit |
long_miller |
| contributed nodes, 14 day limit |
int_abriola |
| contributed nodes, interactive 4 hour limit |
express_abriola |
| contributed nodes, 30 minute limit |
short_abriola |
| contributed nodes, 2 day limit |
normal_abriola |
| contributed nodes, 3 day limit |
long_abriola |
| contributed nodes, 14 day limit |
How do I choose between queues:
You may view queue properties with the bqueues command:
-bash-3.2$ bqueues
And extra details by queue name:
-bash-3.2$ bqueues -l atlas_prod
What are some of the most common LSF commands:
...