From 3d457465eb93b68869f4dfcc55e07b9f1610979a Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 12 May 2025 08:41:13 +0200 Subject: [PATCH] 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/power10.mdx - /content/docs/clusters/cs/guides/grace.mdx --- content/docs/clusters/cs/guides/grace.mdx | 2 +- content/docs/clusters/cs/guides/power10.mdx | 2 +- content/docs/clusters/karolina/storage.mdx | 2 +- .../graphical-user-interface/x-window-system.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/clusters/cs/guides/grace.mdx b/content/docs/clusters/cs/guides/grace.mdx index 05c90528..b1159e3d 100644 --- a/content/docs/clusters/cs/guides/grace.mdx +++ b/content/docs/clusters/cs/guides/grace.mdx @@ -203,7 +203,7 @@ int main(int argc, char *argv[]) Stationary probability vector estimation in `Fortran`: -```fortran +```c++ program main implicit none diff --git a/content/docs/clusters/cs/guides/power10.mdx b/content/docs/clusters/cs/guides/power10.mdx index 43e7ec3d..248dc965 100644 --- a/content/docs/clusters/cs/guides/power10.mdx +++ b/content/docs/clusters/cs/guides/power10.mdx @@ -171,7 +171,7 @@ int main(int argc, char *argv[]) Stationary probability vector estimation in `Fortran`: -```fortran +```c++ program main implicit none diff --git a/content/docs/clusters/karolina/storage.mdx b/content/docs/clusters/karolina/storage.mdx index e48f38d1..27964842 100644 --- a/content/docs/clusters/karolina/storage.mdx +++ b/content/docs/clusters/karolina/storage.mdx @@ -60,7 +60,7 @@ The SCRATCH filesystem is mounted in the `/scratch/project/PROJECT_ID` directory To find out current SCRATCH quotas, use: -```code +```console [usr0123@login1.karolina ~]$ getent group OPEN-XX-XX open-xx-xx:*:1234:user1,...,usern diff --git a/content/docs/general/access-services/graphical-user-interface/x-window-system.mdx b/content/docs/general/access-services/graphical-user-interface/x-window-system.mdx index 92c6e805..edcd6e0e 100644 --- a/content/docs/general/access-services/graphical-user-interface/x-window-system.mdx +++ b/content/docs/general/access-services/graphical-user-interface/x-window-system.mdx @@ -71,7 +71,7 @@ To run Linux GuI on WSL, download, for example, [VcXsrv][a]. 1. Test the configuration by running `echo $DISPLAY`: - ```code + ```console user@nb-user:/$ echo $DISPLAY 172.26.240.1:0 ``` -- GitLab