diff --git a/docs.it4i/anselm-cluster-documentation/environment-and-modules.md b/docs.it4i/anselm-cluster-documentation/environment-and-modules.md index 0835ce008f277e982ecf3a297f40c43ecb60a46c..45b23263a0a2f5b0f49c8c41279b716ee043621b 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 ab8935abfffc8d3c973975bf007cf7f697d7e340..8d5cabd42ea244a6ef2eea78251d0d50bb905e64 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 dbe107990dfa538f177344017b77a58a80117c5a..27dd6bb6e7def484ba4847d8ce7c67fb99a06b25 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 84b2897ea299701773c9d9736d2af4ed52e2ed3a..d28bb29cb4d9bbb2bec23336b4dc61a7b7710d81 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 b6ae85042866e704d9e5d67e58ffbc9c1c3207c4..e5e33007f53f259da21f29ac2f1de8386fc0dedf 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 7eebf17ad0d31a7737dddb75923a9a9244bf98c3..4347f5874a7d8a99d9c1c4540c9c32d45db53ed7 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.