Skip to content
Snippets Groups Projects
Commit 164a411a authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update 4 files

- /content/docs/general/access-services/graphical-user-interface/x-window-system.mdx
- /content/docs/clusters/karolina/storage.mdx
- /content/docs/clusters/cs/guides/grace.mdx
- /content/docs/clusters/cs/guides/power10.mdx
parent 83576c9a
No related branches found
No related tags found
No related merge requests found
Pipeline #44200 passed with warnings
...@@ -203,7 +203,7 @@ int main(int argc, char *argv[]) ...@@ -203,7 +203,7 @@ int main(int argc, char *argv[])
Stationary probability vector estimation in `Fortran`: Stationary probability vector estimation in `Fortran`:
```fortran ```c++
program main program main
implicit none implicit none
......
...@@ -171,7 +171,7 @@ int main(int argc, char *argv[]) ...@@ -171,7 +171,7 @@ int main(int argc, char *argv[])
Stationary probability vector estimation in `Fortran`: Stationary probability vector estimation in `Fortran`:
```fortran ```c++
program main program main
implicit none implicit none
......
...@@ -60,7 +60,7 @@ The SCRATCH filesystem is mounted in the `/scratch/project/PROJECT_ID` directory ...@@ -60,7 +60,7 @@ The SCRATCH filesystem is mounted in the `/scratch/project/PROJECT_ID` directory
To find out current SCRATCH quotas, use: To find out current SCRATCH quotas, use:
```code ```console
[usr0123@login1.karolina ~]$ getent group OPEN-XX-XX [usr0123@login1.karolina ~]$ getent group OPEN-XX-XX
open-xx-xx:*:1234:user1,...,usern open-xx-xx:*:1234:user1,...,usern
......
...@@ -71,7 +71,7 @@ To run Linux GuI on WSL, download, for example, [VcXsrv][a]. ...@@ -71,7 +71,7 @@ To run Linux GuI on WSL, download, for example, [VcXsrv][a].
1. Test the configuration by running `echo $DISPLAY`: 1. Test the configuration by running `echo $DISPLAY`:
```code ```console
user@nb-user:/$ echo $DISPLAY user@nb-user:/$ echo $DISPLAY
172.26.240.1:0 172.26.240.1:0
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment