Skip to content
Snippets Groups Projects
Commit cb7497a3 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Make linter happy

parent bc5139e2
No related branches found
No related tags found
5 merge requests!333Draft: update NGC containers,!322Merge preview into main,!319Merge preview into main,!279Draft: Machine Learning restructuring,!258Data Analytics restructuring
...@@ -84,7 +84,7 @@ Module TensorFlow/2.3.1-fosscuda-2019b-Python-3.7.4 and 15 dependencies loaded. ...@@ -84,7 +84,7 @@ Module TensorFlow/2.3.1-fosscuda-2019b-Python-3.7.4 and 15 dependencies loaded.
``` ```
!!! warning !!! warning
Be aware that for compatibility reasons it is important to choose modules with Be aware that for compatibility reasons it is important to choose modules with
the same toolchain version (in this case `fosscuda/2019b`). For reference see [here](modules.md) the same toolchain version (in this case `fosscuda/2019b`). For reference see [here](modules.md)
In order to interact with Python-based frameworks (like TensorFlow) `reticulate` R library is used. In order to interact with Python-based frameworks (like TensorFlow) `reticulate` R library is used.
...@@ -201,7 +201,7 @@ tf.Tensor(b'Hello TensorFlow', shape=(), dtype=string) ...@@ -201,7 +201,7 @@ tf.Tensor(b'Hello TensorFlow', shape=(), dtype=string)
## Parallel Computing with R ## Parallel Computing with R
Generally, the R code is serial. However, many computations in R can be made faster by the use of Generally, the R code is serial. However, many computations in R can be made faster by the use of
parallel computations. This section concentrates on most general methods and examples. parallel computations. This section concentrates on most general methods and examples.
The [parallel](https://www.rdocumentation.org/packages/parallel/versions/3.6.2) library The [parallel](https://www.rdocumentation.org/packages/parallel/versions/3.6.2) library
will be used below. will be used below.
...@@ -289,7 +289,7 @@ This way of the R parallelism uses the ...@@ -289,7 +289,7 @@ This way of the R parallelism uses the
[MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface) (Message Passing Interface) as a [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface) (Message Passing Interface) as a
"back-end" for its parallel operations. The MPI-based job in R is very similar to submitting an "back-end" for its parallel operations. The MPI-based job in R is very similar to submitting an
[MPI Job](../jobs_and_resources/slurm.md#binding-and-distribution-of-tasks) since both are running [MPI Job](../jobs_and_resources/slurm.md#binding-and-distribution-of-tasks) since both are running
multicore jobs on multiple nodes. Below is an example of running R script with the Rmpi on multicore jobs on multiple nodes. Below is an example of running R script with the Rmpi on
ZIH system: ZIH system:
```Bash ```Bash
......
...@@ -43,7 +43,7 @@ Successfully installed torchvision-0.10.0 ...@@ -43,7 +43,7 @@ Successfully installed torchvision-0.10.0
??? comment ??? comment
clear up the following. Maybe leave only conda stuff... clear up the following. Maybe leave only conda stuff...
There are two methods of how to work with virtual environments on There are two methods of how to work with virtual environments on
ZIH system: ZIH system:
1. **virtualenv** is a standard Python tool to create isolated Python environments. 1. **virtualenv** is a standard Python tool to create isolated Python environments.
......
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