High Performance Computing Cluster Facility
The High Performance Computing Cluster facility is available to the researchers of Chemistry Department through their research guide. The computing facility is funded by Department of Science & Technology, Ministry of Science & Technology, Government of India under FIST Program.
List of Analytical and Statical packages available:
- Amber
- COMSOL
- Gaussian
- Mathematica
- NAMD
- Olex2
How to Connect Cluster
Users may login from anywhere at Delhi University LAN/WAN and public network (through DU VPN) simply by doing ssh command or can use Putty. “Windows Desktop Connection” or “MobaXterm” can be used for GUI mode access.
ssh user_name@10.58.5.101
user_name@10.58.5.101’s password:
How to Submit Job
sbatch is used to submit a job script for later execution. The script will typically contain one task or (if required) multiple srun commands to launch parallel tasks.
Sample Script:
#!/usr/bin/sh
#SBATCH –job-name=testjob
#SBATCH –nodes=1
#SBATCH –ntasks=1
#SBATCH –time=00:05:00
srun sleep 600
For any technical help you may contact Mr. Imran Ghani, Sr. System Programmer on E-mail: ighani[at]ducc[dot]du[dot]ac[dot]in