From cd3e9c63a6acbe58a78c5489f2d233c051887d44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 21 Sep 2021 11:22:09 +0200
Subject: [PATCH] Update docs.it4i/software/lang/csc.md

---
 docs.it4i/software/lang/csc.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/software/lang/csc.md b/docs.it4i/software/lang/csc.md
index 85fb078c1..29cd08a63 100644
--- a/docs.it4i/software/lang/csc.md
+++ b/docs.it4i/software/lang/csc.md
@@ -6,7 +6,7 @@ C# is available on the cluster.
 $ ml av mono
 
 -------------------- /apps/modules/lang ---------------
-   Mono/5.0.0.100
+   Mono/6.12.0.122
 ```
 
 !!! note
@@ -15,7 +15,7 @@ $ ml av mono
 Activate C# by loading the Mono module:
 
 ```console
-$ ml Mono
+$ ml Mono/6.12.0.122
 ```
 
 ## Examples
@@ -106,9 +106,9 @@ class MPIHello
 Compile and run the program:
 
 ```console
-$ qsub -I -A DD-13-5 -q qexp -l select=2:ncpus=24,walltime=00:30:00
+$ qsub -I -A PROJECT_ID -q qexp -l select=2:ncpus=128,walltime=00:30:00
 
-$ ml mpi.net
+$ ml n.net
 
 $ mcs -out:csc.exe -reference:/apps/tools/mpi.net/1.0.0-mono-3.12.1/lib/MPI.dll csc.cs
 
-- 
GitLab