Building 46.1: Max-Planck-Institut für Informatik  Solar: Art in front of building 46.1   A stimulating environment for computer scientists   Inside the building   Solar: Art in front of building 46.1
mpii

Useful Information

Queues

There are different queues in the cluster. They are as follows:
1. parallel8: This queue can be submitted for serial jobs. Walltime is 4 days
2. parallel16: This queue can be submitted for parallel jobs of 16 processor. Walltime is 4 days
3. parallel32: This queue can be submitted for parallel jobs of 32 processor. Walltime is 4 days
4. parallel60-new: This queue can be submitted for parallel jobs of 60 processor in the new nodes with 12 processors. Walltime is 31 days
5. parallel24-new: This queue can be submitted for parallel jobs of 24 processor in the new nodes with 12 processors. Walltime is 4 days
6. parallel12-new: This queue can be submitted for parallel jobs of 12 processor in the new nodes with 12 processors. Walltime is 4 days

Commands for user

For submitting the job: $ msub -N [name of the job] -l nodes=[no. of nodes=i:ppn=8 or 12(constant) -o [outputfile] -e [error log] -d [execution directory] -q [queue name]
where i depends on the queue name
Queue Status: If user want to see the queue status the command is for that # mshow (it will show all the running job)
For seeing the status of the nodes: # mdiag -n (it will show status of all the nodes)
For checking the job status: # checkjob [job id]
For cancelling the job: # canceljob [job id]
For checking which job is running on which node: # showstate
For checking the node status: # checknode [node name]
For checking the all avaible queue: # mdir -c