hpcc

High Performance Computing Cluster Facility

The High Performance Computing Cluster (HPCC) facility is used by the department faculty members and their research students for everything from solving complex equations and running simulations to visualizing data and creating interactive models. Various licenced and open-sourced application software are installed on HPCC. The computing facility is funded by Department of Science & Technology, Ministry of Science & Technology, Government of India under its FIST Program.

Publications by HPC Cluster Users

List of Analytical, Computational, and Statistical Packages available:

  • Amber
  • COMSOL
  • Gaussian
  • GROMACS
  • 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