Skip to content
Snippets Groups Projects
Commit cd3e9c63 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Update docs.it4i/software/lang/csc.md

parent adc840b7
No related branches found
No related tags found
1 merge request!338software
Pipeline #22321 failed
...@@ -6,7 +6,7 @@ C# is available on the cluster. ...@@ -6,7 +6,7 @@ C# is available on the cluster.
$ ml av mono $ ml av mono
-------------------- /apps/modules/lang --------------- -------------------- /apps/modules/lang ---------------
Mono/5.0.0.100 Mono/6.12.0.122
``` ```
!!! note !!! note
...@@ -15,7 +15,7 @@ $ ml av mono ...@@ -15,7 +15,7 @@ $ ml av mono
Activate C# by loading the Mono module: Activate C# by loading the Mono module:
```console ```console
$ ml Mono $ ml Mono/6.12.0.122
``` ```
## Examples ## Examples
...@@ -106,9 +106,9 @@ class MPIHello ...@@ -106,9 +106,9 @@ class MPIHello
Compile and run the program: Compile and run the program:
```console ```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 $ mcs -out:csc.exe -reference:/apps/tools/mpi.net/1.0.0-mono-3.12.1/lib/MPI.dll csc.cs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment