~~NOCACHE~~ ~~NOTOC~~ ====== Scientific Computing // Wissenschaftliches Rechnen ====== [[people:start|{{::groupphoto_2021.jpg?400&nolink |}}]] **//The group Scientific Computing conducts research and development on high performance storage systems. We develop HPC concepts and apply them to simulation software with a focus on earth system models.//** The group offers [[research:products|products for research and teaching, and contributes to third-party projects]]. ===== News ===== * 2023-10: In cooperation with DKRZ we have offered again a [[https://www.dkrz.de/de/kommunikation/aktuelles/python-ws-for-geosciences_2023|beginner's course]] about //Python in earth sciences//. * 2022-12: Next [[https://www.isc-hpc.com/|ISC]] will be in Hamburg. If you are interested in gathering experiences regarding a scientific conference about computer science, you could apply as a [[https://www.isc-hpc.com/student-volunteer-program.html|student volunteer]]. * 2022-11: Due to maintenance we have to shutdown our systems (including this website) from 2022-11-10 to 2022-11-14 * 2022-10: In cooperation with DKRZ we have organized a german invited Lustre Workshop with great talks and discussion about national development and contributions to the Lustre project ===== Lehre im Sommersemester 2024 ===== require_once("../php/teaching.php"); printTeaching(NULL, "de", "Sommersemester 2024", TRUE); ===== Recent publications ===== require_once('../php/common.php'); require_once('../php/publications.php'); $loader = new PublicationsLoader(PublicationsLoader::Publications); $loader->load(); $pubs = new Publications($loader); $pubs->printDW(TRUE, Publications::ListShort, 5); * For more details, see the [[research:publications|list of all publications]]. ===== Recent theses ===== require_once('../php/common.php'); require_once('../php/theses.php'); $loader = new PublicationsLoader(PublicationsLoader::Theses); $loader->load(); printTheses($loader, Theses::ListShort, 5); * For more details, see the [[research:theses|list of all theses]].