What is the queuing and scheduling scheme in HPCC?

HPC Cluster runs under the control of a queue management system which is SLURM (Simple Linux Utility for Resource Management). SLURM is similar to most other queue systems. You write a batch script and submit it to the queue manager. The queue manager then schedules your job to run on the designated queue (called PARTITION in […]

Read More

What is “Environment Modules” in HPCC?

In order to use the installed software, it is necessary to configure the relating environment variables for compilers and libraries so that searching paths are correct, corresponding libraries can be linked up, license servers can be connected, etc. To make it easier for you to select and switch between different software packages, ‘Environment Modules’ (modules.sourceforge.net) […]

Read More