Skip to content
Snippets Groups Projects
Commit f48757f3 authored by David Hrbáč's avatar David Hrbáč
Browse files

Clean-up information plular

parent 9db4599d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
----
......
......@@ -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.
......
......@@ -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.
......
......@@ -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
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment