What is the Storage Quota Limit in HPCC?

By default, each user is allocated a Home directory (/icto/user/$USER) and a Data directory (/data/home/$USER) for data storage. Additionally, three scratch directories (/scratch, /scratch2, /scratch3) are available for temporary storage during job execution. For FHS users, the Data directory is located at (/home/$USER). Faculty members and PIs have the option to purchase additional disk storage […]

Read More

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