Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
papermill notebooks/1-single-node.ipynb notebooks/1-single-node-out.ipynb -k python3
flux start papermill notebooks/2-hpc-cluster.ipynb notebooks/2-hpc-cluster-out.ipynb -k python3
flux start papermill notebooks/3-hpc-job.ipynb notebooks/3-hpc-job-out.ipynb -k python3
papermill notebooks/4-developer.ipynb notebooks/4-developer-out.ipynb -k python3
papermill notebooks/5-developer.ipynb notebooks/5-developer-out.ipynb -k python3

notebooks_integration:
needs: [black]
Expand All @@ -198,8 +198,8 @@ jobs:
shell: bash -l {0}
timeout-minutes: 20
run: |
flux start papermill notebooks/5-1-gpaw.ipynb notebooks/5-1-gpaw-out.ipynb -k python3
flux start papermill notebooks/5-2-quantum-espresso.ipynb notebooks/5-2-quantum-espresso-out.ipynb -k python3
flux start papermill notebooks/4-1-gpaw.ipynb notebooks/4-1-gpaw-out.ipynb -k python3
flux start papermill notebooks/4-2-quantum-espresso.ipynb notebooks/4-2-quantum-espresso-out.ipynb -k python3

unittest_flux_mpich:
needs: [black]
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ as hierarchical job scheduler within the allocations.
* [SLURM with Flux](https://executorlib.readthedocs.io/en/latest/3-hpc-job.html#slurm-with-flux)
* [Flux](https://executorlib.readthedocs.io/en/latest/3-hpc-job.html#flux)
* [Application](https://executorlib.readthedocs.io/en/latest/application.html)
* [GPAW](https://executorlib.readthedocs.io/en/latest/5-1-gpaw.html)
* [Quantum Espresso](https://executorlib.readthedocs.io/en/latest/5-2-quantum-espresso.html)
* [GPAW](https://executorlib.readthedocs.io/en/latest/4-1-gpaw.html)
* [Quantum Espresso](https://executorlib.readthedocs.io/en/latest/4-2-quantum-espresso.html)
* [Trouble Shooting](https://executorlib.readthedocs.io/en/latest/trouble_shooting.html)
* [Filesystem Usage](https://executorlib.readthedocs.io/en/latest/trouble_shooting.html#filesystem-usage)
* [Firewall Issues](https://executorlib.readthedocs.io/en/latest/trouble_shooting.html#firewall-issues)
Expand All @@ -154,14 +154,14 @@ as hierarchical job scheduler within the allocations.
* [Python Version](https://executorlib.readthedocs.io/en/latest/trouble_shooting.html#python-version)
* [Resource Dictionary](https://executorlib.readthedocs.io/en/latest/trouble_shooting.html#resource-dictionary)
* [SSH Connection](https://executorlib.readthedocs.io/en/latest/trouble_shooting.html#ssh-connection)
* [Support & Contribution](https://executorlib.readthedocs.io/en/latest/4-developer.html)
* [Issues](https://executorlib.readthedocs.io/en/latest/4-developer.html#issues)
* [Pull Requests](https://executorlib.readthedocs.io/en/latest/4-developer.html#pull-requests)
* [License](https://executorlib.readthedocs.io/en/latest/4-developer.html#license)
* [Modules](https://executorlib.readthedocs.io/en/latest/4-developer.html#modules)
* [Interface Class Hierarchy](https://executorlib.readthedocs.io/en/latest/4-developer.html#interface-class-hierarchy)
* [Test Environment](https://executorlib.readthedocs.io/en/latest/4-developer.html#test-environment)
* [Communication](https://executorlib.readthedocs.io/en/latest/4-developer.html#communication)
* [External Libraries](https://executorlib.readthedocs.io/en/latest/4-developer.html#external-libraries)
* [External Executables](https://executorlib.readthedocs.io/en/latest/4-developer.html#external-executables)
* [Support & Contribution](https://executorlib.readthedocs.io/en/latest/5-developer.html)
* [Issues](https://executorlib.readthedocs.io/en/latest/5-developer.html#issues)
* [Pull Requests](https://executorlib.readthedocs.io/en/latest/5-developer.html#pull-requests)
* [License](https://executorlib.readthedocs.io/en/latest/5-developer.html#license)
* [Modules](https://executorlib.readthedocs.io/en/latest/5-developer.html#modules)
* [Interface Class Hierarchy](https://executorlib.readthedocs.io/en/latest/5-developer.html#interface-class-hierarchy)
* [Test Environment](https://executorlib.readthedocs.io/en/latest/5-developer.html#test-environment)
* [Communication](https://executorlib.readthedocs.io/en/latest/5-developer.html#communication)
* [External Libraries](https://executorlib.readthedocs.io/en/latest/5-developer.html#external-libraries)
* [External Executables](https://executorlib.readthedocs.io/en/latest/5-developer.html#external-executables)
* [Interface](https://executorlib.readthedocs.io/en/latest/api.html)
6 changes: 3 additions & 3 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ chapters:
- file: 3-hpc-job.ipynb
- file: application.md
sections:
- file: 5-1-gpaw.ipynb
- file: 5-2-quantum-espresso.ipynb
- file: 4-1-gpaw.ipynb
- file: 4-2-quantum-espresso.ipynb
- file: trouble_shooting.md
- file: 4-developer.ipynb
- file: 5-developer.ipynb
- file: api.rst
File renamed without changes.
File renamed without changes.
Loading