From d0ca65ba0c41c4539d2168891decc96d817dd7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Wed, 31 Oct 2018 15:10:12 +0100 Subject: [PATCH] Links OK --- docs.it4i/software/compilers.md | 14 ++++++++++---- docs.it4i/software/isv_licenses.md | 8 ++++++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/docs.it4i/software/compilers.md b/docs.it4i/software/compilers.md index 0aa3a56c9..ee950c101 100644 --- a/docs.it4i/software/compilers.md +++ b/docs.it4i/software/compilers.md @@ -24,7 +24,7 @@ Commercial licenses: ## Intel Compilers -For information about the usage of Intel Compilers and other Intel products, read the [Intel Parallel studio](software/intel-suite/intel-compilers/) page. +For information about the usage of Intel Compilers and other Intel products, read the [Intel Parallel studio][1] page. ## PGI Compilers (Only on Salomon) @@ -51,7 +51,7 @@ $ pgdbg & $ pgprof & ``` -For more information, see the [PGI page](http://www.pgroup.com/products/pgicdk.htm). +For more information, see the [PGI page][a]. ## GNU @@ -187,8 +187,14 @@ For more information see the man pages. ## Java -For information how to use Java (runtime and/or compiler), read the [Java page](software/java/). +For information how to use Java (runtime and/or compiler), read the [Java page][2]. ## NVIDIA CUDA -For information how to work with NVIDIA CUDA, read the [NVIDIA CUDA page](anselm/software/nvidia-cuda/). +For information how to work with NVIDIA CUDA, read the [NVIDIA CUDA page][3]. + +[1]: intel/intel-suite/intel-compilers.md +[2]: lang/java.md +[3]: ../anselm/software/nvidia-cuda.md + +[a]: http://www.pgroup.com/products/pgicdk.htm diff --git a/docs.it4i/software/isv_licenses.md b/docs.it4i/software/isv_licenses.md index d7cbb7cc9..92db433d4 100644 --- a/docs.it4i/software/isv_licenses.md +++ b/docs.it4i/software/isv_licenses.md @@ -15,7 +15,7 @@ If an ISV application was purchased for educational (research) purposes and also ### Web Interface -For each license there is a table, which provides the information about the name, number of available (purchased/licensed), number of used and number of free license features [https://extranet.it4i.cz/anselm/licenses](https://extranet.it4i.cz/anselm/licenses) +For each license there is [a table][a], which provides the information about the name, number of available (purchased/licensed), number of used and number of free license features. ### Text Interface @@ -68,7 +68,7 @@ Names of applications (APP): matlab-edu ``` -To get the FEATUREs of a license take a look into the corresponding state file ([see above](software/isv_licenses/#Licence)), or use: +To get the FEATUREs of a license take a look into the corresponding state file ([see above][1]), or use: ### Application and List of Provided Features @@ -105,3 +105,7 @@ $ qsub -I -q qprod -A PROJECT_ID -l select=2:ncpus=16 -l feature__matlab-edu__MA ``` The license is used and accounted only with the real usage of the product. So in this example, the general Matlab is used after Matlab is run by the user and not at the time, when the shell of the interactive job is started. Also the Distributed Computing licenses are used at the time, when the user uses the distributed parallel computation in Matlab (e. g. issues pmode start, matlabpool, etc.). + +[1]: #Licence + +[a]: https://extranet.it4i.cz/rsweb/anselm/license/Ansys -- GitLab