From f48757f3030bd86259a474de9a6c2448866d665a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Wed, 25 Jan 2017 13:47:06 +0100 Subject: [PATCH] Clean-up information plular --- .../anselm-cluster-documentation/environment-and-modules.md | 2 +- .../anselm-cluster-documentation/software/compilers.md | 6 +++--- .../software/numerical-languages/matlab.md | 2 +- .../software/numerical-languages/matlab_1314.md | 2 +- docs.it4i/salomon/environment-and-modules.md | 2 +- docs.it4i/salomon/software/numerical-languages/matlab.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs.it4i/anselm-cluster-documentation/environment-and-modules.md b/docs.it4i/anselm-cluster-documentation/environment-and-modules.md index 0835ce008..45b23263a 100644 --- a/docs.it4i/anselm-cluster-documentation/environment-and-modules.md +++ b/docs.it4i/anselm-cluster-documentation/environment-and-modules.md @@ -17,7 +17,7 @@ fi alias qs='qstat -a' module load PrgEnv-gnu -# Display informations to standard output - only in interactive ssh session +# Display information to standard output - only in interactive ssh session if [ -n "$SSH_TTY" ] then module list # Display loaded modules diff --git a/docs.it4i/anselm-cluster-documentation/software/compilers.md b/docs.it4i/anselm-cluster-documentation/software/compilers.md index ab8935abf..8d5cabd42 100644 --- a/docs.it4i/anselm-cluster-documentation/software/compilers.md +++ b/docs.it4i/anselm-cluster-documentation/software/compilers.md @@ -40,7 +40,7 @@ With the module loaded two environment variables are predefined. One for maximum -O0 -g ``` -For more informations about the possibilities of the compilers, please see the man pages. +For more information about the possibilities of the compilers, please see the man pages. Unified Parallel C ------------------ @@ -90,7 +90,7 @@ To run the example with 5 threads issue $ ./count.upc.x -fupc-threads-5 ``` -For more informations see the man pages. +For more information see the man pages. ### Berkley UPC Compiler @@ -144,7 +144,7 @@ To run the example on two compute nodes using all 32 cores, with 32 threads, iss $ upcrun -n 32 ./hello.upc.x ``` -For more informations see the man pages. +For more information see the man pages. Java ---- diff --git a/docs.it4i/anselm-cluster-documentation/software/numerical-languages/matlab.md b/docs.it4i/anselm-cluster-documentation/software/numerical-languages/matlab.md index dbe107990..27dd6bb6e 100644 --- a/docs.it4i/anselm-cluster-documentation/software/numerical-languages/matlab.md +++ b/docs.it4i/anselm-cluster-documentation/software/numerical-languages/matlab.md @@ -22,7 +22,7 @@ By default the EDU variant is marked as default. If you need other version or va If you need to use the Matlab GUI to prepare your Matlab programs, you can use Matlab directly on the login nodes. But for all computations use Matlab on the compute nodes via PBS Pro scheduler. -If you require the Matlab GUI, please follow the general informations about [running graphical applications](../../../get-started-with-it4innovations/accessing-the-clusters/graphical-user-interface/x-window-system/). +If you require the Matlab GUI, please follow the general information about [running graphical applications](../../../get-started-with-it4innovations/accessing-the-clusters/graphical-user-interface/x-window-system/). Matlab GUI is quite slow using the X forwarding built in the PBS (qsub -X), so using X11 display redirection either via SSH or directly by xauth (please see the "GUI Applications on Compute Nodes over VNC" part [here](../../../get-started-with-it4innovations/accessing-the-clusters/graphical-user-interface/x-window-system/x-window-system/)) is recommended. diff --git a/docs.it4i/anselm-cluster-documentation/software/numerical-languages/matlab_1314.md b/docs.it4i/anselm-cluster-documentation/software/numerical-languages/matlab_1314.md index 84b2897ea..d28bb29cb 100644 --- a/docs.it4i/anselm-cluster-documentation/software/numerical-languages/matlab_1314.md +++ b/docs.it4i/anselm-cluster-documentation/software/numerical-languages/matlab_1314.md @@ -25,7 +25,7 @@ By default the EDU variant is marked as default. If you need other version or va If you need to use the Matlab GUI to prepare your Matlab programs, you can use Matlab directly on the login nodes. But for all computations use Matlab on the compute nodes via PBS Pro scheduler. -If you require the Matlab GUI, please follow the general informations about running graphical applications +If you require the Matlab GUI, please follow the general information about running graphical applications Matlab GUI is quite slow using the X forwarding built in the PBS (qsub -X), so using X11 display redirection either via SSH or directly by xauth (please see the "GUI Applications on Compute Nodes over VNC" part) is recommended. diff --git a/docs.it4i/salomon/environment-and-modules.md b/docs.it4i/salomon/environment-and-modules.md index b6ae85042..e5e33007f 100644 --- a/docs.it4i/salomon/environment-and-modules.md +++ b/docs.it4i/salomon/environment-and-modules.md @@ -17,7 +17,7 @@ fi alias qs='qstat -a' module load intel/2015b -# Display informations to standard output - only in interactive ssh session +# Display information to standard output - only in interactive ssh session if [ -n "$SSH_TTY" ] then module list # Display loaded modules diff --git a/docs.it4i/salomon/software/numerical-languages/matlab.md b/docs.it4i/salomon/software/numerical-languages/matlab.md index 7eebf17ad..4347f5874 100644 --- a/docs.it4i/salomon/software/numerical-languages/matlab.md +++ b/docs.it4i/salomon/software/numerical-languages/matlab.md @@ -22,7 +22,7 @@ By default the EDU variant is marked as default. If you need other version or va If you need to use the Matlab GUI to prepare your Matlab programs, you can use Matlab directly on the login nodes. But for all computations use Matlab on the compute nodes via PBS Pro scheduler. -If you require the Matlab GUI, please follow the general informations about [running graphical applications](../../../get-started-with-it4innovations/accessing-the-clusters/graphical-user-interface/x-window-system/). +If you require the Matlab GUI, please follow the general information about [running graphical applications](../../../get-started-with-it4innovations/accessing-the-clusters/graphical-user-interface/x-window-system/). Matlab GUI is quite slow using the X forwarding built in the PBS (qsub -X), so using X11 display redirection either via SSH or directly by xauth (please see the "GUI Applications on Compute Nodes over VNC" part [here](../../../get-started-with-it4innovations/accessing-the-clusters/graphical-user-interface/x-window-system/)) is recommended. -- GitLab