Skip to content

Instantly share code, notes, and snippets.

View willirath's full-sized avatar

Willi Rath willirath

View GitHub Profile
@willirath
willirath / geomar_challenge_viz_stack_2020.10.21.1.ipynb
Last active October 21, 2020 07:11
Visualization stack minimal example for the GEOMAR challenge for the 2020 HIDA Datathon
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / Dockerfile
Last active October 1, 2020 06:38
pydastack_dockerfile
FROM martinclaus/py-da-stack:2020.08.28-a9c6e2a
@willirath
willirath / dask_salloc_srun.md
Last active June 26, 2024 17:56
Dask cluster with salloc and srun

Allocate 3 nodes with 1 task of 24 cpus each:

salloc -N 3 -n 3 -c 24

Within the allocation, make sure you have dask etc (e.g. by activating a virtual or conda env).

Start a scheduler (on the first node) and three workers (one per node):

$ srun -n1 -N1 -r0 dask-scheduler --scheduler-file scheduler.json &>> scheduler.log &
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / ndim_selection_xarray.ipynb
Created June 24, 2020 08:53
ND Selection with Xarray
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / SLURMCluster_vs_Singularity.ipynb
Last active December 8, 2024 16:08
Dask-Jobqueue SLURMCluster with Singularity
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / chunking_strategies.ipynb
Created May 3, 2020 15:09
Xarray / Dask chunking strategies
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / Dockerfile
Last active April 27, 2020 13:52
esm-vfc-latest
FROM esmvfc/esm-vfc-stacks:latest
@willirath
willirath / lowpass_highpass_demo.ipynb
Created April 15, 2020 09:44
time filtering with xarray rolling windows
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.