diff --git a/docs.it4i/software/lang/csc.md b/docs.it4i/software/lang/csc.md index 85fb078c1db657cc1fad8669a4333eb767634da6..29cd08a63af47e2c8d1201c844e52a062b809655 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