codes:particle
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
codes:particle [2014/07/07 13:45] – [Source / installation] jannis | codes:particle [2025/04/17 13:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 56: | Line 56: | ||
====== Source / installation ====== | ====== Source / installation ====== | ||
- | The source code can be found [[https://scm.cwi.nl/MD/ | + | The source code can be found [[https://github.com/jannisteunissen/ |
The code depends on the following external libraries, which are distributed along with the code: | The code depends on the following external libraries, which are distributed along with the code: | ||
Line 67: | Line 67: | ||
To compile, execute the following commands: | To compile, execute the following commands: | ||
< | < | ||
- | make | + | $ git submodule init |
+ | $ git submodule update | ||
+ | $ make | ||
+ | </ | ||
+ | |||
+ | Running (sequential): | ||
+ | < | ||
+ | $ ./pampi3d my_config_file.txt | ||
+ | </ | ||
+ | |||
+ | Running (parallel, N = number of tasks): | ||
+ | < | ||
+ | $ mpirun -n N ./pampi3d my_config_file.txt | ||
+ | </ | ||
+ | |||
+ | You can also specify multiple configuration files, like: | ||
+ | < | ||
+ | $ ./pampi3d cfg_base.txt cfg_1.txt | ||
</ | </ | ||
codes/particle.1404740720.txt.gz · Last modified: 2025/04/17 13:58 (external edit)