libyt
In-situ analysis with Python, C/C++ simulation, and Jupyter
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cmake
설명 보기 ▼
cmake
네이티브 빌드 시스템을 위한 빌드 설정 파일을 생성하는, 크로스 플랫폼 빌드 자동화 도구.
더 많은 정보: <https://cmake.org/cmake/help/latest/manual/cmake.1.html>.
cmake {{path/to/project_directory}}
프로젝트 디렉터리의 `CMakeLists.txt`를 사용해 현재 디렉터리에 빌드 설정을 생성:
cmake --build {{path/to/build_directory}}
지정한 디렉터리의 빌드 설정을 사용해 빌드 산출물을 생성:
cmake --install {{path/to/build_directory}} --strip
빌드 산출물을 `/usr/local/`에 설치하고 디버그 심볼을 제거:
# 프로젝트 배지
// repository documentation
Was this content helpful?
(0 ratings)
