You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now edit ``$HOME/paramSets/case001/include/simulation_defines/param/*`` to change the :ref:`physical configuration of this parameter set <usage-params>`.
65
+
Now edit ``$HOME/picInputs/myLWFA/include/picongpu/simulation_defines/param/*`` to change the :ref:`physical configuration of this parameter set <usage-params>`.
66
66
67
-
Now edit ``$HOME/paramSets/case001/submit/*.cfg`` to adjust :ref:`runtime parameters (simulation size, number of GPUs, plugins, ...) <usage-cfg>`.
67
+
Now edit ``$HOME/picInputs/myLWFA/etc/picongpu/*.cfg`` to adjust :ref:`runtime parameters (simulation size, number of GPUs, plugins, ...) <usage-cfg>`.
68
68
69
69
Hint: you can further create parameter sets from parameter sets.
70
70
@@ -83,7 +83,7 @@ Our script ``pic-configure`` is a wrapper for CMake to quickly specify which par
83
83
rm -rf ../build/*
84
84
85
85
# configure case001
86
-
pic-configure $HOME/paramSets/myLWFA
86
+
pic-configure $HOME/picInputs/myLWFA
87
87
88
88
# compile PIConGPU with the current parameter set (myLWFA)
89
89
# - "make -j install" runs implicitly "make -j" and then "make install"
@@ -100,13 +100,13 @@ If you adjust ``.param`` input files just now, you can just go back to ``$HOME/b
100
100
:emphasize-lines: 5
101
101
102
102
# go to param set with up-to-date PIConGPU binaries
103
-
cd$HOME/paramSets/myLWFA
103
+
cd$HOME/picInputs/myLWFA
104
104
105
105
# example run for the HPC System "hypnos" using a PBS batch system
This will create the directory ``$SCRATCH/runs/lwfa_001`` were all simulation output will be written to.
109
-
``tbg`` will further create a subfolder ``picongpu/`` in the directory of the run with the same structure as ``myLWFA`` to archive your input files.
109
+
``tbg`` will further create a subfolder ``input/`` in the directory of the run with the same structure as ``myLWFA`` to archive your input files.
110
110
111
111
Further Reading
112
112
---------------
@@ -126,6 +126,6 @@ This will influence your build done via ``make``.
126
126
127
127
You can pass further options to configure PIConGPU directly instead of using ``ccmake .``, by passing ``-c "-DOPTION1=VALUE1 -DOPTION2=VALUE2"``.
128
128
129
-
The ``picongpu/`` directory of a run can also be reused to clone parameters via ``pic-create`` by using this run as origin directory or to create a new binary with ``configure``: e.g. ``pic-configure -i $HOME/paramSets/myLWFA2 $SCRATCH/runs/lwfa_001``.
129
+
The ``input/`` directory of a run can also be reused to clone parameters via ``pic-create`` by using this run as origin directory or to create a new binary with ``configure``: e.g. ``pic-configure -i $HOME/picInputs/myLWFA2 $SCRATCH/runs/lwfa_001``.
130
130
131
131
See ``tbg --help`` :ref:`for more information <usage-tbg>` about the ``tbg`` tool.
Copy file name to clipboardExpand all lines: docs/source/usage/param.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
.. sectionauthor:: Axel Huebl
7
7
8
-
Parameter files, ``*.param`` placed in ``include/simulation_defines/param/`` are used to set all **compile-time options** for a PIConGPU simulation.
8
+
Parameter files, ``*.param`` placed in ``include/picongpu/simulation_defines/param/`` are used to set all **compile-time options** for a PIConGPU simulation.
9
9
This includes most fundamental options such as numerical solvers, floating precision, memory usage due to attributes and super-cell based algorithms, density profiles, initial conditions etc.
0 commit comments