All public logs
Jump to navigation
Jump to search
Combined display of all available logs of HPCwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:10, 13 January 2025 Honfi001 talk contribs created page Python (Created page with "Python is a high-level, interpreted programming language that has gained widespread popularity for its readability, versatility, and user-friendly syntax. Created by Guido van Rossum and first released in 1991, Python was designed to emphasize code clarity and reduce the complexity often associated with other languages. Its straightforward, English-like syntax makes it a natural choice for beginners, while its power and flexibility continue to attract experienced develop...")
- 16:35, 2 December 2024 Honfi001 talk contribs created page Aliases and local variables (Created page with " * motivation for aliases and variables * ===Example ~/.bash_aliases=== <pre> #!/bin/bash #Define editor editor='nano' #or vim # Bash files commands alias ebc="${editor} ${HOME}/.bashrc" alias sbc="source ${HOME}/.bashrc" alias eba="${editor} ${HOME}/.bash_aliases" alias sba="source ${HOME}/.bash_aliases" # ls aliases alias ll="ls -alth" alias sl='ls' #location variables export mySCRATCH=/lustre/scratch/GUESTS/$USER export myBKP=/lustre/backup/GUESTS/$USER expor...")
- 11:04, 8 August 2024 Honfi001 talk contribs created page Apptainer (Created page with "Apptainer is a container platform. It allows you to create and run containers that package up pieces of software in a way that is portable and reproducible. You can build a container using Apptainer on your laptop, and then run it on many of the largest HPC clusters in the world, local university or company clusters, a single server, in the cloud, or on a workstation down the hall. Your container is a single file, and you don’t have to worry about how to install all th...")
- 10:12, 1 August 2024 Honfi001 talk contribs created page R (Created page with "=R= At the HPC R can be used in the command line with batch scripts submitted via slurm or via a web GUI, RStudio, through Open Ondemand. ==Modules== One version of R is installed for every year. These are accessible through environment modules. Thus in order to access a specific version of R one must first load the year module, followed by the available R version for that year. Additionally, extension bundle modules for R are also present.These modules contain a lis...")
- 09:44, 17 July 2024 Honfi001 talk contribs created page Modules (Modules in anunna: new section)
- 15:12, 19 March 2024 User account Honfi001 talk contribs was created automatically