diff --git a/docs.it4i/anselm-cluster-documentation/prace.md b/docs.it4i/anselm-cluster-documentation/prace.md index de9888a67426a519304905b56f65936ce76663ef..5d05165ec8b73bd14227b7b8802a32901b5bcbe4 100644 --- a/docs.it4i/anselm-cluster-documentation/prace.md +++ b/docs.it4i/anselm-cluster-documentation/prace.md @@ -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 | | ---------------------- | ---- | --------------------------- | diff --git a/docs.it4i/anselm-cluster-documentation/software/isv_licenses.md b/docs.it4i/anselm-cluster-documentation/software/isv_licenses.md index a7c898aae1fe3387d011e976500a65d22278af99..bcb11ace4fbb6fe5a3190d7bc203c8315beaebeb 100644 --- a/docs.it4i/anselm-cluster-documentation/software/isv_licenses.md +++ b/docs.it4i/anselm-cluster-documentation/software/isv_licenses.md @@ -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 diff --git a/docs.it4i/anselm-cluster-documentation/software/nvidia-cuda.md b/docs.it4i/anselm-cluster-documentation/software/nvidia-cuda.md index 6291a4f29830f7df5f64a006d89938691a3b9893..392811efa72e5275307c29c34a13b462c688827e 100644 --- a/docs.it4i/anselm-cluster-documentation/software/nvidia-cuda.md +++ b/docs.it4i/anselm-cluster-documentation/software/nvidia-cuda.md @@ -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. diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index 28a4041640acc375d28fec8fd3e58a21b46cbcb5..28ae669caada98f87896a2e522862c118c631521 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -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: