From 8f86d017dc617a3ea678110b457825781beb9ff3 Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Mon, 22 Feb 2021 21:10:30 +0100
Subject: [PATCH] Update VSC.md

---
 VSC.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 VSC.md

diff --git a/VSC.md b/VSC.md
new file mode 100644
index 0000000..6416c48
--- /dev/null
+++ b/VSC.md
@@ -0,0 +1,48 @@
+# Vienna Scientific Cluster (VSC)
+
+[VSC](https://vsc.ac.at/home/)
+[VSC-Wiki](https://wiki.vsc.ac.at)
+
+We have the privilege to be part of the VSC and have private nodes at VSC-4 (currently operational since 2019).
+
+To get access write MB and request an account on VSC-4. Please send the follogin details:
+- Name
+- Email
+- Mobile number (required)
+- Purpose / Group 
+
+We can then give you access to
+
+`ssh vsc4.vsc.ac.at` 
+
+Please follow some connection instruction on the [wiki](https://wiki.vsc.ac.at) or similar to all other servers (e.g. [SRVX1](SRVX1.md)).
+
+We have private nodes at our disposal and in order for you to use these you need to specify the correct account in the jobs you submit to the queueing system (SLURM). The correct information will be given to you in the email. This is very similar to Jet.
+
+## Node Information:
+```
+CPU model: Intel(R) Xeon(R) Platinum 8174 CPU @ 3.10GHz
+2 CPU, 24 physical cores per CPU, total 96 logical CPU units
+```
+
+## Example Job
+
+:construction:
+
+## Software
+
+The VSC use the same software system as Jet and have environmental modules available to the user:
+
+```
+module av
+```
+
+will show you all available modules (much more than on jet)
+
+```
+module load intel
+```
+
+will load the intel compiler suite and add variables to your environment.
+**Please do not forget to add the module load statements to your jobs.**
+
-- 
GitLab