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

Capitalize

parent aff5a9b3
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ To check whether your proxy certificate is still valid (by default it's valid 12
To access Anselm cluster, two login nodes running GSI SSH service are available. The service is available from public Internet as well as from the internal PRACE network (accessible only from other PRACE partners).
#### Access from PRACE network:
#### Access From PRACE Network:
It is recommended to use the single DNS name anselm-prace.it4i.cz which is distributed between the two login nodes. If needed, user can login directly to one of the login nodes. The addresses are:
......@@ -68,7 +68,7 @@ When logging from other PRACE system, the prace_service script can be used:
$ gsissh `prace_service -i -s anselm`
```
#### Access from public Internet:
#### Access From Public Internet:
It is recommended to use the single DNS name anselm.it4i.cz which is distributed between the two login nodes. If needed, user can login directly to one of the login nodes. The addresses are:
......@@ -122,7 +122,7 @@ Apart from the standard mechanisms, for PRACE users to transfer data to/from Ans
There's one control server and three backend servers for striping and/or backup in case one of them would fail.
### Access from PRACE network
### Access From PRACE Network
| Login address | Port | Node role |
| ---------------------------- | ---- | --------------------------- |
......@@ -155,7 +155,7 @@ Or by using prace_service script:
$ globus-url-copy gsiftp://`prace_service -i -f anselm`/home/prace/_YOUR_ACCOUNT_ON_ANSELM_/_PATH_TO_YOUR_FILE_ file://_LOCAL_PATH_TO_YOUR_FILE_
```
### Access from public Internet
### Access From Public Internet
| Login address | Port | Node role |
| ---------------------- | ---- | --------------------------- |
......
......@@ -92,7 +92,9 @@ Example of PBS Pro resource name, based on APP and FEATURE name:
| matlab-edu | MATLAB_Distrib_Comp_Engine | feature_matlab-edu_MATLAB_Distrib_Comp_Engine |
| matlab-edu | Image_Acquisition_Toolbox | feature_matlab-edu_Image_Acquisition_Toolbox\\ |
#### Be aware, that the resource names in PBS Pro are CASE SENSITIVE!
!!! Warnig
Resource names in PBS Pro are case sensitive.
### Example of qsub Statement
......
......@@ -198,7 +198,7 @@ To run the code use interactive PBS session to get access to one of the GPU acce
The NVIDIA CUDA Basic Linear Algebra Subroutines (cuBLAS) library is a GPU-accelerated version of the complete standard BLAS library with 152 standard BLAS routines. Basic description of the library together with basic performance comparison with MKL can be found [here](https://developer.nvidia.com/cublas "Nvidia cuBLAS").
#### cuBLAS example: SAXPY
#### cuBLAS Example: SAXPY
SAXPY function multiplies the vector x by the scalar alpha and adds it to the vector y overwriting the latest vector with the result. The description of the cuBLAS function can be found in [NVIDIA CUDA documentation](http://docs.nvidia.com/cuda/cublas/index.html#cublas-lt-t-gt-axpy "Nvidia CUDA documentation "). Code can be pasted in the file and compiled without any modification.
......
......@@ -236,7 +236,7 @@ For example, once you have loaded one or more modules that were installed with t
In addition, only **one single version** of each software package can be loaded at a particular time. For example, once you have the Python/3.5.2-intel-2017.00 module loaded, you can not load a different version of Python in the same session/job script, neither directly, nor indirectly as a dependency of another module you want to load.
### Unloading modules: ml -modname(s
### Unloading Modules
To revert the changes to the environment that were made by a particular module, you can use ml -<modname>.
For example:
......
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