2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
- .github/workflows/builds.yaml+6
- .github/workflows/close-stale-issues.yaml-65
- .github/workflows/remove-awaiting-user-info-label.yaml-30
- .gitignore-3
- Makefile.am-1
- config/prte_check_cflags.m4+13-1
- config/prte_config_files.m4-3
- configure.ac+13
- docs/Makefile.am-1
- docs/conf.py+9
- docs/man/man1/index.rst-1
- docs/man/man1/psched.1.rst-189
- examples/Makefile-71
- examples/Makefile.include-72
- examples/README-32
- examples/alloc.c-259
- examples/bad_exit.c-143
- examples/client.c-374
- examples/client2.c-275
- examples/colocate.c-263
- examples/daemon_error_notify.c-146
- examples/debugger/attach.c-510
- examples/debugger/daemon.c-475
- examples/debugger/debugger.h-168
- examples/debugger/direct-multi.c-781
- examples/debugger/direct.c-946
- examples/debugger/hello.c-92
- examples/debugger/indirect-multi.c-559
- examples/debugger/indirect.c-471
- examples/debugger/mpihello.c-26
- examples/debugger/stdincheck.c-66
- examples/dmodex.c-259
- examples/dynamic.c-244
- examples/error_notify.c-141
- examples/examples.h-212
- examples/fault.c-198
- examples/hello.c-167
- examples/jctrl.c-239
- examples/launcher.c-170
- examples/legacy.c-174
- examples/log.c-131
- examples/nodeid.c-109
- examples/pmi1client.c-78
- examples/probe.c-101
- examples/pset.c-90
- examples/pub.c-180
- examples/server.c-851
- examples/showkeys.c-87
- examples/target.c-89
- examples/tool.c-228
- include/prte.h+1
- src/docs/show-help-files/Makefile.am-2
- src/docs/show-help-files/build-dummy-ini-files.py+2-2
- src/docs/show-help-files/help-prun.rst+62-56
- src/docs/show-help-files/help-psched.rst-204
- src/docs/show-help-files/index.rst-2
- src/include/prte_portable_platform.h+1-8
- src/include/prte_portable_platform_real.h+48-24
- src/mca/oob/tcp/oob_tcp_component.c+197-5
- src/mca/schizo/base/base.h+1-3
- src/mca/schizo/base/schizo_base_stubs.c+3-67
- src/mca/schizo/mpich/.prte_ignore
- src/mca/schizo/mpich/.prte_unignore-1
- src/mca/schizo/mpich/Makefile.am-41
- src/mca/schizo/mpich/configure.m4-43
- src/mca/schizo/mpich/owner.txt-7
- src/mca/schizo/mpich/schizo_mpich.c-713
- src/mca/schizo/mpich/schizo_mpich.h-36
- src/mca/schizo/mpich/schizo_mpich_component.c-50
- src/mca/schizo/ompi/schizo_ompi.c+3-228
- src/mca/schizo/slurm/Makefile.am-44
- src/mca/schizo/slurm/configure.m4-37
- src/mca/schizo/slurm/help-schizo-srun.txt-273
- src/mca/schizo/slurm/schizo_slurm.c-276
- src/mca/schizo/slurm/schizo_slurm.h-36
- src/mca/schizo/slurm/schizo_slurm_component.c-48
- src/runtime/Makefile.am+2-1
- src/runtime/prte_init.c+23-8
- src/runtime/prte_launcher.c+6-72
- src/tools/Makefile.am+2-11
- src/tools/pcc/Makefile.am-32
- src/tools/prte/Makefile.am-55
- src/tools/psched/Makefile.am-67
- src/tools/psched/backend.c-351
- src/tools/psched/errmgr.c-710
- src/tools/psched/event.c-247
- src/tools/psched/psched.c-768
- src/tools/psched/psched.h-214
- src/tools/psched/queries.c-828
- src/tools/psched/scheduler.c-203
- src/tools/psched/schizo.c-326
- src/tools/psched/server.c-527
- src/tools/psched/session.c-65
- src/tools/psched/state.c-380
0 commit comments