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).
- 16:11, 12 May 2026 M Janczyk talk contribs deleted page NEMO2/Workspaces/Advanced Features/ws allocate (content was: "= ws_allocate - Create and Extend Workspaces = Create new workspaces or extend existing ones. This is your primary command for managing workspace lifetime. == Basic Usage == $ ws_allocate myWs 30 # Create workspace for 30 days Returns: Workspace created. Duration is 720 hours. Further extensions available: 3 /work/workspace/scratch/u...", and the only contributor was "M Janczyk" (talk))
- 16:11, 12 May 2026 M Janczyk talk contribs deleted page NEMO2/Workspaces/Advanced Features/ws list (content was: "= ws_list - List Workspaces = List all your workspaces with details about expiration, location, and available extensions. == Basic Usage == $ ws_list # List all your workspaces Shows workspace ID, location, available extensions, creation date, and remaining time. == Common Use Cases == '''See what expires soon:''' $ ws_list -Rr...", and the only contributor was "M Janczyk" (talk))
- 16:11, 12 May 2026 M Janczyk talk contribs deleted page NEMO2/Workspaces/Advanced Features/ws find (content was: "= ws_find - Find Workspace Path = <tt>ws_find</tt> prints the full path to a workspace. Essential for scripts and batch jobs. == Basic Usage == $ ws_find myWs # Print workspace path == Use in Scripts == '''Capture path in variable:''' $ WORKSPACE=$(ws_find myProject) $ cd "$WORKSPACE" '''In batch jobs:''' <pre> #!/bin/bash #SBAT...", and the only contributor was "M Janczyk" (talk))
- 16:11, 12 May 2026 M Janczyk talk contribs deleted page NEMO2/Workspaces/Advanced Features/ws extend (content was: "= ws_extend - Extend Workspace Lifetime = Extend the lifetime of an existing workspace before it expires. == Basic Usage == $ ws_extend myWs 30 # Extend by 30 days from now '''Alternative:''' $ ws_allocate -x myWs 30 # Same result '''Important:''' Each extension consumes one of your available extensions. See Workspaces/A...", and the only contributor was "M Janczyk" (talk))
- 16:11, 12 May 2026 M Janczyk talk contribs deleted page NEMO2/Workspaces/Advanced Features/ws release (content was: "= ws_release - Release (Delete) Workspace = Release a workspace when you no longer need it. == Syntax == <tt>ws_release [options] workspace_name</tt> == What Happens When You Release == * The workspace ID can be reused immediately * The directory becomes inaccessible to the user * The data is '''not deleted immediately''' - it is moved to a deleted area * '''Release...", and the only contributor was "M Janczyk" (talk))
- 16:10, 12 May 2026 M Janczyk talk contribs deleted page NEMO2/Workspaces/Advanced Features/ws restore (content was: "= ws_restore - Restore Expired Workspace = For a certain (system-specific) grace time following workspace expiration, a workspace can be restored. == Syntax == <tt>ws_restore [options] workspace_name target_name | -l</tt> == Restore Procedure == '''(1) Display restorable workspaces:''' $ ws_restore -l This will list all workspaces that can still be recovered. Y...", and the only contributor was "M Janczyk" (talk))
- 16:10, 12 May 2026 M Janczyk talk contribs deleted page NEMO2/Workspaces/Advanced Features/ws register (content was: "= ws_register - Create Workspace Links = Creates symbolic links to all your workspaces in one convenient directory. == Basic Usage == $ ws_register ~/workspaces # Create links in ~/workspaces The command creates subdirectories for each filesystem (e.g., <tt>scratch/</tt>) with links to your workspaces. == Example == $ mkdir -p ~/my_workspaces...", and the only contributor was "M Janczyk" (talk))
- 19:14, 7 May 2026 M Janczyk talk contribs created page NEMO2/Containers/Apptainer (Created page with "'''Apptainer''' (formerly Singularity) is a container runtime designed for HPC systems. It is installed system-wide on NEMO and available without loading a module. == Key properties == * Runs as the invoking user — no root required and no privilege escalation * Uses SIF (Singularity Image Format), a single portable file * Can convert Docker images to SIF at build time * No native Slurm plugin — call <tt>apptainer exec/run</tt> inside your batch script == Image sou...")
- 19:05, 7 May 2026 M Janczyk talk contribs created page NEMO2/Containers/Enroot (Created page with "'''Enroot''' is a container runtime developed by NVIDIA that runs OCI/Docker containers without root privileges. On NEMO it is the '''recommended''' container solution and is integrated with Slurm via the '''Pyxis''' SPANK plugin. == How it works == Enroot converts a Docker image into a SquashFS file (<tt>.sqsh</tt>), unpacks it on demand into an overlay filesystem, and runs your workload inside that environment. The Pyxis plugin adds <tt>--container-*</tt> options to...")
- 19:03, 7 May 2026 M Janczyk talk contribs deleted page Containers/Enroot (content was: "'''Enroot''' is a container runtime developed by NVIDIA that runs OCI/Docker containers without root privileges. On NEMO it is the '''recommended''' container solution and is integrated with Slurm via the '''Pyxis''' SPANK plugin. == How it works == Enroot converts a Docker image into a SquashFS file (<tt>.sqsh</tt>), unpacks it on demand into an overlay filesystem, an...", and the only contributor was "M Janczyk" (talk))
- 19:03, 7 May 2026 M Janczyk talk contribs deleted page Containers/Apptainer (content was: "'''Enroot''' is a container runtime developed by NVIDIA that runs OCI/Docker containers without root privileges. On NEMO it is the '''recommended''' container solution and is integrated with Slurm via the '''Pyxis''' SPANK plugin. == How it works == Enroot converts a Docker image into a SquashFS file (<tt>.sqsh</tt>), unpacks it on demand into an overlay filesystem, an...", and the only contributor was "M Janczyk" (talk))
- 19:02, 7 May 2026 M Janczyk talk contribs created page Containers/Enroot (Created page with "'''Enroot''' is a container runtime developed by NVIDIA that runs OCI/Docker containers without root privileges. On NEMO it is the '''recommended''' container solution and is integrated with Slurm via the '''Pyxis''' SPANK plugin. == How it works == Enroot converts a Docker image into a SquashFS file (<tt>.sqsh</tt>), unpacks it on demand into an overlay filesystem, and runs your workload inside that environment. The Pyxis plugin adds <tt>--container-*</tt> options to...")
- 19:01, 7 May 2026 M Janczyk talk contribs created page Containers/Apptainer (Created page with "'''Enroot''' is a container runtime developed by NVIDIA that runs OCI/Docker containers without root privileges. On NEMO it is the '''recommended''' container solution and is integrated with Slurm via the '''Pyxis''' SPANK plugin. == How it works == Enroot converts a Docker image into a SquashFS file (<tt>.sqsh</tt>), unpacks it on demand into an overlay filesystem, and runs your workload inside that environment. The Pyxis plugin adds <tt>--container-*</tt> options to...")
- 13:28, 7 May 2026 M Janczyk talk contribs created page NEMO2/Containers (Created page with "NEMO supports two container runtimes for different use cases. Neither requires root privileges and both integrate with the cluster's shared filesystems (<tt>/home</tt>, <tt>/work</tt>). == Overview == {| class="wikitable" |- ! ! Enroot + Pyxis (recommended) ! Apptainer / Singularity |- | '''Image source''' | Docker Hub, NGC, any OCI registry | Apptainer Hub, Docker (via conversion), SIF files |- | '''Image format''' | Squa...")
- 10:22, 7 May 2026 User account C Krueger talk contribs was created by F Bartusch talk contribs and password was sent by email (Neuer Mitarbeiter in Tübingen)
- 11:56, 4 May 2026 User account S Fischer talk contribs was created by F Bartusch talk contribs and password was sent by email (Nachfolger von Hendrick Winkhardt an Uni Mannheim)
- 10:25, 28 April 2026 H Schumacher talk contribs created page File:Bwvisu2-gui.png
- 10:25, 28 April 2026 H Schumacher talk contribs uploaded File:Bwvisu2-gui.png
- 15:54, 21 April 2026 M Janczyk talk contribs created page NEMO2/SDS hd (Created page with "'''SDS@hd''' is the scientific storage service of Heidelberg University. On NEMO2, you can mount your SDS@hd project directly into your jobs or interactive sessions via rclone. Data is cached locally on the node's NVMe drive and uploaded to SDS@hd in the background. <div style="border: 3px solid #28a745; padding: 15px; background-color: #d4edda; margin: 10px 0;"> '''What you need to do:''' * '''Initial Setup''' — one-time configurati...")
- 10:51, 21 April 2026 F Bartusch talk contribs deleted page Quickstart Guide (BinAC 1 not running any more)
- 10:51, 21 April 2026 F Bartusch talk contribs deleted page Memory Usage (BinAC 1 not running any more)
- 10:51, 21 April 2026 F Bartusch talk contribs deleted page BwForCluster BinAC: Quickstart Guide (BinAC 1 not running any more)
- 10:50, 21 April 2026 F Bartusch talk contribs deleted page BwForCluster BinAC Login (BinAC 1 not running any more)
- 10:49, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Software/Bowtie (BinAC 1 not running any more)
- 10:48, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Software/Gromacs (BinAC 1 not running any more)
- 10:48, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Software/Cellranger (BinAC 1 not running any more)
- 10:45, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Quickstart Guide (BinAC 1 not running any more)
- 10:43, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Memory Usage (BinAC 1 not running any more)
- 10:40, 21 April 2026 M Janczyk talk contribs deleted page NEMO2/Migrate Moab to Slurm jobs (content was: "{|style="background:#deffee; width:100%;" |style="padding:5px; background:#cef2e0; text-align:left"| center|25px |style="padding:5px; background:#cef2e0; text-align:left"| By default Moab does not export any environment variables to the job's runtime environment. With Slurm most of the login environment variables are exported to your job's runtime...", and the only contributor was "M Janczyk" (talk))
- 10:40, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Login (BinAC 1 not running any more)
- 10:37, 21 April 2026 M Janczyk talk contribs deleted page Category:BwForCluster (content was: "The category '''bwForCluster''' refers to the compute clusters on tier 3 level of the bwHPC infrastructure in the state of Baden-Württemberg: {| style="width: 100%; border-spacing: 5px;" | style="text-align:center; color:#000;vertical-align:middle;font-size:75%;" | center|border|400px|Figure: High performance computing infrastructure in Baden-Württemberg regarding HPC tiers. |- | style="text-align:ce...")
- 10:36, 21 April 2026 M Janczyk talk contribs deleted page File:Nemo-sign.jpg (content was: "#REDIRECT File:Nemo.jpg", and the only contributor was "M Janczyk" (talk))
- 10:29, 21 April 2026 F Bartusch talk contribs blocked R Doros talk contribs with an expiration time of indefinite (account creation disabled) (Not working any more in Tübingen)
- 10:29, 21 April 2026 F Bartusch talk contribs blocked V Lutz talk contribs with an expiration time of indefinite (account creation disabled, autoblock disabled) (not working any more in Tübingen)
- 10:23, 21 April 2026 F Bartusch talk contribs deleted page Registration/bwForCluster/BINAC (BinAC 1 not running any more)
- 10:22, 21 April 2026 F Bartusch talk contribs deleted page BinAC2/Queues (empty page)
- 10:21, 21 April 2026 F Bartusch talk contribs deleted page BinAC2/Migrate Moab to Slurm jobs (BinAC 1 not running any more)
- 10:21, 21 April 2026 F Bartusch talk contribs deleted page BinAC2/Migrate BinAC 1 workspaces to BinAC 2 workspaces (BinAC 1 not running any more: Migration not possible any more)
- 10:19, 21 April 2026 F Bartusch talk contribs deleted page BwForCluster BinAC Specific Batch Features (BinAC 1 not running any more)
- 10:18, 21 April 2026 F Bartusch talk contribs deleted page BwForCluster BinAC Hardware and Architecture (BinAC 1 not running any more)
- 10:18, 21 April 2026 F Bartusch talk contribs deleted page BwForCluster BinAC Acknowledgement (BinAC 1 not running any more)
- 10:18, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Specific Batch Features (BinAC 1 not running any more)
- 10:17, 21 April 2026 F Bartusch talk contribs deleted page BinAC (BinAC 1 not running any more)
- 10:17, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Acknowledgement (BinAC 1 not running any more)
- 10:16, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Hardware and Architecture (BinAC 1 not running any more)
- 10:15, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Queues (BinAC 1 not running any more)
- 10:14, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Software (BinAC 1 not running any more)
- 10:14, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Software/Alphafold (BinAC 1 not running any more)
- 10:13, 21 April 2026 M Janczyk talk contribs moved page NEMO2/Migrate NEMO1 workspaces to NEMO2 workspaces to User:M Janczyk/Migrate NEMO1 workspaces to NEMO2 workspaces without leaving a redirect
- 10:12, 21 April 2026 F Bartusch talk contribs deleted page BinAC/Software/Conda (BinAC 1 not running any more)