Since GenomeDK is a shared system, all computations must be carried out through a queue. Users submit jobs to the queue and the jobs then run when it’s their turn.
The queuing system is configured into partitions with different characteristics and there are limits on resource usage to ensure fair access to the resources.
To get an overview of the available nodes:
[fe-open-01]$ gnodes
This will list each partition and all of the compute nodes assigned to each partition. The header of each partitions lists the available resources such as the number of cores per node, available memory per node, and the maximum walltime (running time) a job in the partition can have.
All users/jobs are subject to the following limits:
The limits are subject to change at any time.