GITR
Global Impurity Transport
File Explorer
- cmake.yaml
- catch.cmake
- CLI11.cmake
- compile_time_options.cmake
- configure_test_data.cmake
- crosslink_components.cmake
- cuda.cmake
- define_source_components.cmake
- define_test_components.cmake
- dependencies.cmake
- enforce_build_order.cmake
- filepaths_default.cmake
- FindLibConfig.cmake
- libconfig.cmake
- locate_files.cmake
- mpi.cmake
- netcdf.cmake
- openmp.cmake
- thrust.cmake
- build_alpine.sh
- Dockerfile_alpine
- run_alpine.sh
- build_alpine_interactive.sh
- build_alpine_noninteractive.sh
- build_gpu_interactive.sh
- build_gpu_noninteractive.sh
- cpu_gitr_alpine_interactive.df
- cpu_gitr_alpine_noninteractive.df
- gpu_gitr_interactive.df
- gpu_gitr_noninteractive.df
- requirements.txt
- run_alpine_interactive.sh
- run_alpine_noninteractive.sh
- run_gpu_interactive.sh
- run_gpu_noninteractive.sh
- run_podman_interactive.sh
- run_podman_noninteractive.sh
- build_all_dependencies.sh
- build_hdf5.sh
- build_libconfig.sh
- build_m4.sh
- build_necdfc.sh
- build_necdfcxx.sh
- build_zlib.sh
- clean_dependencies.sh
- gitrGeometry.cfg
- gitrInput.cfg
- process_output.m
- generate_inputs.py
- adf11_processing_mo.m
- ADF11a.m
- ADF11s.m
- README.md
- cube_geom_3d.m
- README.md
- gitr_sm.py
- README.md
- README.md
- gitrInput.cfg
- history.nc
- particleSource.nc
- positions.m
- positions.nc
- gitrGeometry.cfg
- gitrInput.cfg
- cleanGITRrun.sh
- LcS.nc
- track.png
- history.nc
- particleSource.nc
- positions.m
- positions.nc
- ADAS_Rates_W.nc
- answer.cfg
- gitrGeometry.cfg
- gitrInput.cfg
- particleSource.cfg
- cleanGITRrun.sh
- LcS.nc
- untitled.png
- README.md
- plot_tracks.m
- user_options.cmake
- gitrGeometry.cfg
- gitrInput.cfg
- dens_flux_temp0.txt
- generate_inputs.py
- process_output.py
- test.py
- gitrGeometry.cfg
- gitrInput.cfg
- particleSource.nc
- profiles.nc
- bare_metal_output.txt
- density.png
- density.txt
- density_cuda.txt
- docker_output.txt
- generate_inputs.py
- process_output.py
- test.py
- gitrInput.cfg
- README.md
- README.md
- al1.png
- gitr_geom_cube.png
- GITR_integration.png
- TraceImp.png
- array.h
- atomic_add1.h
- atomic_add_1.h
- atomic_data_broker.h
- background_plasma.h
- boris.h
- boris_data_broker.h
- Boundary.h
- boundaryInit.h
- config_interface.h
- config_interface_exceptions.h
- constants.h
- coulomb_data_broker.h
- coulombCollisions.h
- cross_field_diffusion_broker.h
- crossFieldDiffusion.h
- curandInitialize.h
- curandInitialize2.h
- device.h
- fieldLineTrace.h
- Fields.h
- flat_array.h
- geometryCheck.h
- h1.cuh
- hashGeom.h
- hashGeomSheath.h
- history.h
- interp2d.hpp
- interpolate.h
- interpolator.h
- interpRateCoeff.hpp
- ionize.h
- managed_allocation.h
- ompPrint.h
- Particle.h
- particle_diagnostics.h
- Particles.h
- random_particles.h
- random_uniform_numbers.h
- recombine.h
- slow_math.h
- sortParticles.h
- spectroscopy.h
- surfaceModel.h
- Surfaces.h
- thermalForce.h
- utils.h
- add_source_files.cmake
- atomic_add_1.cpp
- atomic_data_broker.cpp
- boris.cpp
- boris_data_broker.cpp
- config_interface.cpp
- coulomb_data_broker.cpp
- cross_field_diffusion_broker.cpp
- efield_interp.cpp
- fields.cpp
- geometry_check.cpp
- gitr.cpp
- hashGeom.cpp
- interp2d.cpp
- interpolator.cpp
- interpRateCoeff.cpp
- ionize.cpp
- particle.cpp
- particle_diagnostics.cpp
- random_uniform_numbers.cpp
- setup.cpp
- slow_math.cpp
- spectroscopy.cpp
- surface_model.cpp
- utils.cpp
- ADAS_Rates_W.nc
- boris_config_0.cfg
- boris_config_2.cfg
- cross_field_geometry.cfg
- cross_field_geometry2.cfg
- Efield.txt
- file.cfg
- flat_line.cfg
- geom_test.cfg
- getE.cfg
- ionize.cfg
- ionize1.cfg
- netcdf_file_py.nc
- positive_slope.cfg
- surface_model.cfg
- test_config.cfg
- test_coulomb_0.cfg
- test_coulomb_1.cfg
- test_data_filepath.hpp.in
- atomic_tests.cpp
- boris_tests.cpp
- config_interface_tests.cpp
- coulomb_tests.cpp
- cross_field_diffusion_tests.cpp
- file_io_tests.cpp
- interpolator_tests.cpp
- slow_math_tests.cpp
- surface_model_tests.cpp
- .gitignore
- CMakeLists.txt
- LICENSE
- README.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.
Command Glossary
Commands referenced in this DOCs, explained below.
brew
View Details ▼
brew
Homebrew - a package manager for macOS and Linux.
Some subcommands such as `install` have their own usage documentation.
brew install {{formula|cask}}
Install the latest stable version of a formula or cask:
brew list
List all installed formulae and casks:
brew upgrade {{formula|cask}}
Upgrade an installed formula or cask (if none is given, all installed formulae/casks are upgraded):
podman pull
View Details ▼
podman pull
Pull images from a container registry.
podman pull {{image}}:{{tag}}
Pull a specific container image:
podman pull {{[-q|--quiet]}} {{image}}:{{tag}}
Pull a container image in quiet mode:
podman pull {{[-a|--all-tags]}} {{image}}
Pull all tags of a container image:
podman
View Details ▼
podman
Simple management tool for pods, containers, and images.
Podman provides a Docker-CLI comparable command-line. Simply put: `alias docker=podman`.
podman ps {{[-a|--all]}}
List all containers (both running and stopped):
podman run --name {{container_name}} {{image}}
Create a container from an image, with a custom name:
podman {{start|stop}} {{container_name}}
Start or stop an existing container:
