Skip to content
Snippets Groups Projects

Update experiments.md

1 unresolved thread
1 file
+ 8
8
Compare changes
  • Side-by-side
  • Inline
@@ -151,9 +151,9 @@ command displays short information and included extensions of the
@@ -151,9 +151,9 @@ command displays short information and included extensions of the
module.
module.
Dask is installed by default in
Dask is installed by default in
[Anaconda](https://www.anaconda.com/download/). Moreover,
[Anaconda](https://www.anaconda.com/download/). Moreover,
it is possible to install and use Dask in your local virtualenv
it is possible to install and use Dask in your local virtualenv
(recommended) or [conda](https://www.anaconda.com/download/) virtual environment.
(recommended) or [conda](https://www.anaconda.com/download/) virtual environment.
More information you can find
More information you can find
in the [Python Virtual Environments page](python_virtual_environments.md).
in the [Python Virtual Environments page](python_virtual_environments.md).
@@ -288,8 +288,8 @@ The Python code for setting up Slurm clusters
@@ -288,8 +288,8 @@ The Python code for setting up Slurm clusters
and scaling clusters can be run by the `srun`
and scaling clusters can be run by the `srun`
(but remember that using `srun` directly on the shell
(but remember that using `srun` directly on the shell
blocks the shell and launches an
blocks the shell and launches an
interactive job) or batch jobs or
interactive job) or batch jobs or
[JupyterHub](../access/jupyterhub.md) with loaded Dask
[JupyterHub](../access/jupyterhub.md) with loaded Dask
(by module or by Python virtual environment).
(by module or by Python virtual environment).
**Note**: The job to run original code (de facto an interface) with
**Note**: The job to run original code (de facto an interface) with
@@ -392,9 +392,9 @@ for the Monte-Carlo estimation of Pi.
@@ -392,9 +392,9 @@ for the Monte-Carlo estimation of Pi.
print_pi_stats(size, pi, time_delta=elaps, num_workers=len(cluster.scheduler.workers))
print_pi_stats(size, pi, time_delta=elaps, num_workers=len(cluster.scheduler.workers))
```
```
Please check the availability of resources that you want to allocate
Please check the availability of resources that you want to allocate
by the script for the example above.
by the script for the example above.
You can do it with `sinfo` command. The script doesn't work
You can do it with `sinfo` command. The script doesn't work
without available cluster resources.
without available cluster resources.
### Mpi4py - MPI for Python
### Mpi4py - MPI for Python
Loading