libyt
In-situ analysis with Python, C/C++ simulation, and Jupyter
File Explorer
- DataIOTest.py
- combine_valgrind_snapshot.py
- conclude_memory_profile.py
- generate_density_data.cpp
- cmake-build-test.yml
- example-test-run.yml
- memory-profile.yml
- unit-test.yml
- Notes.md
- PULL_REQUEST_TEMPLATE.md
- AMRExample-Step1-ParticleLevelZ.png
- AMRExample-Step1-ProfDensX.png
- AMRExample-Step1-ProjDensZ.png
- AMRExample-Step1-SliceInvDensZ.png
- JupyterNB-Basics.png
- TracingTimeProfile.png
- GitHub_Invertocat_Dark.svg
- GitHub_Invertocat_Light.svg
- Overview-dark.svg
- Overview-light.svg
- PassInData-dark.svg
- PassInData-light.svg
- PythonAskData-dark.svg
- PythonAskData-light.svg
- ReloadingScript-dark.svg
- ReloadingScript-light.svg
- RMA-dark.svg
- RMA-light.svg
- index.md
- check-input-data.md
- index.md
- time-profiling.md
- details.md
- how-to-install.md
- frontend.md
- jupyter-notebook-access.md
- local-desktop.md
- remote-cluster.md
- index.md
- inline-python-script.md
- interactive-python-prompt.md
- libyt-defined-command.md
- libyt-python-module.md
- limitation.md
- reloading-script.md
- using-yt.md
- derived-field.md
- face-centered-field.md
- yt_get_fieldsptr.md
- data-type.md
- index.md
- run-python-function.md
- yt_commit.md
- yt_finalize.md
- yt_free.md
- yt_get_gridsptr.md
- yt_get_particlesptr.md
- yt_getgridinfo.md
- yt_initialize.md
- yt_run_interactivemode.md
- yt_run_jupyterkernel.md
- yt_run_reloadscript.md
- yt_set_parameters.md
- yt_set_userparameter.md
- conf.py
- Doxyfile
- example.md
- FAQs.md
- how-it-works.md
- index.md
- make.bat
- Makefile
- quick-start.md
- README.md
- requirements.txt
- CMakeLists.txt
- example.cpp
- inline_script.py
- make_movie.sh
- Makefile
- CMakeLists.txt
- inline_script.py
- LIBYT_STOP
- quick-start.cpp
- CMakeLists.txt
- big_mpi.h
- comm_mpi.h
- comm_mpi_rma.h
- data_hub_amr.h
- data_structure_amr.h
- dtype_utilities.h
- function_info.h
- libyt.h
- libyt_kernel.h
- libyt_process_control.h
- libyt_python_shell.h
- libyt_utilities.h
- libyt_worker.h
- logging.h
- magic_command.h
- numpy_controller.h
- python_controller.h
- timer.h
- timer_control.h
- yt_macro.h
- yt_type.h
- yt_type_array.h
- yt_type_field.h
- yt_type_grid.h
- yt_type_param_libyt.h
- yt_type_param_yt.h
- yt_type_particle.h
- .empty
- kernel.json
- CMakeLists.txt
- .empty
- CMakeLists.txt
- comm_mpi.cpp
- comm_mpi_rma.cpp
- data_hub_amr.cpp
- data_structure_amr.cpp
- dtype_utilities.cpp
- function_info.cpp
- init_libyt_module.cpp
- init_python.cpp
- libyt_kernel.cpp
- libyt_process_control.cpp
- libyt_python_module.cpp
- libyt_python_shell.cpp
- libyt_worker.cpp
- logging.cpp
- magic_command.cpp
- numpy_controller.cpp
- py_add_dict.cpp
- timer.cpp
- timer_control.cpp
- utilities.cpp
- yt_commit.cpp
- yt_finalize.cpp
- yt_free.cpp
- yt_get_FieldsPtr.cpp
- yt_get_GridsPtr.cpp
- yt_get_ParticlesPtr.cpp
- yt_getGridInfo.cpp
- yt_initialize.cpp
- yt_run.cpp
- yt_run_InteractiveMode.cpp
- yt_run_JupyterKernel.cpp
- yt_run_ReloadScript.cpp
- yt_set_Parameters.cpp
- yt_set_UserParameter.cpp
- CMakeLists.txt
- memory_profile.cpp
- test_memory_profile.py
- CMakeLists.txt
- test_comm_mpi.cpp
- test_data_structure_amr.cpp
- test_numpy_controller.cpp
- test_python_shell.cpp
- CMakeLists.txt
- CMakeLists.txt
- .clang-format
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yaml
- CITATION.md
- cmake-format.json
- CMakeLists.txt
- LICENSE
- README.md
- SECURITY.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
cmake
View Details ▼
cmake
Cross-platform build automation system, that generates recipes for native build systems.
cmake {{path/to/project_directory}}
Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:
cmake --build {{path/to/build_directory}}
Use a generated recipe in a given directory to build artifacts:
cmake --install {{path/to/build_directory}} --strip
Install the build artifacts into `/usr/local/` and strip debugging symbols:
# Project Badges
// repository documentation
Was this content helpful?
(0 ratings)
