Skip to content
Snippets Groups Projects
Commit 3d274ae3 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

updates

parent 94aa8897
Branches
Tags
No related merge requests found
# image: python:3.10-buster # image: python:3.10-buster
image: harbor.wolke.img.univie.ac.at/podman/mkdocs-computer:latest image: harbor.wolke.img.univie.ac.at/podman/mkdocs-computer:latest
#variables: # variables:
# PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" # PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# Cache between jobs in the same branch # Cache between jobs in the same branch
...@@ -16,9 +16,9 @@ stages: ...@@ -16,9 +16,9 @@ stages:
build: build:
stage: build stage: build
#when: manual # when: manual
#before_script: # before_script:
# Install all required packages # Install all required packages
# - apt-get update -y # - apt-get update -y
# - apt-get install -y -qq graphviz # - apt-get install -y -qq graphviz
# - pip install -r requirements.txt # - pip install -r requirements.txt
...@@ -32,15 +32,15 @@ build: ...@@ -32,15 +32,15 @@ build:
deploy: deploy:
stage: deploy stage: deploy
#when: manual # when: manual
needs: needs:
- build - build
#before_script: # before_script:
# - apt-get update -qq && apt-get install -y -qq sshpass openssh-client rsync # - apt-get update -qq && apt-get install -y -qq sshpass openssh-client rsync
script: script:
# - sshpass -p "$WOLKE_PASSWORD" scp -oStrictHostKeyChecking=no -r ./site/* $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general/ # - sshpass -p "$WOLKE_PASSWORD" scp -oStrictHostKeyChecking=no -r ./site/* $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general/
- sshpass -p "$WOLKE_PASSWORD" rsync -autv --delete -e "ssh -o StrictHostKeyChecking=no" ./site/ $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general - sshpass -p "$WOLKE_PASSWORD" rsync -autv --delete -e "ssh -o StrictHostKeyChecking=no" ./site/ $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general
cache: cache:
key: build-cache key: build-cache
paths: paths:
- site/ - site/
This diff is collapsed.
This diff is collapsed.
mkdocs/img/cluster-computing.png

17.4 KiB

mkdocs/img/data.png

23.2 KiB

mkdocs/img/gpu.png

35.7 KiB

...@@ -11,20 +11,67 @@ class: title, center, middle ...@@ -11,20 +11,67 @@ class: title, center, middle
![](../img/logo_fgga2.svg) ![](../img/logo_fgga2.svg)
9.10.2023 - M. Blaschek - PhD Seminar @ IMGW 18.03.2024 - M. Blaschek - PhD Seminar @ IMGW
--- ---
# What can you expect from this presentation? # What can you expect from this presentation?
- Asking Questions (anytime, please interrupt) - Asking Questions (anytime, please interrupt) - This presentation is for you!
--
- Hardware - Hardware
- Data and Storage - Data and Storage
--
- Services - Services
- Teachinghub via Moodle
- Rules - Rules
- Updates --
- Updates
- VSCode
--
---
# Bare metal @ Department
.left-column[
### SRVX1
.right[<img src="../img/cpu.png" width="50px"><img src="../img/cpu.png" width="50px"><img src="../img/cpu.png" width="50px"><img src="../img/cpu.png" width="50px">]
Arsenal, **Development & Teaching Node**
- Storage (800 TB)
### JET
.right[<img src="../img/cpu.png" width="50px"><img src="../img/cpu.png" width="50px"><br><img src="../img/cluster-computing.png" width="100px">]
Arsenal, **Computing Cluster**
- 2x Login (JET01 (vnc),JET02 (hub))
- 7x Compute
- Storage (3.5 PB)
- SLURM
- JET2VSC
]
.right-column[
### AURORA
.right[<img src="../img/cpu.png" width="50px"><img src="../img/cpu.png" width="50px">]
Arsenal, **Development & Visual (VNC) Node**
### VSC
.right[<img src="../img/cpu.png" width="50px"><img src="../img/cpu.png" width="50px"><br><img src="../img/cluster-computing.png" width="100px"><br><img src="../img/gpu.png" width="100px">]
<img src="../img/logo_vsc.png" width="50px">
<br>Arsenal, **HPC Cluster**
- VSC4 5x Nodes
- **VSC5 11 Nodes**
- VSC5 1x GPU
- Shared HOME (200GB)
- Shared DATA (100TB)
- **# of files!!!**
- SLURM
- Projects
]
--- ---
......
...@@ -26,6 +26,15 @@ h1, h2, h3 {font-weight: normal; font-weight: 400; margin-bottom: 0;} ...@@ -26,6 +26,15 @@ h1, h2, h3 {font-weight: normal; font-weight: 400; margin-bottom: 0;}
color: hsl(330, 75%, 100%); color: hsl(330, 75%, 100%);
} }
.right {
text-align: right;
float: right;
}
.left {
text-align: left;
float: left;
}
/* Two-column layouts */ /* Two-column layouts */
.left-column { width: 49%; float: left; } .left-column { width: 49%; float: left; }
.right-column { width: 49%; float: right; } .right-column { width: 49%; float: right; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment