Zeus:Basics: Różnice pomiędzy wersjami
Z Komputery Dużej Mocy w ACK CYFRONET AGH
(Utworzył nową stronę „__NOTITLE__ == Name of accessing machine == <code> zeus.cyfronet.pl </code> or '''ui.cyfronet.pl''' (possible also combinations of Cyfronet domains: '''zeus.cyf-...”) |
|||
Linia 65: | Linia 65: | ||
'''Caution:''' Administrators can change limits of queues. You can check current limits by command <tt>qstat -Q -f <queue_name></tt> | '''Caution:''' Administrators can change limits of queues. You can check current limits by command <tt>qstat -Q -f <queue_name></tt> | ||
− | == Description of | + | == Description of compute nodes properties == |
{| class="wikitable" style="text-align:center;" | {| class="wikitable" style="text-align:center;" | ||
Linia 77: | Linia 77: | ||
| mhz2666 || processor speed | | mhz2666 || processor speed | ||
|- | |- | ||
− | | mem16gb, mem24gb || ammount of RAM on | + | | mem16gb, mem24gb || ammount of RAM on compute server |
|- | |- | ||
− | | core8, core12, core64 || number of cores on | + | | core8, core12, core64 || number of cores on compute server |
|- | |- | ||
| ib_ql || Inifniband network of Qlogic company | | ib_ql || Inifniband network of Qlogic company | ||
Linia 85: | Linia 85: | ||
|ib_mlx || Infiniband network of Mellanox company | |ib_mlx || Infiniband network of Mellanox company | ||
|- | |- | ||
− | |infiniband || | + | |infiniband || compute node with Infiniband network |
|} | |} | ||
Linia 93: | Linia 93: | ||
* Using accessing machine for performing calculations is strictly prohibited. Administrators will interrupt such processes without warning. | * Using accessing machine for performing calculations is strictly prohibited. Administrators will interrupt such processes without warning. | ||
− | * In case to compile the program, please use command <code>qsub -I -q l_interactive -l nodes=1:ppn=1</code><br/>This will log you on the | + | * In case to compile the program, please use command <code>qsub -I -q l_interactive -l nodes=1:ppn=1</code><br/>This will log you on the compute node, where you should perform program compilation. |
* If you want to perform computations it is essential to pass your grant ID using "-A" parameter while using <tt>qsub</tt> command or in PBS script. Detailed infrormation about grants can be found [[Grants|here]]. | * If you want to perform computations it is essential to pass your grant ID using "-A" parameter while using <tt>qsub</tt> command or in PBS script. Detailed infrormation about grants can be found [[Grants|here]]. |
Wersja z 10:42, 13 mar 2013
Spis treści
Name of accessing machine
zeus.cyfronet.pl
or ui.cyfronet.pl (possible also combinations of Cyfronet domains: zeus.cyf-kr.edu.pl, zeus.cyfronet.krakow.pl)
Disk resources
Location | Limit | Purpose | How to access |
Backup copy |
Possibility of intense write and/or read operations |
Notes |
---|---|---|---|---|---|---|
/people/login | 5GB | user's home directory | NFS | yes | no | |
/storage/login | 100GB | user's data storage | NFS | no | no | |
/mnt/lustre/scratch/people/login | no limit | space for temporary files of tasks | Lustre | no | yes | data older than 14 days will be removed automatically |
$PLG_GROUPS_SHARED/group_name or $PLG_GROUPS_STORAGE/group_name |
no limit | space for groups directories (PL-Grid) | Lustre | no | no |
Available software
Description of all available software is here.
Running jobs
Batch system: Torque
Resources manager: Moab
For purpose of running jobs the knowledge of basic commands of batch system is required.
Queues description
Queue name | Maximum number of user jobs |
Maximum job duration |
Maximum number of cores per user |
Additional information |
---|---|---|---|---|
l_test | 3 | 15 minutes | 100 | queue for testing if job works properly |
l_prio | 40 | 1 hour | 50 | queue dedicated for short jobs, that should compute quickly |
l_short | 1000 | 3 hours | 2048 | |
l_long | 500 | 72 hours | 2048 | |
l_infinite | 30 | 90 days | 2048 | |
l_exclusive | 700 | 2 weeks | 2048 | exclusive queue for parallel jobs with ppn=12 |
l_bigmem | - | 1 week | 72 | access limited |
l_interactive | 3 | 72 hours | 72 | queue for interactive jobs |
plgrid-testing | 1 | 1 godzina | 12 | |
plgrid | 700 | 72 godziny | 1024 | |
plgrid-long | 1000 | 168 godzin | 1024 |
Caution: Administrators can change limits of queues. You can check current limits by command qstat -Q -f <queue_name>
Description of compute nodes properties
Property | Description |
---|---|
E5645, X5650, opteron6276 | processor model |
intel, amd | processor producer |
mhz2666 | processor speed |
mem16gb, mem24gb | ammount of RAM on compute server |
core8, core12, core64 | number of cores on compute server |
ib_ql | Inifniband network of Qlogic company |
ib_mlx | Infiniband network of Mellanox company |
infiniband | compute node with Infiniband network |
Rules on Zeus cluster
- Using accessing machine for performing calculations is strictly prohibited. Administrators will interrupt such processes without warning.
- In case to compile the program, please use command
qsub -I -q l_interactive -l nodes=1:ppn=1
This will log you on the compute node, where you should perform program compilation.
- If you want to perform computations it is essential to pass your grant ID using "-A" parameter while using qsub command or in PBS script. Detailed infrormation about grants can be found here.