Skip to content

Commit 75a1f55

Browse files
committed
Merge remote-tracking branch 'origin/main' into slurm_typo
# Conflicts: # notebooks/2-hpc-cluster.ipynb
2 parents 45b32c0 + 0d8b8f8 commit 75a1f55

30 files changed

+8
-1034
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
timeout-minutes: 5
201201
run: >
202202
flux start
203-
python -m unittest tests/test_flux_executor.py tests/test_executor_backend_flux.py tests/test_cache_executor_pysqa_flux.py tests/test_plot_dependency_flux.py;
203+
python -m unittest tests/test_fluxpythonspawner.py tests/test_fluxjobexecutor_plot.py tests/test_fluxjobexecutor.py tests/test_fluxclusterexecutor.py;
204204
205205
unittest_flux_openmpi:
206206
needs: [black]
@@ -231,7 +231,7 @@ jobs:
231231
timeout-minutes: 5
232232
run: >
233233
flux start
234-
coverage run -a --omit="executorlib/_version.py,tests/*" -m unittest tests/test_flux_executor.py tests/test_executor_backend_flux.py tests/test_cache_executor_pysqa_flux.py tests/test_plot_dependency_flux.py;
234+
coverage run -a --omit="executorlib/_version.py,tests/*" -m unittest tests/test_fluxpythonspawner.py tests/test_fluxjobexecutor_plot.py tests/test_fluxjobexecutor.py tests/test_fluxclusterexecutor.py;
235235
coverage xml
236236
env:
237237
EXECUTORLIB_PMIX: "pmix"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# executorlib
22
[![Pipeline](https://github.com/pyiron/executorlib/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pyiron/executorlib/actions/workflows/pipeline.yml)
33
[![codecov](https://codecov.io/gh/pyiron/executorlib/graph/badge.svg?token=KFIO3R08H3)](https://codecov.io/gh/pyiron/executorlib)
4-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyiron/executorlib/HEAD?labpath=notebooks%2Fexamples.ipynb)
4+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyiron/executorlib/HEAD)
55

66
Up-scale python functions for high performance computing (HPC) with executorlib.
77

notebooks/2-hpc-cluster.ipynb

Lines changed: 3 additions & 246 deletions
Large diffs are not rendered by default.

notebooks/3-hpc-job.ipynb

Lines changed: 1 addition & 436 deletions
Large diffs are not rendered by default.

notebooks/4-developer.ipynb

Lines changed: 1 addition & 349 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)