All public logs
Jump to navigation
Jump to search
Combined display of all available logs of bwHPC Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:25, 12 May 2025 M Carmesin talk contribs created page Development/Julia (Created page with "Julia is a high-level, high-performance, dynamic programming language, being designed with scientific computing in mind. Parallel programming features, such as multi-threading are included in the core language, while there also exist packages leveraging the power of MPI and CUDA. There are no packages preinstalled besides the Julia language core, please use the Julia package manager to install any required Julia package. The Julia module on Justus loads suitable versio...")
- 16:25, 24 March 2025 M Carmesin talk contribs created page User:M Carmesin/Planning your Jobs (Created page with "==CPUs== ==Memory== ==File System== ==GPU==")
- 11:57, 7 March 2025 M Carmesin talk contribs created page JUSTUS2/Software/Julia/VSCode (Created page with "= Setting up VS Code for interactive Julia settings")
- 17:39, 8 October 2024 M Carmesin talk contribs created page JUSTUS2/Software/Julia/Parallel Programming (Created page with "= Parallel Programming in Julia = Julia supports several paradigms of parallel programming # Implicit multi-threading by math libraries (OpenBLAS, MKL) # Explicit multi-threading using Julia threads (e.g. `Threads.@threads for`) # Multiple processes on one ore more nodes * `Distributed` package and `SlurmManager` from [`ClusterManagers.jl`](https://github.com/JuliaParallel/ClusterManagers.jl) package, `@distributed for`-loops * [`MPI.jl`](https://github.com/JuliaParall...")
- 13:34, 8 October 2024 M Carmesin talk contribs created page JUSTUS2/Software/Julia (Created page with "{{Softwarepage|math/julia}} {| width=600px class="wikitable" |- ! Description !! Content |- | module load | math/julia |- | Availability | bwUniCluster | JUSTUS2 |- | License | MIT License |- |Citing | [https://github.com/JuliaLang/julia/blob/master/CITATION.bib] |- | Links | [https://julialang.org/ Project homepage] | [https://docs.julialang.org/en/v1/ Documentation]n] |- | Graphical Interface | No |}")