.coveragerc
.gitignore
.gitlab-ci.yml
.readthedocs.yaml
CHANGELOG
LICENSE
Makefile
README.md
pylintrc
pyproject.toml
tox.ini
.github/workflows/coverage.yml
.github/workflows/lint.yml
.github/workflows/test.yml
assets/images/e4scl_structure.png
assets/images/e4scl_structure.svg
docs/.gitignore
docs/Makefile
docs/authors.rst
docs/conf.py
docs/configuration_file.rst
docs/developer.rst
docs/examples.rst
docs/how.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/quickstart.rst
docs/requirements.txt
docs/_static/.gitkeep
docs/compatibility/crusher.rst
docs/compatibility/mpi.csv
docs/compatibility/perlmutter.rst
docs/compatibility/software.rst
docs/compatibility/system.csv
docs/compatibility/system.rst
docs/reference/index.rst
docs/reference/init.rst
docs/reference/launch.rst
docs/reference/profiles/copy.rst
docs/reference/profiles/create.rst
docs/reference/profiles/delete.rst
docs/reference/profiles/detect.rst
docs/reference/profiles/diff.rst
docs/reference/profiles/dump.rst
docs/reference/profiles/edit.rst
docs/reference/profiles/index.rst
docs/reference/profiles/list.rst
docs/reference/profiles/select.rst
docs/reference/profiles/show.rst
docs/reference/profiles/unselect.rst
docs/styles/main.scss
e4s_cl/__init__.py
e4s_cl/__main__.py
e4s_cl/config.py
e4s_cl/error.py
e4s_cl/logger.py
e4s_cl/util.py
e4s_cl/variables.py
e4s_cl/version.py
e4s_cl.egg-info/PKG-INFO
e4s_cl.egg-info/SOURCES.txt
e4s_cl.egg-info/dependency_links.txt
e4s_cl.egg-info/entry_points.txt
e4s_cl.egg-info/requires.txt
e4s_cl.egg-info/top_level.txt
e4s_cl/cf/__init__.py
e4s_cl/cf/compiler.py
e4s_cl/cf/detect_mpi.py
e4s_cl/cf/libraries.py
e4s_cl/cf/template.py
e4s_cl/cf/trace.py
e4s_cl/cf/version.py
e4s_cl/cf/containers/__init__.py
e4s_cl/cf/containers/apptainer.py
e4s_cl/cf/containers/barebones.py
e4s_cl/cf/containers/docker.py
e4s_cl/cf/containers/dummy.py
e4s_cl/cf/containers/host.py
e4s_cl/cf/containers/podman.py
e4s_cl/cf/containers/shifter.py
e4s_cl/cf/containers/singularity.py
e4s_cl/cf/launchers/__init__.py
e4s_cl/cf/launchers/aprun.py
e4s_cl/cf/launchers/jsrun.py
e4s_cl/cf/launchers/mpirun.py
e4s_cl/cf/launchers/slurm.py
e4s_cl/cf/storage/__init__.py
e4s_cl/cf/storage/levels.py
e4s_cl/cf/storage/local_file.py
e4s_cl/cf/wi4mpi/__init__.py
e4s_cl/cf/wi4mpi/install.py
e4s_cl/cli/__init__.py
e4s_cl/cli/arguments.py
e4s_cl/cli/cli_view.py
e4s_cl/cli/command.py
e4s_cl/cli/commands/__execute.py
e4s_cl/cli/commands/__init__.py
e4s_cl/cli/commands/__main__.py
e4s_cl/cli/commands/config.py
e4s_cl/cli/commands/help.py
e4s_cl/cli/commands/init.py
e4s_cl/cli/commands/launch.py
e4s_cl/cli/commands/profile/__init__.py
e4s_cl/cli/commands/profile/copy.py
e4s_cl/cli/commands/profile/create.py
e4s_cl/cli/commands/profile/delete.py
e4s_cl/cli/commands/profile/detect.py
e4s_cl/cli/commands/profile/diff.py
e4s_cl/cli/commands/profile/dump.py
e4s_cl/cli/commands/profile/edit.py
e4s_cl/cli/commands/profile/list.py
e4s_cl/cli/commands/profile/select.py
e4s_cl/cli/commands/profile/show.py
e4s_cl/cli/commands/profile/unselect.py
e4s_cl/model/__init__.py
e4s_cl/model/profile.py
e4s_cl/mvc/__init__.py
e4s_cl/mvc/controller.py
e4s_cl/mvc/model.py
e4s_cl/scripts/__init__.py
e4s_cl/scripts/e4s_cl_mpi_tester.py
scripts/completion-json.py
scripts/demo.sh
scripts/mpi_id.py
scripts/completion/.gitignore
scripts/completion/Cargo.lock
scripts/completion/Cargo.toml
scripts/completion/README.md
scripts/completion/rust-toolchain.toml
scripts/completion/src/lib.rs
scripts/completion/src/bin/__e4s_cl_comp.rs
scripts/completion/src/bin/complete.fmt
scripts/completion/src/bin/completion.json
scripts/completion/src/structures/completable.rs
scripts/completion/src/structures/deserializers.rs
scripts/completion/src/structures/mod.rs
tests/__init__.py
tests/test_arguments.py
tests/test_config.py
tests/test_containers.py
tests/test_containers_apptainer.py
tests/test_containers_barebones.py
tests/test_containers_docker.py
tests/test_containers_podman.py
tests/test_containers_shifter.py
tests/test_containers_singularity.py
tests/test_detect_mpi.py
tests/test_execute.py
tests/test_filter_mpi.py
tests/test_help.py
tests/test_init.py
tests/test_launch.py
tests/test_launchers.py
tests/test_model_profile.py
tests/test_profile_copy.py
tests/test_profile_create.py
tests/test_profile_delete.py
tests/test_profile_detect.py
tests/test_profile_diff.py
tests/test_profile_edit.py
tests/test_profile_list.py
tests/test_profile_select.py
tests/test_profile_show.py
tests/test_profile_unselect.py
tests/test_trace.py
tests/test_util.py
tests/test_version.py
tests/test_wi4mpi.py
tests/assets/e4s-cl.yaml
tests/assets/libgver.so.0
tests/assets/libgver.so.0.0
tests/assets/libgver.so.0.0.0
tests/assets/test_launcher_module.py
tests/assets/bin/apptainer
tests/assets/bin/apptainer-conf
tests/assets/bin/apptainer-env
tests/assets/bin/dummy.sh
tests/assets/bin/podman
tests/assets/bin/podman-conf
tests/assets/bin/podman-env
tests/assets/bin/shifter
tests/assets/bin/shifter-conf
tests/assets/bin/shifter-env
tests/assets/bin/singularity
tests/assets/bin/singularity-conf
tests/assets/bin/singularity-env