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:

SoftwareVersionResearch domain
Amber24.0Molecular dynamics — drug discovery, biomolecular simulation
GROMACS2020.7Molecular dynamics — protein folding, membrane simulations
NAMD2.14Molecular dynamics — CHARMM force fields, membrane proteins
GaussianG16Quantum chemistry — DFT, TD-DFT, NMR, reaction mechanisms
COMSOLFinite element — heat, fluid, electromagnetic modelling
MathematicaMathematical computation and symbolic algebra
Olex2Crystal structure determination and refinement

Demonstrated Performance (MD Simulation)

SoftwareBenchmark SystemHardwarens/dayvs CPU
GROMACS 2020.71AKI lysozyme 35k atomsNVIDIA V100 GPU34144×
Amber pmemd.cudaDHFR+FOL 24k atomsNVIDIA V100 GPU37048×
Amber pmemd.cudaDHFR 23k atoms (benchmark)NVIDIA V100 GPU62281×
NAMD2 2.14ApoA1 92k atomsNVIDIA V100 GPU39

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