-
Notifications
You must be signed in to change notification settings - Fork 218
File Endings
Axel Huebl edited this page Jul 22, 2016
·
4 revisions
You are here: Home > Developer Documentation > File Endings
This page provides an overview over the file types that are used in PIConGPU and libPMacc.
File ending | File Usage | Description |
---|---|---|
cpp | source code | C++ source code |
cu | source code | C++ source code (CUDA) |
hpp | source code | C++ header |
tpp | source code | C++ source code (template specializations) |
def | source code | C++ header (definitions only) |
kernel | source code | CUDA kernels |
py | source code | Python source code |
cfg | configuration | TBG run-time configuration |
loader | configuration | compile-time configuration |
param | configuration | user compile-time configuration |
unitless | configuration | compile-time configuration |
tpl | configuration | TBG batch system template |
md | documentation | Markdown-syntax documentation |
txt | build system | CMake build configuration |
awk | awk script | awk script |
filter | VampirTrace filter | VampirTrace runtime filter |
gnuplot | Gnuplot script | Gnuplot script |
sh | Shell script | (Bash) Shell script |
bp | ADIOS file | ADIOS simulation output |
h5 | HDF5 file | HDF5/libSplash simulation output |
All wiki entries describe the dev branch. Features may be different in the current master branch.
Before you start please read our README!
PIConGPU is a scientific project. If you present and/or publish scientific results that used PIConGPU, you should set a reference to show your support. Our according up-to-date publication at the time of your publication should be inquired from:
The documentation in this wiki is still not complete and we need your help keeping it up to date. Feel free to help improving this wiki!