<> This page describes the changes done for the new batch system installation (Univa Gridengine 8.2.1) in Zeuthen. == Most important changes == === Requesting "h_vmem" is unsupported === Requesting virtual memory to limit the job's memory consumption has always been a compromise. But it was the only method which reliably worked on Linux. Nevertheless it was always desired to restrict physical memory consumption instead of virtual as this was the limited resource on a node. With [[https://en.wikipedia.org/wiki/Cgroups|CGroups]] entering the Linux kernel, this is now possible. Please specify your job's physical memory requirements with e.g. '''-l h_rss=2G''' from now on. /!\ As the physical memory footprint is usually considerably lower than the virtual, please do not simply replace the old "h_vmem" request by "h_rss"! Specify it close to the real job demands - this will increase your job throughput dramatically! === Task range selection changed === The selection of task ranges in commands like qdel has changed. To delete tasks 2001 to 10000 of job 101513, use the command {{{ qdel 101513.2001-10000 }}} === Nodes run in new domain "zeuthen.desy.de" === Nodes are no longer located in the domain '''ifh.de'''.